Advertisement
Guest User

sensors-detect

a guest
Nov 6th, 2012
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. # sensors-detect
  2. # sensors-detect revision 5984 (2011-07-10 21:22:53 +0200)
  3. # System: ASUSTeK Computer INC. K50AB (laptop)
  4.  
  5. This program will help you determine which kernel modules you need
  6. to load to use lm_sensors most effectively. It is generally safe
  7. and recommended to accept the default answers to all questions,
  8. unless you know what you're doing.
  9.  
  10. Some south bridges, CPUs or memory controllers contain embedded sensors.
  11. Do you want to scan for them? This is totally safe. (YES/no):
  12. Module cpuid loaded successfully.
  13. Silicon Integrated Systems SIS5595... No
  14. VIA VT82C686 Integrated Sensors... No
  15. VIA VT8231 Integrated Sensors... No
  16. AMD K8 thermal sensors... No
  17. AMD Family 10h thermal sensors... No
  18. AMD Family 11h thermal sensors... Success!
  19. (driver `k10temp')
  20. AMD Family 12h and 14h thermal sensors... No
  21. AMD Family 15h thermal sensors... No
  22. AMD Family 15h power sensors... No
  23. Intel digital thermal sensor... No
  24. Intel AMB FB-DIMM thermal sensor... No
  25. VIA C7 thermal sensor... No
  26. VIA Nano thermal sensor... No
  27.  
  28. Some Super I/O chips contain embedded sensors. We have to write to
  29. standard I/O ports to probe them. This is usually safe.
  30. Do you want to scan for Super I/O sensors? (YES/no):
  31. Probing for Super-I/O at 0x2e/0x2f
  32. Trying family `National Semiconductor/ITE'... No
  33. Trying family `SMSC'... No
  34. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  35. Trying family `ITE'... No
  36. Probing for Super-I/O at 0x4e/0x4f
  37. Trying family `National Semiconductor/ITE'... No
  38. Trying family `SMSC'... No
  39. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  40. Trying family `ITE'... No
  41.  
  42. Some hardware monitoring chips are accessible through the ISA I/O ports.
  43. We have to write to arbitrary I/O ports to probe them. This is usually
  44. safe though. Yes, you do have ISA I/O ports even if you do not have any
  45. ISA slots! Do you want to scan the ISA I/O ports? (YES/no):
  46. Probing for `National Semiconductor LM78' at 0x290... No
  47. Probing for `National Semiconductor LM79' at 0x290... No
  48. Probing for `Winbond W83781D' at 0x290... No
  49. Probing for `Winbond W83782D' at 0x290... No
  50.  
  51. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  52. monitoring devices. This is the most risky part, and while it works
  53. reasonably well on most systems, it has been reported to cause trouble
  54. on some systems.
  55. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  56. Using driver `i2c-piix4' for device 0000:00:14.0: ATI Technologies Inc SB600/SB700/SB800 SMBus
  57. Module i2c-dev loaded successfully.
  58.  
  59. Next adapter: SMBus PIIX4 adapter at 0b00 (i2c-0)
  60. Do you want to scan it? (YES/no/selectively):
  61. Client found at address 0x50
  62. Probing for `Analog Devices ADM1033'... No
  63. Probing for `Analog Devices ADM1034'... No
  64. Probing for `SPD EEPROM'... Yes
  65. (confidence 8, not a hardware monitoring chip)
  66. Probing for `EDID EEPROM'... No
  67. Client found at address 0x51
  68. Probing for `Analog Devices ADM1033'... No
  69. Probing for `Analog Devices ADM1034'... No
  70. Probing for `SPD EEPROM'... Yes
  71. (confidence 8, not a hardware monitoring chip)
  72.  
  73. Next adapter: Radeon i2c bit bus 0x90 (i2c-1)
  74. Do you want to scan it? (YES/no/selectively):
  75.  
  76. Next adapter: Radeon i2c bit bus 0x91 (i2c-2)
  77. Do you want to scan it? (YES/no/selectively):
  78.  
  79. Next adapter: Radeon i2c bit bus 0x92 (i2c-3)
  80. Do you want to scan it? (YES/no/selectively):
  81.  
  82. Next adapter: Radeon i2c bit bus 0x93 (i2c-4)
  83. Do you want to scan it? (YES/no/selectively):
  84.  
  85. Next adapter: Radeon i2c bit bus 0x94 (i2c-5)
  86. Do you want to scan it? (YES/no/selectively):
  87.  
  88. Next adapter: Radeon i2c bit bus 0x95 (i2c-6)
  89. Do you want to scan it? (YES/no/selectively):
  90.  
  91. Next adapter: Radeon i2c bit bus 0x96 (i2c-7)
  92. Do you want to scan it? (YES/no/selectively):
  93. Client found at address 0x50
  94. Probing for `Analog Devices ADM1033'... No
  95. Probing for `Analog Devices ADM1034'... No
  96. Probing for `SPD EEPROM'... No
  97. Probing for `EDID EEPROM'... Yes
  98. (confidence 8, not a hardware monitoring chip)
  99.  
  100. Now follows a summary of the probes I have just done.
  101. Just press ENTER to continue:
  102.  
  103. Driver `k10temp':
  104. * Chip `AMD Family 11h thermal sensors' (confidence: 9)
  105.  
  106.  
  107. Do you want to generate /etc/conf.d/lm_sensors? Enter s to specify other file name?
  108. (YES/no/s):
  109. Done.
  110. You should now start the lm_sensors service to load the required
  111. kernel modules.
  112.  
  113. Unloading i2c-dev... OK
  114. Unloading cpuid... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement