Advertisement
Guest User

Lm-sensors detect

a guest
Feb 9th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. sensors-detect
  2. # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
  3. # DMI data unavailable, please consider installing dmidecode 2.7
  4. # or later for better results.
  5. # Kernel: 4.4.154-90-rockchip-ga14f6502e045 aarch64
  6. # Processor: (//)
  7.  
  8. This program will help you determine which kernel modules you need
  9. to load to use lm_sensors most effectively. It is generally safe
  10. and recommended to accept the default answers to all questions,
  11. unless you know what you're doing.
  12.  
  13. Some south bridges, CPUs or memory controllers contain embedded sensors.
  14. Do you want to scan for them? This is totally safe. (YES/no): y
  15. modprobe: FATAL: Module cpuid not found in directory /lib/modules/4.4.154-90-rockchip-ga14f6502e045
  16. Failed to load module cpuid.
  17. Silicon Integrated Systems SIS5595... No
  18. VIA VT82C686 Integrated Sensors... No
  19. VIA VT8231 Integrated Sensors... No
  20. AMD K8 thermal sensors... No
  21. AMD Family 10h thermal sensors... No
  22. AMD Family 11h thermal sensors... No
  23. AMD Family 12h and 14h thermal sensors... No
  24. AMD Family 15h thermal sensors... No
  25. AMD Family 16h thermal sensors... No
  26. AMD Family 15h power sensors... No
  27. AMD Family 16h power sensors... No
  28. Intel digital thermal sensor... No
  29. Intel AMB FB-DIMM thermal sensor... No
  30. Intel 5500/5520/X58 thermal sensor... No
  31. VIA C7 thermal sensor... No
  32. VIA Nano thermal sensor... No
  33.  
  34. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  35. monitoring devices. This is the most risky part, and while it works
  36. reasonably well on most systems, it has been reported to cause trouble
  37. on some systems.
  38. Do you want to probe the I2C/SMBus adapters now? (YES/no): y
  39. Sorry, no supported PCI bus adapters found.
  40.  
  41. Next adapter: rk3x-i2c (i2c-0)
  42. Do you want to scan it? (YES/no/selectively): y
  43. Client found at address 0x1b
  44. Handled by driver `rk808' (built-in), chip type `rk808'
  45. (note: this is probably NOT a sensor chip!)
  46.  
  47. Next adapter: rk3x-i2c (i2c-1)
  48. Do you want to scan it? (YES/no/selectively): y
  49.  
  50. Next adapter: DesignWare HDMI (i2c-9)
  51. Do you want to scan it? (YES/no/selectively): y
  52.  
  53. Sorry, no sensors were detected.
  54. Either your system has no sensors, or they are not supported, or
  55. they are connected to an I2C or SMBus adapter that is not
  56. supported. If you find out what chips are on your board, check
  57. http://www.lm-sensors.org/wiki/Devices for driver status.
  58. root@AZERAI-RPI-03:/home/azerai# sensors-detect
  59. # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
  60. # DMI data unavailable, please consider installing dmidecode 2.7
  61. # or later for better results.
  62. # Kernel: 4.4.154-90-rockchip-ga14f6502e045 aarch64
  63. # Processor: (//)
  64.  
  65. This program will help you determine which kernel modules you need
  66. to load to use lm_sensors most effectively. It is generally safe
  67. and recommended to accept the default answers to all questions,
  68. unless you know what you're doing.
  69.  
  70. Some south bridges, CPUs or memory controllers contain embedded sensors.
  71. Do you want to scan for them? This is totally safe. (YES/no): yes
  72. modprobe: FATAL: Module cpuid not found in directory /lib/modules/4.4.154-90-rockchip-ga14f6502e045
  73. Failed to load module cpuid.
  74. Silicon Integrated Systems SIS5595... No
  75. VIA VT82C686 Integrated Sensors... No
  76. VIA VT8231 Integrated Sensors... No
  77. AMD K8 thermal sensors... No
  78. AMD Family 10h thermal sensors... No
  79. AMD Family 11h thermal sensors... No
  80. AMD Family 12h and 14h thermal sensors... No
  81. AMD Family 15h thermal sensors... No
  82. AMD Family 16h thermal sensors... No
  83. AMD Family 15h power sensors... No
  84. AMD Family 16h power sensors... No
  85. Intel digital thermal sensor... No
  86. Intel AMB FB-DIMM thermal sensor... No
  87. Intel 5500/5520/X58 thermal sensor... No
  88. VIA C7 thermal sensor... No
  89. VIA Nano thermal sensor... No
  90.  
  91. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  92. monitoring devices. This is the most risky part, and while it works
  93. reasonably well on most systems, it has been reported to cause trouble
  94. on some systems.
  95. Do you want to probe the I2C/SMBus adapters now? (YES/no): yes
  96. Sorry, no supported PCI bus adapters found.
  97.  
  98. Next adapter: rk3x-i2c (i2c-0)
  99. Do you want to scan it? (YES/no/selectively): yes
  100. Client found at address 0x1b
  101. Handled by driver `rk808' (built-in), chip type `rk808'
  102. (note: this is probably NOT a sensor chip!)
  103.  
  104. Next adapter: rk3x-i2c (i2c-1)
  105. Do you want to scan it? (YES/no/selectively): yes
  106.  
  107. Next adapter: DesignWare HDMI (i2c-9)
  108. Do you want to scan it? (YES/no/selectively): yes
  109.  
  110. Sorry, no sensors were detected.
  111. Either your system has no sensors, or they are not supported, or
  112. they are connected to an I2C or SMBus adapter that is not
  113. supported. If you find out what chips are on your board, check
  114. http://www.lm-sensors.org/wiki/Devices for driver status.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement