Advertisement
Guest User

sensors

a guest
Aug 31st, 2011
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. root@swes:~# sensors-detect
  2. # sensors-detect revision 5861 (2010-09-21 17:21:05 +0200)
  3. # System: Dell Inc. Inspiron 1546
  4. # Board: Dell Inc. 0V2X0M
  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): yes
  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... No
  18. AMD Family 10h thermal sensors... No
  19. AMD Family 11h thermal sensors... Success!
  20. (driver `k10temp')
  21. Intel digital thermal sensor... No
  22. Intel AMB FB-DIMM thermal sensor... No
  23. VIA C7 thermal sensor... No
  24. VIA Nano thermal sensor... No
  25.  
  26. Some Super I/O chips contain embedded sensors. We have to write to
  27. standard I/O ports to probe them. This is usually safe.
  28. Do you want to scan for Super I/O sensors? (YES/no): YES
  29. Probing for Super-I/O at 0x2e/0x2f
  30. Trying family `National Semiconductor'... No
  31. Trying family `SMSC'... No
  32. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  33. Trying family `ITE'... No
  34. Probing for Super-I/O at 0x4e/0x4f
  35. Trying family `National Semiconductor'... Yes
  36. Found unknown chip with ID 0xfc11
  37.  
  38. Some systems (mainly servers) implement IPMI, a set of common interfaces
  39. through which system health data may be retrieved, amongst other things.
  40. We first try to get the information from SMBIOS. If we don't find it
  41. there, we have to read from arbitrary I/O ports to probe for such
  42. interfaces. This is normally safe. Do you want to scan for IPMI
  43. interfaces? (YES/no): yes
  44. Probing for `IPMI BMC KCS' at 0xca0... No
  45. Probing for `IPMI BMC SMIC' at 0xca8... No
  46.  
  47. Some hardware monitoring chips are accessible through the ISA I/O ports.
  48. We have to write to arbitrary I/O ports to probe them. This is usually
  49. safe though. Yes, you do have ISA I/O ports even if you do not have any
  50. ISA slots! Do you want to scan the ISA I/O ports? (YES/no): yes
  51. Probing for `National Semiconductor LM78' at 0x290... No
  52. Probing for `National Semiconductor LM79' at 0x290... No
  53. Probing for `Winbond W83781D' at 0x290... No
  54. Probing for `Winbond W83782D' at 0x290... No
  55.  
  56. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  57. monitoring devices. This is the most risky part, and while it works
  58. reasonably well on most systems, it has been reported to cause trouble
  59. on some systems.
  60. Do you want to probe the I2C/SMBus adapters now? (YES/no): yes
  61. Using driver `i2c-piix4' for device 0000:00:14.0: ATI Technologies Inc SB600/SB700/SB800 SMBus
  62. Module i2c-dev loaded successfully.
  63.  
  64. Next adapter: SMBus PIIX4 adapter at 30c0 (i2c-0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement