-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDMI/CEC: not able to power up CEC device anymore #73
Comments
I forgot to mention: I use a Raspberry Pi 4. Any logs I could provide? |
cec-ctl (part of v4l-utils) is generally recommended these days as libcec appears to be largely abandonware (https://github.com/Pulse-Eight/libcec). If being used on a Pi using vc4-kms-v3d, then it needs to use the Linux CEC API and not the old Pi VCHI service, and that only supports HDMI-0 (reported as an issue 3 years ago - Pulse-Eight/libcec#538). And I see you've raised this as a libcec issue too - Pulse-Eight/libcec#642 |
Well, I did respect all you mention already. The issue Pulse-Eight/libcec#538 was address by some commits made by popcornmix (popcornmix/libcec@6239ae1 & popcornmix/libcec@b30fc83) both did work. I raised an issue at Pulse-Eight too, as I did not know how to solve my issue (kernel issue after update or libcec). So far, I get the same issue/result with cec-ctl - which imposes that there is something more general going wrong here. Are there any measure I can take to narrow the issue down (logfiles, tests, etc...)? |
I think you are building with
As we don't support firmware cec any more, it probably makes sense to drop support for that. |
I don't have a cec TV handy but I can detect the Onkyo receiver I have:
|
@popcornmix Are you also able to power up the receiver and send it to standby? This is actually my issue. I cannot power it up. ("on 5" in the cec-client) What do you mean by droppingvthe support for cec firmware? |
On bullseye and now bookworm, the kms (firmware) driver has been deprecated and we use the kms (arm side) driver. I can power off my Onkyo with I'm not sure that's possible with libcec with my setup (no cec capable tv) due to this |
okay. that really helped a lot. @popcornmix and @6by9 Thanks a lot! |
After updating to bookworm I am not able to switch on a CEC device anymore by e.g. using libcec's cec-client. Once powered up everything else via CEC works well.
There was not any change made to the whole assembly. I just updated to bookworm and got that strange issue.
The text was updated successfully, but these errors were encountered: