Advertisement
stuw

ac100 nvec i2cdetect (4.5)

Dec 22nd, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. 0x68 - RTC
  2. i2cdetect -y - doesn't work
  3. i2cdetect -r - works
  4.  
  5. Linux version 4.5.0-rc1-12865-ge157b28 (stuw@stuw-VirtualBox) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-12ubuntu1) ) #2 SMP PREEMPT Thu Dec 22 21:24:53 MSK 2016
  6.  
  7. Without RTC:
  8. [user@localhost ~]$ sudo i2cdetect -r 2
  9. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  10. I will probe file /dev/i2c-2 using read byte commands.
  11. I will probe address range 0x03-0x77.
  12. Continue? [Y/n]
  13. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  14. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  15. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  16. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  17. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  18. 40: -- -- -- -- -- UU -- -- -- -- -- -- -- -- -- --
  19. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  20. 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  21. 70: -- -- -- -- -- -- -- --
  22.  
  23. With RTC plugged:
  24. [user@localhost ~]$ sudo i2cdetect -r 2
  25. WARNING! This program can confuse your I2C bus, cause data loss and worse!
  26. I will probe file /dev/i2c-2 using read byte commands.
  27. I will probe address range 0x03-0x77.
  28. Continue? [Y/n]
  29. 0 1 2 3 4 5 6 7 8 9 a b c d e f
  30. 00: -- -- -- -- -- -- -- -- -- -- -- -- --
  31. 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  32. 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  33. 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  34. 40: -- -- -- -- -- UU -- -- -- -- -- -- -- -- -- --
  35. 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
  36. 60: -- -- -- -- -- -- -- -- 68 -- -- -- -- -- -- --
  37. 70: -- -- -- -- -- -- -- --
  38.  
  39.  
  40. [user@localhost ~]$ sudo i2cdetect -y ESC[K2
  41. Error: Can't use SMBus Quick Write command on this bus
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement