util/autoport: Mention i2c-i801 module in readme.md
SMBus adapter will not appear if i2c-i801 module is not loaded. Added it to the readme. Change-Id: I3de0e02f13178d78b8cc02a74a745ad66e929070 Signed-off-by: Evgeny Zinoviev <me@ch1p.io> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32681 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
parent
0e0c7a3dd8
commit
7687617d00
|
@ -120,6 +120,7 @@ on the vendor firmware with just one module in channel 0, slot 0, and check the
|
||||||
the EEPROM has. Under Linux, you can use these commands to see what is on SMBus:
|
the EEPROM has. Under Linux, you can use these commands to see what is on SMBus:
|
||||||
|
|
||||||
$ sudo modprobe i2c-dev
|
$ sudo modprobe i2c-dev
|
||||||
|
$ sudo modprobe i2c-i801
|
||||||
$ sudo i2cdetect -l
|
$ sudo i2cdetect -l
|
||||||
i2c-0 i2c i915 gmbus ssc I2C adapter
|
i2c-0 i2c i915 gmbus ssc I2C adapter
|
||||||
i2c-1 i2c i915 gmbus vga I2C adapter
|
i2c-1 i2c i915 gmbus vga I2C adapter
|
||||||
|
|
Loading…
Reference in New Issue