Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. [pinigin@s1 ~]$ sensors-detect
  2. You need to be root to run this script.
  3. [pinigin@s1 ~]$ sudo sensors-detect
  4. # sensors-detect revision $Revision$
  5. # Board: ASUSTeK Computer INC. P4S533MX
  6. # Kernel: 4.8.13-1-ARCH i686
  7. # Processor: Intel(R) Celeron(R) CPU 2.60GHz (15/2/9)
  8.  
  9. This program will help you determine which kernel modules you need
  10. to load to use lm_sensors most effectively. It is generally safe
  11. and recommended to accept the default answers to all questions,
  12. unless you know what you're doing.
  13.  
  14. Some south bridges, CPUs or memory controllers contain embedded sensors.
  15. Do you want to scan for them? This is totally safe. (YES/no):
  16. Module cpuid loaded successfully.
  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. Some Super I/O chips contain embedded sensors. We have to write to
  35. standard I/O ports to probe them. This is usually safe.
  36. Do you want to scan for Super I/O sensors? (YES/no):
  37. Probing for Super-I/O at 0x2e/0x2f
  38. Trying family `National Semiconductor/ITE'... No
  39. Trying family `SMSC'... No
  40. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  41. Trying family `ITE'... Yes
  42. Found `ITE IT8705F Super IO Sensors' Success!
  43. (address 0x290, driver `it87')
  44. Probing for Super-I/O at 0x4e/0x4f
  45. Trying family `National Semiconductor/ITE'... No
  46. Trying family `SMSC'... No
  47. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  48. Trying family `ITE'... Yes
  49. Found `ITE IT8705F Super IO Sensors' Success!
  50. (address 0x290, driver `it87')
  51.  
  52. Some systems (mainly servers) implement IPMI, a set of common interfaces
  53. through which system health data may be retrieved, amongst other things.
  54. We first try to get the information from SMBIOS. If we don't find it
  55. there, we have to read from arbitrary I/O ports to probe for such
  56. interfaces. This is normally safe. Do you want to scan for IPMI
  57. interfaces? (YES/no):
  58. # DMI data unavailable, please consider installing dmidecode 2.7
  59. # or later for better results.
  60. Probing for `IPMI BMC KCS' at 0xca0... No
  61. Probing for `IPMI BMC SMIC' at 0xca8... No
  62.  
  63. Some hardware monitoring chips are accessible through the ISA I/O ports.
  64. We have to write to arbitrary I/O ports to probe them. This is usually
  65. safe though. Yes, you do have ISA I/O ports even if you do not have any
  66. ISA slots! Do you want to scan the ISA I/O ports? (yes/NO):
  67.  
  68. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  69. monitoring devices. This is the most risky part, and while it works
  70. reasonably well on most systems, it has been reported to cause trouble
  71. on some systems.
  72. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  73. Using driver `i2c-sis96x' for device 0000:00:02.1: Silicon Integrated Systems SMBus Controller
  74. Module i2c-dev loaded successfully.
  75.  
  76. Next adapter: nvkm-0000:01:00.0-bus-0000 (i2c-0)
  77. Do you want to scan it? (yes/NO/selectively):
  78.  
  79. Next adapter: nvkm-0000:01:00.0-bus-0001 (i2c-1)
  80. Do you want to scan it? (yes/NO/selectively):
  81.  
  82. Next adapter: nvkm-0000:01:00.0-bus-0002 (i2c-2)
  83. Do you want to scan it? (yes/NO/selectively):
  84.  
  85. Next adapter: SiS96x SMBus adapter at 0xe600 (i2c-3)
  86. Do you want to scan it? (YES/no/selectively):
  87. Client found at address 0x50
  88. Probing for `Analog Devices ADM1033'... No
  89. Probing for `Analog Devices ADM1034'... No
  90. Probing for `SPD EEPROM'... Yes
  91. (confidence 8, not a hardware monitoring chip)
  92. Probing for `EDID EEPROM'... No
  93. Client found at address 0x51
  94. Probing for `Analog Devices ADM1033'... No
  95. Probing for `Analog Devices ADM1034'... No
  96. Probing for `SPD EEPROM'... Yes
  97. (confidence 8, not a hardware monitoring chip)
  98.  
  99.  
  100. Now follows a summary of the probes I have just done.
  101. Just press ENTER to continue:
  102.  
  103. Driver `it87':
  104. * ISA bus, address 0x290
  105. Chip `ITE IT8705F Super IO Sensors' (confidence: 9)
  106.  
  107. Do you want to generate /etc/conf.d/lm_sensors? (YES/no):
  108. Created symlink /etc/systemd/system/multi-user.target.wants/lm_sensors.service → /usr/lib/systemd/system/lm_sensors.service.
  109. Job for lm_sensors.service failed because the control process exited with error code.
  110. See "systemctl status lm_sensors.service" and "journalctl -xe" for details.
  111. Unloading i2c-dev... OK
  112. Unloading cpuid... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement