Advertisement
ElectronGuigui

sensors-detect

Jun 5th, 2016
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. # sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
  2. # System: Micro-Star International Co., Ltd. GS60 2PC Ghost [REV:1.0] (laptop)
  3. # Board: Micro-Star International Co., Ltd. MS-16H2
  4. # Kernel: 4.4.0-22-generic x86_64
  5. # Processor: Intel(R) Core(TM) i7-4710HQ CPU @ 2.50GHz (6/60/3)
  6.  
  7. This program will help you determine which kernel modules you need
  8. to load to use lm_sensors most effectively. It is generally safe
  9. and recommended to accept the default answers to all questions,
  10. unless you know what you're doing.
  11.  
  12. Some south bridges, CPUs or memory controllers contain embedded sensors.
  13. Do you want to scan for them? This is totally safe. (YES/no): 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... No
  20. AMD Family 12h and 14h thermal sensors... No
  21. AMD Family 15h thermal sensors... No
  22. AMD Family 16h thermal sensors... No
  23. AMD Family 15h power sensors... No
  24. AMD Family 16h power sensors... No
  25. Intel digital thermal sensor... Success!
  26. (driver `coretemp')
  27. Intel AMB FB-DIMM thermal sensor... No
  28. Intel 5500/5520/X58 thermal sensor... No
  29. VIA C7 thermal sensor... No
  30. VIA Nano thermal sensor... No
  31.  
  32. Some Super I/O chips contain embedded sensors. We have to write to
  33. standard I/O ports to probe them. This is usually safe.
  34. Do you want to scan for Super I/O sensors? (YES/no): Probing for Super-I/O at 0x2e/0x2f
  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. Probing for Super-I/O at 0x4e/0x4f
  40. Trying family `National Semiconductor/ITE'... No
  41. Trying family `SMSC'... No
  42. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  43. Trying family `ITE'... No
  44.  
  45. Some hardware monitoring chips are accessible through the ISA I/O ports.
  46. We have to write to arbitrary I/O ports to probe them. This is usually
  47. safe though. Yes, you do have ISA I/O ports even if you do not have any
  48. ISA slots! Do you want to scan the ISA I/O ports? (YES/no): Probing for `National Semiconductor LM78' at 0x290... No
  49. Probing for `National Semiconductor LM79' at 0x290... No
  50. Probing for `Winbond W83781D' at 0x290... No
  51. Probing for `Winbond W83782D' at 0x290... No
  52.  
  53. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  54. monitoring devices. This is the most risky part, and while it works
  55. reasonably well on most systems, it has been reported to cause trouble
  56. on some systems.
  57. Do you want to probe the I2C/SMBus adapters now? (YES/no): Using driver `i2c-i801' for device 0000:00:1f.3: Intel Lynx Point (PCH)
  58. Module i2c-i801 loaded successfully.
  59.  
  60. Next adapter: i915 gmbus ssc (i2c-0)
  61. Do you want to scan it? (yes/NO/selectively):
  62. Next adapter: i915 gmbus vga (i2c-1)
  63. Do you want to scan it? (yes/NO/selectively):
  64. Next adapter: i915 gmbus panel (i2c-2)
  65. Do you want to scan it? (yes/NO/selectively):
  66. Next adapter: i915 gmbus dpc (i2c-3)
  67. Do you want to scan it? (yes/NO/selectively):
  68. Next adapter: i915 gmbus dpb (i2c-4)
  69. Do you want to scan it? (yes/NO/selectively):
  70. Next adapter: i915 gmbus dpd (i2c-5)
  71. Do you want to scan it? (yes/NO/selectively):
  72. Next adapter: DPDDC-A (i2c-6)
  73. Do you want to scan it? (yes/NO/selectively):
  74. Next adapter: DPDDC-B (i2c-7)
  75. Do you want to scan it? (yes/NO/selectively):
  76.  
  77. Now follows a summary of the probes I have just done.
  78. Just press ENTER to continue:
  79. Driver `coretemp':
  80. * Chip `Intel digital thermal sensor' (confidence: 9)
  81.  
  82. To load everything that is needed, add this to /etc/modules:
  83. #----cut here----
  84. # Chip drivers
  85. coretemp
  86. #----cut here----
  87. If you have some drivers built into your kernel, the list above will
  88. contain too many modules. Skip the appropriate ones!
  89.  
  90. Do you want to add these lines automatically to /etc/modules? (yes/NO)Successful!
  91.  
  92. Monitoring programs won't work until the needed modules are
  93. loaded. You may want to run '/etc/init.d/kmod start'
  94. to load them.
  95.  
  96. Unloading i2c-i801... OK
  97. Unloading cpuid... OK
  98.  
  99. ***************************************************************
  100. Warning: the preferred way to run this script non-interactively
  101. is with option --auto. Other methods are discouraged and may
  102. stop working at some point in the future.
  103. ***************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement