Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. [lex@localhost ~]$ sudo sensors-detect
  2. [sudo] пароль для lex:
  3. # sensors-detect revision $Revision$
  4. # System: LENOVO 20KS006HRT [ThinkPad E580] (laptop)
  5. # Kernel: 5.2.8-200.fc30.x86_64 x86_64
  6. # Processor: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz (6/142/10)
  7.  
  8. This program will help you determine which kernel modules you need
  9. to load to use lm_sensors most effectively. It is generally safe
  10. and recommended to accept the default answers to all questions,
  11. unless you know what you're doing.
  12.  
  13. Some south bridges, CPUs or memory controllers contain embedded sensors.
  14. Do you want to scan for them? This is totally safe. (YES/no): y
  15. Silicon Integrated Systems SIS5595... No
  16. VIA VT82C686 Integrated Sensors... No
  17. VIA VT8231 Integrated Sensors... No
  18. AMD K8 thermal sensors... No
  19. AMD Family 10h thermal sensors... No
  20. AMD Family 11h thermal sensors... No
  21. AMD Family 12h and 14h thermal sensors... No
  22. AMD Family 15h thermal sensors... No
  23. AMD Family 16h thermal sensors... No
  24. AMD Family 17h thermal sensors... No
  25. AMD Family 15h power sensors... No
  26. AMD Family 16h power sensors... No
  27. Intel digital thermal sensor... Success!
  28. (driver `coretemp')
  29. Intel AMB FB-DIMM thermal sensor... No
  30. Intel 5500/5520/X58 thermal sensor... No
  31. VIA C7 thermal sensor... No
  32. VIA Nano thermal sensor... No
  33.  
  34. Some Super I/O chips contain embedded sensors. We have to write to
  35. standard I/O ports to probe them. This is usually safe.
  36. Do you want to scan for Super I/O sensors? (YES/no):
  37. Probing for Super-I/O at 0x2e/0x2f
  38. Trying family `National Semiconductor/ITE'... No
  39. Trying family `SMSC'... No
  40. Trying family `VIA/Winbond/Nuvoton/Fintek'... No
  41. Trying family `ITE'... No
  42. Probing for Super-I/O at 0x4e/0x4f
  43. Trying family `National Semiconductor/ITE'... Yes
  44. Found unknown chip with ID 0x8996
  45.  
  46. Some hardware monitoring chips are accessible through the ISA I/O ports.
  47. We have to write to arbitrary I/O ports to probe them. This is usually
  48. safe though. Yes, you do have ISA I/O ports even if you do not have any
  49. ISA slots! Do you want to scan the ISA I/O ports? (YES/no):
  50. Probing for `National Semiconductor LM78' at 0x290... No
  51. Probing for `National Semiconductor LM79' at 0x290... No
  52. Probing for `Winbond W83781D' at 0x290... No
  53. Probing for `Winbond W83782D' at 0x290... No
  54.  
  55. Lastly, we can probe the I2C/SMBus adapters for connected hardware
  56. monitoring devices. This is the most risky part, and while it works
  57. reasonably well on most systems, it has been reported to cause trouble
  58. on some systems.
  59. Do you want to probe the I2C/SMBus adapters now? (YES/no):
  60. Using driver `i2c-i801' for device 0000:00:1f.4: Sunrise Point-LP (PCH)
  61. Module i2c-dev loaded successfully.
  62.  
  63. Next adapter: i915 gmbus dpc (i2c-0)
  64. Do you want to scan it? (yes/NO/selectively): yes
  65.  
  66. Next adapter: i915 gmbus dpb (i2c-1)
  67. Do you want to scan it? (yes/NO/selectively): yes
  68.  
  69. Next adapter: i915 gmbus dpd (i2c-2)
  70. Do you want to scan it? (yes/NO/selectively): yes
  71.  
  72. Next adapter: DPDDC-A (i2c-3)
  73. Do you want to scan it? (yes/NO/selectively): yes
  74.  
  75. Next adapter: DPDDC-C (i2c-4)
  76. Do you want to scan it? (yes/NO/selectively): yes
  77.  
  78. Next adapter: SMBus I801 adapter at efa0 (i2c-5)
  79. Do you want to scan it? (YES/no/selectively): yes
  80. Client found at address 0x2c
  81. Handled by driver `rmi_smbus' (already loaded), chip type `rmi4_smbus'
  82. (note: this is probably NOT a sensor chip!)
  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'... No
  88. Client found at address 0x52
  89. Probing for `Analog Devices ADM1033'... No
  90. Probing for `Analog Devices ADM1034'... No
  91. Probing for `SPD EEPROM'... No
  92.  
  93.  
  94. Now follows a summary of the probes I have just done.
  95. Just press ENTER to continue:
  96.  
  97. Driver `coretemp':
  98. * Chip `Intel digital thermal sensor' (confidence: 9)
  99.  
  100. Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no):
  101. Unloading i2c-dev... OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement