ddcutil icon indicating copy to clipboard operation
ddcutil copied to clipboard

ddcutil tries to access other i2c devices even if `--bus` is used to specify the bus number

Open jaythegreatman opened this issue 1 year ago • 1 comments

$ ddcutil --bus 5 getvcp 0x60
Device /dev/i2c-0 is not readable and writable.  Error = EACCES(13): Permission denied
Device /dev/i2c-1 is not readable and writable.  Error = EACCES(13): Permission denied
Device /dev/i2c-2 is not readable and writable.  Error = EACCES(13): Permission denied
Device /dev/i2c-3 is not readable and writable.  Error = EACCES(13): Permission denied
Devices possibly used for DDC/CI communication cannot be opened: /dev/i2c-0 /dev/i2c-1 /dev/i2c-2 /dev/i2c-3
See https://www.ddcutil.com/i2c_permissions
VCP code 0x60 (Input Source                  ): HDMI-2 (sl=0x12)

jaythegreatman avatar Oct 15 '24 11:10 jaythegreatman

@jaythegreatman Your issue should be addressed by the recent update in branch 2.1.5-dev.

rockowitz avatar Oct 20 '24 12:10 rockowitz