Advertisement
timcowchip

sensors_detect

Mar 3rd, 2019
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1. # sensors-detect revision $Revision$
  2. # Board: ASUSTeK COMPUTER INC. PRIME H270M-PLUS
  3. # Kernel: 4.20.11 x86_64
  4. # Processor: Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz (6/158/9)
  5.  
  6. This program will help you determine which kernel modules you need
  7. to load to use lm_sensors most effectively. It is generally safe
  8. and recommended to accept the default answers to all questions,
  9. unless you know what you're doing.
  10.  
  11. Some south bridges, CPUs or memory controllers contain embedded sensors.
  12. Do you want to scan for them? This is totally safe. (YES/no):
  13. modprobe: FATAL: Module cpuid not found in directory /lib/modules/4.20.11
  14. Failed to load module cpuid.
  15. Silicon Integrated Systems SIS5595... No
  16. VIA VT82C686 Integrated Sensors... No
  17. VIA VT8231 Integrated Sensors... No
  18. AMD K8 thermal sensors... No
  19. AMD Family 10h thermal sensors... No
  20. AMD Family 11h thermal sensors... No
  21. AMD Family 12h and 14h thermal sensors... No
  22. AMD Family 15h thermal sensors... No
  23. AMD Family 16h thermal sensors... No
  24. AMD Family 15h power sensors... No
  25. AMD Family 16h power sensors... No
  26. Intel digital thermal sensor... No
  27. Intel AMB FB-DIMM thermal sensor... No
  28. Intel 5500/5520/X58 thermal sensor... No
  29. VIA C7 thermal sensor... No
  30. VIA Nano thermal sensor... No
  31.  
  32. Some Super I/O chips contain embedded sensors. We have to write to
  33. standard I/O ports to probe them. This is usually safe.
  34. Do you want to scan for Super I/O sensors? (YES/no):
  35. Probing for Super-I/O at 0x2e/0x2f
  36. Trying family `National Semiconductor/ITE'... No
  37. Trying family `SMSC'... No
  38. Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
  39. Found unknown chip with ID 0xd121
  40. (logical device B has address 0x290, could be sensors)
  41. Probing for Super-I/O at 0x4e/0x4f
  42. Trying family `National Semiconductor/ITE'... No
  43. Trying family `SMSC'... No
  44. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  45. Trying family `ITE'... No
  46.  
  47. Some systems (mainly servers) implement IPMI, a set of common interfaces
  48. through which system health data may be retrieved, amongst other things.
  49. We first try to get the information from SMBIOS. If we don't find it
  50. there, we have to read from arbitrary I/O ports to probe for such
  51. interfaces. This is normally safe. Do you want to scan for IPMI
  52. interfaces? (YES/no):
  53. Probing for `IPMI BMC KCS' at 0xca0... No
  54. Probing for `IPMI BMC SMIC' at 0xca8... No
  55.  
  56. Some hardware monitoring chips are accessible through the ISA I/O ports.
  57. We have to write to arbitrary I/O ports to probe them. This is usually
  58. safe though. Yes, you do have ISA I/O ports even if you do not have any
  59. ISA slots! Do you want to scan the ISA I/O ports? (YES/no):
  60. Probing for `National Semiconductor LM78' at 0x290... No
  61. Probing for `National Semiconductor LM79' at 0x290... No
  62. Probing for `Winbond W83781D' at 0x290... No
  63. Probing for `Winbond W83782D' at 0x290... No
  64.  
  65. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  66. monitoring devices. This is the most risky part, and while it works
  67. reasonably well on most systems, it has been reported to cause trouble
  68. on some systems.
  69. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  70. Found unknown SMBus adapter 8086:a2a3 at 0000:00:1f.4.
  71. Sorry, no supported PCI bus adapters found.
  72.  
  73. Next adapter: SMBus I801 adapter at f040 (i2c-0)
  74. Do you want to scan it? (YES/no/selectively):
  75. Client found at address 0x50
  76. Probing for `Analog Devices ADM1033'... No
  77. Probing for `Analog Devices ADM1034'... No
  78. Probing for `SPD EEPROM'... No
  79. Probing for `EDID EEPROM'... No
  80.  
  81. Sorry, no sensors were detected.
  82. Either your system has no sensors, or they are not supported, or
  83. they are connected to an I2C or SMBus adapter that is not
  84. supported. If you find out what chips are on your board, check
  85. http://www.lm-sensors.org/wiki/Devices for driver status.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement