Advertisement
marlonfa

Sensors

Oct 28th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. marlon@marlon:~$ sudo sensors-detect
  2. [sudo] password for marlon:
  3. # sensors-detect revision 5946 (2011-03-23 11:54:44 +0100)
  4. # Board: Acer Fuquene
  5.  
  6. This program will help you determine which kernel modules you need
  7. to load to use lm_sensors most effectively. It is generally safe
  8. and recommended to accept the default answers to all questions,
  9. unless you know what you're doing.
  10.  
  11. Some south bridges, CPUs or memory controllers contain embedded sensors.
  12. Do you want to scan for them? This is totally safe. (YES/no): y
  13. Module cpuid loaded successfully.
  14. Silicon Integrated Systems SIS5595... No
  15. VIA VT82C686 Integrated Sensors... No
  16. VIA VT8231 Integrated Sensors... No
  17. AMD K8 thermal sensors... Success!
  18. (driver `k8temp')
  19. AMD Family 10h thermal sensors... No
  20. AMD Family 11h thermal sensors... No
  21. AMD Family 12h and 14h thermal sensors... No
  22. Intel digital thermal sensor... No
  23. Intel AMB FB-DIMM thermal sensor... No
  24. VIA C7 thermal sensor... No
  25. VIA Nano thermal sensor... No
  26.  
  27. Some Super I/O chips contain embedded sensors. We have to write to
  28. standard I/O ports to probe them. This is usually safe.
  29. Do you want to scan for Super I/O sensors? (YES/no): y
  30. Probing for Super-I/O at 0x2e/0x2f
  31. Trying family `National Semiconductor'... No
  32. Trying family `SMSC'... No
  33. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  34. Trying family `ITE'... No
  35. Probing for Super-I/O at 0x4e/0x4f
  36. Trying family `National Semiconductor'... No
  37. Trying family `SMSC'... No
  38. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  39. Trying family `ITE'... No
  40.  
  41. Some hardware monitoring chips are accessible through the ISA I/O ports.
  42. We have to write to arbitrary I/O ports to probe them. This is usually
  43. safe though. Yes, you do have ISA I/O ports even if you do not have any
  44. ISA slots! Do you want to scan the ISA I/O ports? (YES/no): y
  45. Probing for `National Semiconductor LM78' at 0x290... No
  46. Probing for `National Semiconductor LM79' at 0x290... No
  47. Probing for `Winbond W83781D' at 0x290... No
  48. Probing for `Winbond W83782D' at 0x290... No
  49.  
  50. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  51. monitoring devices. This is the most risky part, and while it works
  52. reasonably well on most systems, it has been reported to cause trouble
  53. on some systems.
  54. Do you want to probe the I2C/SMBus adapters now? (YES/no): y
  55. Using driver `i2c-nforce2' for device 0000:00:01.1: nVidia Corporation nForce SMBus (MCP67)
  56. Module i2c-dev loaded successfully.
  57.  
  58. Next adapter: SMBus nForce2 adapter at 3040 (i2c-0)
  59. Do you want to scan it? (YES/no/selectively): y
  60. y
  61. Next adapter: SMBus nForce2 adapter at 3000 (i2c-1)
  62. Do you want to scan it? (YES/no/selectively):
  63. Client found at address 0x50
  64. Probing for `Analog Devices ADM1033'... No
  65. Probing for `Analog Devices ADM1034'... No
  66. Probing for `SPD EEPROM'... Yes
  67. (confidence 8, not a hardware monitoring chip)
  68. Probing for `EDID EEPROM'... No
  69. Client found at address 0x51
  70. Probing for `Analog Devices ADM1033'... No
  71. Probing for `Analog Devices ADM1034'... No
  72. Probing for `SPD EEPROM'... Yes
  73. (confidence 8, not a hardware monitoring chip)
  74.  
  75. Next adapter: NVIDIA i2c adapter (i2c-2)
  76. Do you want to scan it? (YES/no/selectively): y
  77.  
  78. Next adapter: NVIDIA i2c adapter (i2c-3)
  79. Do you want to scan it? (YES/no/selectively): y
  80.  
  81. Next adapter: NVIDIA i2c adapter (i2c-4)
  82. Do you want to scan it? (YES/no/selectively): y
  83. Client found at address 0x50
  84. Probing for `Analog Devices ADM1033'... No
  85. Probing for `Analog Devices ADM1034'... No
  86. Probing for `SPD EEPROM'... No
  87. Probing for `EDID EEPROM'... Yes
  88. (confidence 8, not a hardware monitoring chip)
  89.  
  90. Next adapter: NVIDIA i2c adapter (i2c-5)
  91. Do you want to scan it? (YES/no/selectively): y
  92.  
  93. Now follows a summary of the probes I have just done.
  94. Just press ENTER to continue:
  95.  
  96. Driver `k8temp' (autoloaded):
  97. * Chip `AMD K8 thermal sensors' (confidence: 9)
  98.  
  99. No modules to load, skipping modules configuration.
  100.  
  101. Unloading i2c-dev... OK
  102. Unloading cpuid... OK
  103.  
  104. marlon@marlon:~$
  105.  
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement