Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
i2c_over_vga [2018/05/18 14:00]
admin [Workaround]
i2c_over_vga [2018/05/18 14:04]
admin [Workaround]
Line 18: Line 18:
 Check your I2C devices:\\ Check your I2C devices:\\
    $ ls /dev/    $ ls /dev/
 +You should find somthing like:  i2c-0  i2c-1  i2c-2 ...\\ 
 Install the I2C tools:\\ Install the I2C tools:\\
    $ sudo pacman -S i2c-tools    $ sudo pacman -S i2c-tools
Line 24: Line 25:
 The result could look like:\\ The result could look like:\\
     i2c-1 unknown    i915 gmbus vga                  N/A     i2c-1 unknown    i915 gmbus vga                  N/A
- +Now you can comunicate to your devices with these commands:\\ 
- +   $ i2cset 
- +   $ i2cdump
- +
-$ i2cset +
-i2cdump+