You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in the process of migrating a project from RPI4 to RPI5 (4GB).
One of the functions on RPI4 was turning on/off and changing the brightness of HDMI connected LCD via ddcutil command (details see https://www.ddcutil.com/raspberry/).
Unfortunately, on RPI5 I'm struggling with accessing /dev/i2c-2 HDMI1 I2C from userspace:
"ddcutil detect" command takes long, then outputs "No displays found".
root@raspberrypi:/home/pi# ls -la /dev/i2c*
crw-rw---- 1 root i2c 89, 1 Jun 5 09:33 /dev/i2c-1
root@raspberrypi:/home/pi# uname -a
Linux raspberrypi 6.6.31-v8+ #1766 SMP PREEMPT Fri May 24 12:14:10 BST 2024 aarch64 GNU/Linux
Describe the bug
Hi,
I'm in the process of migrating a project from RPI4 to RPI5 (4GB).
One of the functions on RPI4 was turning on/off and changing the brightness of HDMI connected LCD via ddcutil command (details see https://www.ddcutil.com/raspberry/).
Unfortunately, on RPI5 I'm struggling with accessing /dev/i2c-2 HDMI1 I2C from userspace:
"ddcutil detect" command takes long, then outputs "No displays found".
root@raspberrypi:/home/pi# ls -la /dev/i2c*
crw-rw---- 1 root i2c 89, 1 Jun 5 09:33 /dev/i2c-1
root@raspberrypi:/home/pi# uname -a
Linux raspberrypi 6.6.31-v8+ #1766 SMP PREEMPT Fri May 24 12:14:10 BST 2024 aarch64 GNU/Linux
ddcutil --version
ddcutil 0.9.5
Any idea how to fix the problem? Thanks!
Steps to reproduce the behaviour
ddcutil detect
Device (s)
Raspberry Pi 5
System
Raspberry Pi reference 2020-05-27
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 825107f04027269db77426046f5085475b1ea22f, stage4
root@raspberrypi:/home/pi# vcgencmd version
VCHI initialization failed
root@raspberrypi:/home/pi# uname -a
Linux raspberrypi 6.6.31-v8+ #1766 SMP PREEMPT Fri May 24 12:14:10 BST 2024 aarch64 GNU/Linux
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: