Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ sudo chmod 777 /dev/i2c-0
- [sudo] password:
- $ i2cdetect 0
- WARNING! This program can confuse your I2C bus, cause data loss and worse!
- I will probe file /dev/i2c-0.
- 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: -- -- -- -- -- 08 -- -- -- -- -- -- --
- 10: -- -- -- -- -- -- -- -- 18 -- 1a -- -- -- -- --
- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 30: 30 31 -- -- 34 35 36 -- -- -- -- -- -- -- -- --
- 40: -- -- -- -- 44 -- -- -- -- -- -- -- -- -- -- --
- 50: 50 -- 52 -- -- -- -- -- 58 -- 5a -- -- -- -- --
- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
- 70: -- -- -- -- -- -- -- --
- $ ls -la /dev/i2c-0
- crwxrwxrwx. 1 root root 89, 0 Feb 21 20:27 /dev/i2c-0
- $ i2cdetect -l
- i2c-3 unknown NVIDIA i2c adapter 4 at 1:00.0 N/A
- i2c-1 unknown NVIDIA i2c adapter 1 at 1:00.0 N/A
- i2c-6 unknown NVIDIA i2c adapter 8 at 1:00.0 N/A
- i2c-4 unknown NVIDIA i2c adapter 6 at 1:00.0 N/A
- i2c-2 unknown NVIDIA i2c adapter 2 at 1:00.0 N/A
- i2c-0 smbus SMBus I801 adapter at efa0 SMBus adapter
- i2c-7 unknown NVIDIA i2c adapter 9 at 1:00.0 N/A
- i2c-5 unknown NVIDIA i2c adapter 7 at 1:00.0 N/A
Advertisement
Add Comment
Please, Sign In to add comment