Puedes sustituir el archivo config.txt por el original:Cruji wrote:Tengo un pequeño problema.
Con tu distribución (gracias por generarla, me parece cojoxxxuda) no consigo arrancar la Rasp, incluso poniendo los valores de overclock por defecto, me sale el logo de Openelec y luego la pantalla (TV plasma por HDMI) me pierde la señal. En cambio con Openelec por defecto sí que arranca sin problemas, se te ocurre a que puede ser debido?
Gracias.
Y este es el mio:################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
# Inspired and partly copied from:
# http://youresuchageek.blogspot.fr/2012/ ... ec-on.html
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
# Bootloader configuration - config.txt
################################################################################
################################################################################
# Memory (System/GPU configuration )
################################################################################
# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=128
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=100
gpu_mem_512=128
################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
# The System may become unstable or you can have data corruption or
# you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overcl ... figuration
################################################################################
# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking : 700 | 250 | 400 | 0
# mode 'Modest' : 800 | 300 | 400 | 0
# mode 'Medium' : 900 | 333 | 450 | 2
# mode 'High' : 950 | 450 | 450 | 6
# mode 'Turbo' : 1000 | 500 | 500 | 6
# arm_freq=700
# core_freq=250
# sdram_freq=400
# over_voltage=0
# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=0
# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30
################################################################################
# Overscan settings
################################################################################
# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewt ... 67&t=15700
# overscan_scale=1
# disable_overscan=1
# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20
################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################
# Force HDMI even if unplugged or powered off
# hdmi_force_hotplug=1
################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################
# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000
################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################
Puedes ir añadiendo lineas en el original hasta que veas donde te falla.################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
# Inspired and partly copied from:
# http://youresuchageek.blogspot.fr/2012/ ... ec-on.html
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
# Bootloader configuration - config.txt
################################################################################
################################################################################
# Memory (System/GPU configuration )
################################################################################
# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=256
# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=128
gpu_mem_512=256
################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
# The System may become unstable or you can have data corruption or
# you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overcl ... figuration
################################################################################
# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking : 700 | 250 | 400 | 0
# mode 'Modest' : 800 | 300 | 400 | 0
# mode 'Medium' : 900 | 333 | 450 | 2
# mode 'High' : 950 | 450 | 450 | 6
# mode 'Turbo' : 1000 | 500 | 500 | 6
#FULL:
arm_freq=900
gpu_freq=333
sdram_freq=450
over_voltage=0
#IDLE:
arm_freq_min=500
gpu_freq_min=200
sdram_freq_min=300
# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=0
# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30
################################################################################
# Overscan settings
################################################################################
# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewt ... 67&t=15700
# overscan_scale=1
disable_overscan=1
disable_splash=1
# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20
################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################
# Force HDMI even if unplugged or powered off
hdmi_force_hotplug=1
hdmi_force_edid_audio=1
hdmi_ignore_cec_init=1
hdmi_force_edid_3d=1
################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################
# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000
################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################
Te diria, sino lo has hecho ya, que instales mi imagen. Porque no se lo que te puede estar fallando.cheperun wrote:Buenas modi,
He intentado abrir puerto 9091 tanto tcp como udp. Sigue sin funcionar. Me h e conectado por terminal. He hecho un ps -ef y Sale el proceso transmission.start iniciado. No se que modificar más.
Gracias,
No se que distro estas usando, pero si usas openelec tienes que poner usuario y contraseña, además del puerto.Virusxd wrote:una duda mas como subo archibos por ftp a /home me dice acceso denegado , veo que la gente dice que usa ese directoria para subir cosas por ftp pero ami no me deja
Debes modificar el archivo advancedsettings.xml (mira en el tutorial como se modifica)jjrp1975 wrote:Buenos dias modi,
Lo primero gracias por el curro que te has pegado.
Mi duda, en mi caso, conecto la raspberry con una Tv sin hdmi, es decir, mediante la salida RCA para video y para el sonido por un cable al conector jack. ¿debo hacer alguna modificación a cambiar alguna configuración o lo dejo tal cual?
Por otro lado, vale para las raspberry de 256 de ram o hay que cambiar algo?
Gracias.
Además como quieres utilizar la conexión RCA, debes de modificar el archivo config.txt:cachemembuffersize=2621440
GUI=900p
hdmi_force_hotplug=1 (elimina esta linea)
hdmi_force_edid_audio=1 (elimina esta linea)
gpu_mem=100 (modifica el valor de esta linea)
Me parece que tire las campanas al vuelo demasiado pronto. Estoy con el addon inadyn y no consigo que refresque la ip publica y se la envie al hostmodi wrote:Mañana voy a colgar una nueva version que entre otras cosas va a traer un servidor no-ip.