Hallo!
ich habe Probleme mit dem CEC-Daemon unter 5.4 testing und stable - bei beiden sieht es gleich aus. Wenn ich den Daemon versuche zu starten, kommt folgendes:
MLD-Raspi> libcec-daemon -v
INFO - Opened /dev/uinput
INFO - Created uinput device
INFO - Opening Raspberry Pi
DEBUG - Main::onCecLogMessage(207 [D]Broadcast (F): osd name set to 'Broadcast')
DEBUG - Main::onCecLogMessage(3710 [E]error opening serial port 'Raspberry Pi': No such file or directory)
DEBUG - Main::onCecLogMessage(3710 [E]could not open a connection (try 1))
DEBUG - Main::onCecLogMessage(6546 [E]error opening serial port 'Raspberry Pi': No such file or directory)
DEBUG - Main::onCecLogMessage(6546 [E]could not open a connection (try 2))
DEBUG - Main::onCecLogMessage(8436 [E]error opening serial port 'Raspberry Pi': No such file or directory)
DEBUG - Main::onCecLogMessage(8436 [E]could not open a connection (try 3))
DEBUG - Main::onCecLogMessage(9696 [E]error opening serial port 'Raspberry Pi': No such file or directory)
DEBUG - Main::onCecLogMessage(9696 [E]could not open a connection (try 4))
DEBUG - Main::onCecLogMessage(10701 [N]connection opened)
DEBUG - Main::onCecLogMessage(10701 [E]could not start CEC communications)
Failed to open adapter
MLD-Raspi>
Mit dem cec-client sieht es gut aus:
MLD-Raspi> cec-client -l
libCEC version: 4.0.2, git revision: libcec-4.0.2+30-8adc786~dirty, compiled on Mon Aug 21 09:41:41 UTC 2017 by root@hostname: Name or service not known on Linux 4.4.0-92-generic (armv7l), features: P8_USB, DRM, P8_detect, randr, RPi
Found devices: 1
device: 1
com port: RPI
vendor id: 2708
product id: 1001
firmware version: 1
type: Raspberry Pi
MLD-Raspi>
Mit dem cec-client erhalten ich auch Codes von der Fernbedienung des TVs - nur der Daemon startet nicht... Hat da jemand eine Idee...?
VG...
...Hagen