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 13:59]
admin [Links]
i2c_over_vga [2018/05/18 14:01]
admin [Workaround]
Line 11: Line 11:
 ----  ---- 
 ==== Workaround ==== ==== Workaround ====
-The workaround for Arch Linux:\\+workaround for Arch Linux:\\ 
 + 
 Add the I2C kernel module:\\ Add the I2C kernel module:\\
    $ sudo modprobe i2c-dev    $ sudo modprobe i2c-dev
Line 22: Line 24:
 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+