~ $ sudo i2cdetect -y -r 10That makes no real sense that early in boot, so something odd is going on.Code:
[ 1.237267] vc4-drm axi:gpu: [drm:drm_mode_getconnector [drm]] User-space requested a forced probe on [CONNECTOR:32:HDMI-A-1] but is not the DRM master, demoting to read-only probe[ 1.237381] vc4-drm axi:gpu: [drm:drm_mode_getconnector [drm]] User-space requested a forced probe on [CONNECTOR:42:HDMI-A-2] but is not the DRM master, demoting to read-only probe
Can you try "sudo apt install i2c-tools", "sudo i2cdetect -y -r 10" to see what the kernel is detecting of the monitor?
For my basic 1080p monitor I get"i2cdump -y 11 0x50" should then read the EDID directly.Code:
pi@bookworm64:~ $ sudo i2cdetect -y -r 11 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- 37 -- -- 3a -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- 49 -- -- -- -- -- -- 50: 50 -- -- -- -- -- -- -- -- 59 -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- --
Error: Could not open file `/dev/i2c-10' or `/dev/i2c/10': No such file or directory
~ $ sudo i2cdetect -y -r 11
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
Statistics: Posted by phramusca — Tue Feb 13, 2024 8:39 pm