I've installed Ubuntu desktop on a Raspberry PI 4. To my surprise HDMI-CEC is not working. Is is it a known bug ?
$ sudo apt-get install cec-utils libcec-dev
$ cec-client -l
LibCEC version: 6.0.2 compiled on Linux-4.15.0-109-generic ... , features: P8_USB, DRM, p8_detect, randr, Exynos, AOCEC
Found devices: NONE
Ubuntu version:
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 20.10
Release: 20.10
Codename: groovy
$ uname -a
Linux <redacted-user> 5.8.0-1007-raspi #10-Ubuntu SMP PREEMPT Thus Nov 5 17:52:40 UTC 2020 aarch64 aarch64 GNU/Linux
cec-client
command gave hints about the linux/kernel version. – Mihai Nov 28 '20 at 16:34cec-ctl
it was iirc?? andcec-compliance
to show the result – Rinzwind Nov 28 '20 at 21:45cec-ctl
errors out withFailed to open /dev/cec0: no such file or directory
. I've also checked /dev/ and there is no cec* device mounted there. – Mihai Nov 28 '20 at 22:17