@All
Also das Problem war die Verkabelung.
Am Onkyo TX-515 muss ich das HDMI von HDMI Out (was in den Fernseher geht) mit dem Sub Out (2ter HDMI OUT) tauschen, denn Sub Out ging dann in den Konverter. Jetzt ist es anders herum.
Ich habe die SD nochmal neu nach folgender Anleitung eingerichtet:
QuoteDisplay More
Anleitung ist aus dem Thread hier irgendwo:
Install Debian Wheezy on SD card (2013-07-26)
Run raspi-config, Expand the root file system (expand_rootfs), Configure password, keyboard, locale, timezone, ssh if you want
sudo apt-get install git-core
git clone https://github.com/gkaindl/ambi-tv.git ambi-tv
cd ambi-tv/misc && sudo bash get-kernel-source.sh
cd usbtv-driver && make
sudo mkdir /lib/modules/3.6.11+/extra
sudo cp usbtv.ko /lib/modules/3.6.11+/extra/
sudo depmod 3.6.11+
sudo modprobe videobuf2_core
sudo modprobe videobuf2_vmalloc
sudo modprobe usbtv
Check that video0 is in /dev (if it’s not, STOP, come back here and ask for help)
Add videobuf2_core, videobuf2_vmalloc, and usbtv to /etc/modules
Check for spidev0.0 in /dev (if it’s there, skip the next 2 steps)
Open /etc/modprobe.d/raspi-blacklist.conf and comment out ” blacklist spi-bcm2708” with a #.
sudo reboot
Check for spidev0.0 in /dev (if it’s not, STOP, come back here and ask for help)
cd to the main ambi-tv folder you cloned
make
Create a copy of sample.conf and save as etc/ambi-tv.conf. Configure as necessary
Try running bin/ambi-tv
Use sudo if required, otherwise, change permissions of the offending file with chmod
Add the full path to the ambi-tv executable to /etc/rc.local if you want it to run on startup
Fehlt da nicht noch der mplayer???
Nach der o.g. Anleitung: Nun leuchtet schon mal was ... jedoch nur eine LED.
Es leuchtet nur eine LED (und zwar von der Kette - die Letzte).
Wie muss ich weiter vorgehen?
merci