-
Notifications
You must be signed in to change notification settings - Fork 296
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
cec-client fails to swtich HDMI inputs on raspbian #597
Comments
echo "tx 4F:82:10:00" | cec-client -s |
Post output of: and contents of config.txt. |
pi@xx:~ $ vcgencmd version I will try your recommendation regarding dtoverlay |
It works again ;) Thanks a lot! |
Anyone know WHY this is happening? |
I tested and it occurs with |
echo 'on 0.0.0.0' | cec-client -s -d 1 It takes quite a long time and ends with an error, but it works #dtoverlay=vc4-kms-v3d Oct 26 2022 11:09:05 |
So a fix or code update is still pending? |
Had the same issues until I found this thread. The change suggested work flawlessly.. Thank you Popcornmix! |
Using 'fkms' did help, I discovered that right after I asked about the status of this issue. As for the version, it was the older kernel and current Pi OS 11 at the time I asked. the OS has moved on since, but have not used CEC much lately, since I have started using IP based control on devices that support it. However, I still have a couple of TVs that are older and don't have IP control but have CEC is I can re-test. BUT... the question still STANDS... is there not going to be a fix? Using 'fkms' is NOTHING but a temporary fix, work-around, a segmentation fault SHOULD be eliminated, that is the real issue. |
I still get that error: tx 1f:82:11:00 |
This can have serious performance impact even when it works. Our Pi stopped booting its UI after this change!For us, the issue lied with the command itself.
So, it might be as easy as trying a slightly different address... |
This issue has now been marked as stale because there hasn't been any activity for 90 days. Please test if this issue is still relevant when using the latest version of libCEC and remove the stale label or add a comment to reset the stale state. |
stop posting the exact same comment in every ticket @Jibun-no-Kage. removing your comments here. @pka4916 you have subscribed yourself to updates from this repository and a bot just closed a lot of old tickets in here. if you don't want to receive those emails, then you have to unsubscribe. |
I can't seem to delete them. And I never subscribed to itOn Feb 27, 2025 10:19 AM, Lars Op den Kamp ***@***.***> wrote:
stop posting the exact same comment in every ticket @Jibun-no-Kage. removing your comments here.
@pka4916 you have subscribed yourself to updates from this repository and a bot just closed a lot of old tickets in here. if you don't want to receive those emails, then you have to unsubscribe.—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
opdenkamp left a comment (Pulse-Eight/libcec#597)
stop posting the exact same comment in every ticket @Jibun-no-Kage. removing your comments here.
@pka4916 you have subscribed yourself to updates from this repository and a bot just closed a lot of old tickets in here. if you don't want to receive those emails, then you have to unsubscribe.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@pka4916 if you're getting those emails, then you're watching this repository. check the button watch/unwatch on https://github.com/Pulse-Eight/libcec to control this. I suspect that you've clicked watch when you starred this repos. I can't control this for you, you have to change this yourself to get rid of this email spam. |
Is this still an issue when using libCEC 7.0.0? |
It appears that the cec-client has a serious bug on Raspbian GNU/Linux 11 (bullseye)
echo 'tx 4F:82:10:00' | cec-client -s -d 1
opening a connection to the CEC adapter...
ERROR: [ 4266] CLinuxCECAdapterCommunication::Write - ioctl CEC_TRANSMIT failed - tx_status=00 errno=22
Worked flawlessly on the previous version of raspbian. Any ideas, workarounds?
Thanks
Bogdan
The text was updated successfully, but these errors were encountered: