Hello,
Did anybody manage to use HDMI CEC with the Odroid C2?
Whenever I run ‘cec-client -l’ I get the following result:
libCEC version: 4.0.1, compiled on Linux-3.16.0-4-armmp-lpae ... , features: P8_USB, DRM, P8_detect, randr
Found devices: NONE
I know that my TV and my HDMI cable can manage CEC, because I sucessfully used it with a Raspberry Pi.
If anybody could offer guidance that would be really kind!
EDIT: I don’t have any /dev/CEC, so I guess it’s missing from the kernel? Or am I missing something?
Thanks.
At first I’ve tried to simply apt-get libcec-dev and cec-utils, it did not work.
Then I’ve tried the guide you just linked, and I have the exact same result.
I’ve updated from DietPi v6.14 to v6.20, maybe that’s what caused the issue?
I did not try CEC while running v6.14, so I’m not sure about that.
Thanks for your feedback.
Hmm, I just read the note beneath the install instructions. So yeah, if the APT package itself does not work, but the custom build (which is what the guide instructs) does, you would need to block APT updates for this package: apt-mark hold libcec*
If both don’t work, we have to investigate. Perhaps we find something among opened or closed DietPi GitHub issues: https://github.com/Fourdee/DietPi/issues