Guten Abend zusammen.
Mein "Philips 37pfl3512d" HD Ready TV gibt mit dem Raspberry PI "Openelec" kein Ton von sich, nur Bild. Ich merke das der TV versucht einen Ton zu geben, da ich leichtes knirschen (klopfartig) höre. Bei meinem Samsung 40b530TV funktioniert alles super, aber der ist auch nicht so alt wie der Philips. Hier habt Ihr meine config.txt und hoffe Ihr könnt mir helfen. Vielen Dank im Voraus
Code
################################################################################# 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#Overclocking_configuration################################################################################
# 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=900 core_freq=333 sdram_freq=450 over_voltage=2
# 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/viewtopic.php?f=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################################################################################
Alles anzeigen