Skip to content
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

ddcutil Fails to Detect EDID on New Ubuntu System with AOpen Monitor #414

Open
milad-s5 opened this issue May 8, 2024 · 1 comment
Open

Comments

@milad-s5
Copy link

milad-s5 commented May 8, 2024

Hi
The ddcutil command-line tool is not functioning as expected on a new Ubuntu 22 system when attempting to detect the EDID (Extended Display Identification Data) of an AOpen monitor. Although the ddcutil detect -v command works correctly on the original system, it returns an error on the new system, indicating that it cannot find the EDID. The error message is Failure getting EDID for /dev/i2c-1: status code=DDCRC_EDID(-3016): invalid EDID.
Upon further inspection, the EDID buffer retrieved by ddcutil contains an invalid EDID structure, which is not recognized by the tool. The read EDID on the new system is 00 FF FF FF 00 FF FF FF 00 FF FF FF 00 ... and so on. This issue is not related to the i2cdetect command, which successfully detects the I2C bus and the AOpen monitor's address range.

❯ sudo i2cdetect 1
WARNING! This program can confuse your I2C bus, cause data loss and worse!
I will probe file /dev/i2c-1.
I will probe address range 0x03-0x77.
Continue? [Y/n] Y
     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
00:          -- -- -- -- -- -- -- -- -- -- -- -- -- 
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
30: -- -- -- -- -- -- -- 37 -- -- 3a -- -- -- -- -- 
40: -- -- -- -- -- -- -- -- -- -- 4a 4b -- -- -- -- 
50: 50 -- -- -- 54 -- -- -- -- -- -- -- -- -- -- -- 
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 
70: -- -- -- -- -- -- -- --              
@rockowitz
Copy link
Owner

Please run sudo ddcutil interrogate and submit the output as an attachment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants