Advertisement
Guest User

Untitled

a guest
Sep 13th, 2014
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | None | 0 0
  1. This program will help you determine which kernel modules you need
  2. to load to use lm_sensors most effectively. It is generally safe
  3. and recommended to accept the default answers to all questions,
  4. unless you know what you're doing.
  5.  
  6. Some south bridges, CPUs or memory controllers contain embedded sensors.
  7. Do you want to scan for them? This is totally safe. (YES/no):
  8. Module cpuid loaded successfully.
  9. Silicon Integrated Systems SIS5595... No
  10. VIA VT82C686 Integrated Sensors... No
  11. VIA VT8231 Integrated Sensors... No
  12. AMD K8 thermal sensors... No
  13. AMD Family 10h thermal sensors... No
  14. AMD Family 11h thermal sensors... No
  15. AMD Family 12h and 14h thermal sensors... No
  16. AMD Family 15h thermal sensors... No
  17. AMD Family 15h power sensors... No
  18. AMD Family 16h power sensors... No
  19. Intel digital thermal sensor... Success!
  20. (driver `coretemp')
  21. Intel AMB FB-DIMM thermal sensor... No
  22. VIA C7 thermal sensor... No
  23. VIA Nano thermal sensor... No
  24.  
  25. Some Super I/O chips contain embedded sensors. We have to write to
  26. standard I/O ports to probe them. This is usually safe.
  27. Do you want to scan for Super I/O sensors? (YES/no):
  28. Probing for Super-I/O at 0x2e/0x2f
  29. Trying family `National Semiconductor/ITE'... No
  30. Trying family `SMSC'... No
  31. Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
  32. Found unknown chip with ID 0xc803
  33. (logical device B has address 0x290, could be sensors)
  34. Probing for Super-I/O at 0x4e/0x4f
  35. Trying family `National Semiconductor/ITE'... No
  36. Trying family `SMSC'... No
  37. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  38. Trying family `ITE'... No
  39.  
  40. Some systems (mainly servers) implement IPMI, a set of common interfaces
  41. through which system health data may be retrieved, amongst other things.
  42. We first try to get the information from SMBIOS. If we don't find it
  43. there, we have to read from arbitrary I/O ports to probe for such
  44. interfaces. This is normally safe. Do you want to scan for IPMI
  45. interfaces? (YES/no):
  46. Probing for `IPMI BMC KCS' at 0xca0... No
  47. Probing for `IPMI BMC SMIC' at 0xca8... No
  48.  
  49. Some hardware monitoring chips are accessible through the ISA I/O ports.
  50. We have to write to arbitrary I/O ports to probe them. This is usually
  51. safe though. Yes, you do have ISA I/O ports even if you do not have any
  52. ISA slots! Do you want to scan the ISA I/O ports? (YES/no):
  53. Probing for `National Semiconductor LM78' at 0x290... No
  54. Probing for `National Semiconductor LM79' at 0x290... No
  55. Probing for `Winbond W83781D' at 0x290... No
  56. Probing for `Winbond W83782D' at 0x290... No
  57.  
  58. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  59. monitoring devices. This is the most risky part, and while it works
  60. reasonably well on most systems, it has been reported to cause trouble
  61. on some systems.
  62. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  63. Using driver `i2c-i801' for device 0000:00:1f.3: Intel Lynx Point (PCH)
  64. Module i2c-i801 loaded successfully.
  65. Module i2c-dev loaded successfully.
  66.  
  67. Next adapter: nouveau-0000:01:00.0-0 (i2c-0)
  68. Do you want to scan it? (yes/NO/selectively):
  69.  
  70. Next adapter: nouveau-0000:01:00.0-1 (i2c-1)
  71. Do you want to scan it? (yes/NO/selectively):
  72.  
  73. Next adapter: nouveau-0000:01:00.0-2 (i2c-2)
  74. Do you want to scan it? (yes/NO/selectively):
  75.  
  76. Next adapter: nouveau-0000:01:00.0-5 (i2c-3)
  77. Do you want to scan it? (yes/NO/selectively):
  78.  
  79. Next adapter: nouveau-0000:01:00.0-6 (i2c-4)
  80. Do you want to scan it? (yes/NO/selectively):
  81.  
  82. Next adapter: nouveau-0000:01:00.0-7 (i2c-5)
  83. Do you want to scan it? (yes/NO/selectively):
  84.  
  85. Next adapter: nouveau-0000:01:00.0-8 (i2c-6)
  86. Do you want to scan it? (yes/NO/selectively):
  87.  
  88. Next adapter: nouveau-0000:01:00.0-9 (i2c-7)
  89. Do you want to scan it? (yes/NO/selectively):
  90.  
  91. Next adapter: nouveau-0000:01:00.0-10 (i2c-8)
  92. Do you want to scan it? (yes/NO/selectively):
  93.  
  94. Next adapter: nouveau-0000:01:00.0-11 (i2c-9)
  95. Do you want to scan it? (yes/NO/selectively):
  96.  
  97. Next adapter: nouveau-0000:01:00.0-12 (i2c-10)
  98. Do you want to scan it? (yes/NO/selectively):
  99.  
  100. Next adapter: nouveau-0000:01:00.0-13 (i2c-11)
  101. Do you want to scan it? (yes/NO/selectively):
  102.  
  103. Now follows a summary of the probes I have just done.
  104. Just press ENTER to continue:
  105.  
  106. Driver `coretemp':
  107. * Chip `Intel digital thermal sensor' (confidence: 9)
  108.  
  109. To load everything that is needed, add this to /etc/modules:
  110. #----cut here----
  111. # Chip drivers
  112. coretemp
  113. #----cut here----
  114. If you have some drivers built into your kernel, the list above will
  115. contain too many modules. Skip the appropriate ones!
  116.  
  117. Do you want to add these lines automatically to /etc/modules? (yes/NO)
  118.  
  119. Unloading i2c-dev... OK
  120. Unloading i2c-i801... OK
  121. Unloading cpuid... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement