Advertisement
Guest User

sensors-detect/sensors output

a guest
May 18th, 2015
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. [rhs@arch ~]$ sudo sensors-detect
  2. [sudo] password for rhs:
  3. # sensors-detect revision 6279 (2015-03-30 09:43:30 +0300)
  4. # System: MSI MS-7721 [6.0]
  5. # Board: MSI A78M-E35 (MS-7721)
  6. # Kernel: 4.0.3-1-ARCH x86_64
  7. # Processor: AMD Athlon(tm) X4 760K Quad Core Processor (21/19/1)
  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): YES
  16. libkmod: kmod_config_parse: /lib/modprobe.d/nvidia.conf line 2: ignoring bad line starting with 'Option'
  17. Module cpuid loaded successfully.
  18. Silicon Integrated Systems SIS5595... No
  19. VIA VT82C686 Integrated Sensors... No
  20. VIA VT8231 Integrated Sensors... No
  21. AMD K8 thermal sensors... No
  22. AMD Family 10h thermal sensors... No
  23. AMD Family 11h thermal sensors... No
  24. AMD Family 12h and 14h thermal sensors... No
  25. AMD Family 15h thermal sensors... Success!
  26. (driver `k10temp')
  27. AMD Family 16h thermal sensors... No
  28. AMD Family 15h power sensors... No
  29. AMD Family 16h power sensors... No
  30. Intel digital thermal sensor... No
  31. Intel AMB FB-DIMM thermal sensor... No
  32. Intel 5500/5520/X58 thermal sensor... No
  33. VIA C7 thermal sensor... No
  34. VIA Nano thermal sensor... No
  35.  
  36. Some Super I/O chips contain embedded sensors. We have to write to
  37. standard I/O ports to probe them. This is usually safe.
  38. Do you want to scan for Super I/O sensors? (YES/no):
  39. Probing for Super-I/O at 0x2e/0x2f
  40. Trying family `National Semiconductor/ITE'... No
  41. Trying family `SMSC'... No
  42. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  43. Trying family `ITE'... No
  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'... Yes
  48. Found `Fintek F71868A Super IO Sensors' Success!
  49. (address 0x295, driver `to-be-written')
  50.  
  51. Some systems (mainly servers) implement IPMI, a set of common interfaces
  52. through which system health data may be retrieved, amongst other things.
  53. We first try to get the information from SMBIOS. If we don't find it
  54. there, we have to read from arbitrary I/O ports to probe for such
  55. interfaces. This is normally safe. Do you want to scan for IPMI
  56. interfaces? (YES/no):
  57. # DMI data unavailable, please consider installing dmidecode 2.7
  58. # or later for better results.
  59. Probing for `IPMI BMC KCS' at 0xca0... No
  60. Probing for `IPMI BMC SMIC' at 0xca8... No
  61.  
  62. Some hardware monitoring chips are accessible through the ISA I/O ports.
  63. We have to write to arbitrary I/O ports to probe them. This is usually
  64. safe though. Yes, you do have ISA I/O ports even if you do not have any
  65. ISA slots! Do you want to scan the ISA I/O ports? (yes/NO):
  66.  
  67. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  68. monitoring devices. This is the most risky part, and while it works
  69. reasonably well on most systems, it has been reported to cause trouble
  70. on some systems.
  71. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  72. Using driver `i2c-piix4' for device 0000:00:14.0: AMD Hudson-2 SMBus
  73. libkmod: kmod_config_parse: /lib/modprobe.d/nvidia.conf line 2: ignoring bad line starting with 'Option'
  74. Module i2c-dev loaded successfully.
  75.  
  76. Next adapter: SMBus PIIX4 adapter at 0b00 (i2c-0)
  77. Do you want to scan it? (yes/NO/selectively):
  78.  
  79. Next adapter: SMBus PIIX4 adapter at 0b20 (i2c-1)
  80. Do you want to scan it? (yes/NO/selectively):
  81.  
  82. Next adapter: NVIDIA i2c adapter 0 at 1:00.0 (i2c-2)
  83. Do you want to scan it? (yes/NO/selectively):
  84.  
  85. Next adapter: NVIDIA i2c adapter 1 at 1:00.0 (i2c-3)
  86. Do you want to scan it? (yes/NO/selectively):
  87.  
  88. Next adapter: NVIDIA i2c adapter 6 at 1:00.0 (i2c-4)
  89. Do you want to scan it? (yes/NO/selectively):
  90.  
  91.  
  92. Now follows a summary of the probes I have just done.
  93. Just press ENTER to continue:
  94.  
  95. Driver `to-be-written':
  96. * ISA bus, address 0x295
  97. Chip `Fintek F71868A Super IO Sensors' (confidence: 9)
  98.  
  99. Driver `k10temp' (autoloaded):
  100. * Chip `AMD Family 15h thermal sensors' (confidence: 9)
  101.  
  102. Note: there is no driver for Fintek F71868A Super IO Sensors yet.
  103. Check http://www.lm-sensors.org/wiki/Devices for updates.
  104.  
  105. No modules to load, skipping modules configuration.
  106.  
  107. Unloading i2c-dev... OK
  108. Unloading cpuid... OK
  109.  
  110. [rhs@arch ~]$ sensors
  111. k10temp-pci-00c3
  112. Adapter: PCI adapter
  113. temp1: +0.0°C (high = +70.0°C)
  114. (crit = +70.0°C, hyst = +69.0°C)
  115.  
  116. [rhs@arch ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement