Open LuckyLukert opened 4 years ago
Hi,
The rpi adapter is working good, but the following:
DEBUG: [ 1113] << Recorder 1 (1) -> TV (0): POLL
TRAFFIC:[ 1113] << 10
TRAFFIC:[ 1203] << 10
DEBUG: [ 1295] >> POLL not sent
Indicates that a communication between your rpi and the tv is not working. This is because at least one of the following reasons:
The following:
TRAFFIC: [ 1269158] >> 5f:72:00
DEBUG: [ 1269158] >> Audio (5): system audio mode status changed from on to off
DEBUG: [ 1269158] device Audio (5) status changed to present after command set system audio mode
DEBUG: [ 1269158] >> Audio (5) -> Broadcast (F): set system audio mode (72)
Indicates that a systems audio of logical address 05 give notice to all devices a change in its mode status.
Regards.
Hi, thanks for your comprehensive and fast answer!
I had really trouble reading that log. Your answer helped a lot!
I am not sure what TV (0)
is. I don't have a TV connected. My setup is:
RPI4 ---(cable1)--- Soundbar ---(cable2)--- Projector
I'm only interested in CEC for cable1
, i.e., controlling the RPI with the remote of the soundbar.
Recorder 1
is the RPI (inferred from your answer)Audio (5)
message came in, I assume that the the soundbar has address 5
.cable1
supports CEC as otherwise the Audio (5)
message could not have arrived.TV (0)
should actually go to address 5
(the soundbar)5
and not 0
?Best, Philip
p.s. sorry for the late reaction, I somehow didn't get a notification and you were amazingly fast!
Hi, I'm using
CEC does not seem to work (Pressing buttons on the Sony remote has no effect)
My
cec-client
gives the following messages:I guess that was the point when the Sony sound bar went to sleep. (When it is off, it simply forwards the HDMI to the projector without playing sound)
Do you have some hints what these messages mean? Where could be the problem?