Advertisement
Guest User

sensors-detect

a guest
Mar 4th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.76 KB | None | 0 0
  1. # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
  2. # Board: ASUSTeK COMPUTER INC. PRIME Z370-A
  3. # Kernel: 4.15.0-20-generic x86_64
  4. # Processor: Intel(R) Core(TM) i5-8600K CPU @ 3.60GHz (6/158/10)
  5.  
  6. Running in automatic mode, default answers to all questions
  7. are assumed.
  8.  
  9. Some south bridges, CPUs or memory controllers contain embedded sensors.
  10. Do you want to scan for them? This is totally safe. (YES/no):
  11. Module cpuid loaded successfully.
  12. Silicon Integrated Systems SIS5595... No
  13. VIA VT82C686 Integrated Sensors... No
  14. VIA VT8231 Integrated Sensors... No
  15. AMD K8 thermal sensors... No
  16. AMD Family 10h thermal sensors... No
  17. AMD Family 11h thermal sensors... No
  18. AMD Family 12h and 14h thermal sensors... No
  19. AMD Family 15h thermal sensors... No
  20. AMD Family 16h thermal sensors... No
  21. AMD Family 15h power sensors... No
  22. AMD Family 16h power sensors... No
  23. Intel digital thermal sensor... Success!
  24. (driver `coretemp')
  25. Intel AMB FB-DIMM thermal sensor... No
  26. Intel 5500/5520/X58 thermal sensor... No
  27. VIA C7 thermal sensor... No
  28. VIA Nano thermal sensor... No
  29.  
  30. Some Super I/O chips contain embedded sensors. We have to write to
  31. standard I/O ports to probe them. This is usually safe.
  32. Do you want to scan for Super I/O sensors? (YES/no):
  33. Probing for Super-I/O at 0x2e/0x2f
  34. Trying family `National Semiconductor/ITE'... No
  35. Trying family `SMSC'... No
  36. Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
  37. Found unknown chip with ID 0xd121
  38. (logical device B has address 0x290, could be sensors)
  39. Probing for Super-I/O at 0x4e/0x4f
  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.  
  45. Some systems (mainly servers) implement IPMI, a set of common interfaces
  46. through which system health data may be retrieved, amongst other things.
  47. We first try to get the information from SMBIOS. If we don't find it
  48. there, we have to read from arbitrary I/O ports to probe for such
  49. interfaces. This is normally safe. Do you want to scan for IPMI
  50. interfaces? (YES/no):
  51. Probing for `IPMI BMC KCS' at 0xca0... No
  52. Probing for `IPMI BMC SMIC' at 0xca8... No
  53.  
  54. Some hardware monitoring chips are accessible through the ISA I/O ports.
  55. We have to write to arbitrary I/O ports to probe them. This is usually
  56. safe though. Yes, you do have ISA I/O ports even if you do not have any
  57. ISA slots! Do you want to scan the ISA I/O ports? (YES/no):
  58. Probing for `National Semiconductor LM78' at 0x290... No
  59. Probing for `National Semiconductor LM79' at 0x290... No
  60. Probing for `Winbond W83781D' at 0x290... No
  61. Probing for `Winbond W83782D' at 0x290... No
  62.  
  63. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  64. monitoring devices. This is the most risky part, and while it works
  65. reasonably well on most systems, it has been reported to cause trouble
  66. on some systems.
  67. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  68. Found unknown SMBus adapter 8086:a2a3 at 0000:00:1f.4.
  69. Sorry, no supported PCI bus adapters found.
  70.  
  71. Next adapter: AMDGPU DM i2c hw bus 0 (i2c-0)
  72. Do you want to scan it? (yes/NO/selectively):
  73.  
  74. Next adapter: dmdc (i2c-1)
  75. Do you want to scan it? (yes/NO/selectively):
  76.  
  77. Next adapter: AMDGPU DM i2c hw bus 1 (i2c-2)
  78. Do you want to scan it? (yes/NO/selectively):
  79.  
  80. Next adapter: dmdc (i2c-3)
  81. Do you want to scan it? (yes/NO/selectively):
  82.  
  83. Next adapter: AMDGPU DM i2c hw bus 2 (i2c-4)
  84. Do you want to scan it? (yes/NO/selectively):
  85.  
  86. Next adapter: AMDGPU DM i2c hw bus 3 (i2c-5)
  87. Do you want to scan it? (yes/NO/selectively):
  88.  
  89. Next adapter: AMDGPU DM i2c hw bus 4 (i2c-6)
  90. Do you want to scan it? (yes/NO/selectively):
  91.  
  92.  
  93. Now follows a summary of the probes I have just done.
  94.  
  95. Driver `coretemp':
  96. * Chip `Intel digital thermal sensor' (confidence: 9)
  97.  
  98. To load everything that is needed, add this to /etc/modules:
  99. #----cut here----
  100. # Chip drivers
  101. coretemp
  102. #----cut here----
  103. If you have some drivers built into your kernel, the list above will
  104. contain too many modules. Skip the appropriate ones!
  105.  
  106. Do you want to add these lines automatically to /etc/modules? (yes/NO)
  107.  
  108. Unloading cpuid... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement