Advertisement
Guest User

Untitled

a guest
Nov 30th, 2012
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. tim@test-computer:~$ sudo sensors-detect
  2. # sensors-detect revision 5818 (2010-01-18 17:22:07 +0100)
  3. # System: Fujitsu Siemens P4GV-FSC
  4. # Board: ASUSTeK Computer INC. P4GV-FSC
  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. 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... No
  19. Intel Core family thermal sensor... No
  20. Intel Atom thermal sensor... No
  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): y
  28. Probing for Super-I/O at 0x2e/0x2f
  29. Trying family `National Semiconductor'... No
  30. Trying family `SMSC'... No
  31. Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes
  32. Found `ITE IT8708F Super IO'
  33. (no hardware monitoring capabilities)
  34. Probing for Super-I/O at 0x4e/0x4f
  35. Trying family `National Semiconductor'... 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): y
  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): y
  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): y
  63. Using driver `i2c-i801' for device 0000:00:1f.3: Intel 82801DB ICH4
  64. Module i2c-i801 loaded successfully.
  65. Module i2c-dev loaded successfully.
  66.  
  67. Next adapter: SMBus I801 adapter at e800 (i2c-0)
  68. Do you want to scan it? (YES/no/selectively): y
  69. Client found at address 0x50
  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. Probing for `EDID EEPROM'... No
  75. Client found at address 0x77
  76. Probing for `Asus Mozart-2'... Success!
  77. (confidence 5, driver `to-be-written')
  78.  
  79. Now follows a summary of the probes I have just done.
  80. Just press ENTER to continue:
  81.  
  82. Driver `to-be-written':
  83. * Bus `SMBus I801 adapter at e800'
  84. Busdriver `i2c_i801', I2C address 0x77
  85. Chip `Asus Mozart-2' (confidence: 5)
  86.  
  87. Note: there is no driver for Asus Mozart-2 yet.
  88. Check http://www.lm-sensors.org/wiki/Devices for updates.
  89.  
  90. No modules to load, skipping modules configuration.
  91.  
  92. Unloading i2c-dev... OK
  93. Unloading i2c-i801... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement