Ticket #2275: sensors-detect.txt

File sensors-detect.txt, 5.8 KB (added by ticket, 4 years ago)

output of "sensors-detect"

Line 
1Script started on Sun 25 Nov 2007 12:22:33 AM CST
2# sensors-detect revision 4609 (2007-07-14 09:28:39 -0700)
3
4This program will help you determine which kernel modules you need
5to load to use lm_sensors most effectively. It is generally safe
6and recommended to accept the default answers to all questions,
7unless you know what you're doing.
8
9We can start with probing for (PCI) I2C or SMBus adapters.
10Do you want to probe now? (YES/no):
11Probing for PCI bus adapters...
12Use driver `i2c-i801' for device 0000:00:1f.3: Intel 82801H ICH8
13
14We will now try to load each adapter module in turn.
15Module `i2c-i801' already loaded.
16If you have undetectable or unsupported adapters, you can have them
17scanned by manually loading the modules before running this script.
18
19To continue, we need module `i2c-dev' to be loaded.
20Do you want to load `i2c-dev' now? (YES/no):
21Module loaded successfully.
22
23We are now going to do the I2C/SMBus adapter probings. Some chips may
24be double detected; we choose the one with the highest confidence
25value in that case.
26If you found that the adapter hung after probing a certain address,
27you can specify that address to remain unprobed.
28
29Next adapter: SMBus I801 adapter at 3000 (i2c-0)
30Do you want to scan it? (YES/no/selectively):
31Client found at address 0x44
32Probing for `Maxim MAX6633/MAX6634/MAX6635'...              No
33Client found at address 0x50
34Probing for `Analog Devices ADM1033'...                     No
35Probing for `Analog Devices ADM1034'...                     No
36Probing for `SPD EEPROM'...                                 Yes
37    (confidence 8, not a hardware monitoring chip)
38Probing for `EDID EEPROM'...                                No
39Client found at address 0x51
40Probing for `Analog Devices ADM1033'...                     No
41Probing for `Analog Devices ADM1034'...                     No
42Probing for `SPD EEPROM'...                                 Yes
43    (confidence 8, not a hardware monitoring chip)
44Probing for `EDID EEPROM'...                                No
45Client found at address 0x52
46Probing for `Analog Devices ADM1033'...                     No
47Probing for `Analog Devices ADM1034'...                     No
48Probing for `SPD EEPROM'...                                 Yes
49    (confidence 8, not a hardware monitoring chip)
50Probing for `EDID EEPROM'...                                No
51Client found at address 0x53
52Probing for `Analog Devices ADM1033'...                     No
53Probing for `Analog Devices ADM1034'...                     No
54Probing for `SPD EEPROM'...                                 Yes
55    (confidence 8, not a hardware monitoring chip)
56Probing for `EDID EEPROM'...                                No
57
58Next adapter: NVIDIA i2c adapter  (i2c-1)
59Do you want to scan it? (YES/no/selectively):
60Adapter cannot be probed, skipping.
61
62Next adapter: NVIDIA i2c adapter  (i2c-2)
63Do you want to scan it? (YES/no/selectively):
64Adapter cannot be probed, skipping.
65
66Next adapter: NVIDIA i2c adapter  (i2c-3)
67Do you want to scan it? (YES/no/selectively):
68Adapter cannot be probed, skipping.
69
70Some chips are also accessible through the ISA I/O ports. We have to
71write to arbitrary I/O ports to probe them. This is usually safe though.
72Yes, you do have ISA I/O ports even if you do not have any ISA slots!
73Do you want to scan the ISA I/O ports? (YES/no):
74Probing for `National Semiconductor LM78' at 0x290...       No
75Probing for `National Semiconductor LM78-J' at 0x290...     No
76Probing for `National Semiconductor LM79' at 0x290...       No
77Probing for `Winbond W83781D' at 0x290...                   No
78Probing for `Winbond W83782D' at 0x290...                   No
79Probing for `Silicon Integrated Systems SIS5595'...         No
80Probing for `VIA VT82C686 Integrated Sensors'...            No
81Probing for `VIA VT8231 Integrated Sensors'...              No
82Probing for `IPMI BMC KCS' at 0xca0...                      No
83Probing for `IPMI BMC SMIC' at 0xca8...                     No
84
85Some Super I/O chips may also contain sensors. We have to write to
86standard I/O ports to probe them. This is usually safe.
87Do you want to scan for Super I/O sensors? (YES/no):
88Probing for Super-I/O at 0x2e/0x2f
89Trying family `National Semiconductor'...                   Yes
90Found `Nat. Semi. PC8374L Super IO Sensors'                 
91    (but not activated)
92Probing for Super-I/O at 0x4e/0x4f
93Trying family `National Semiconductor'...                   No
94Trying family `SMSC'...                                     No
95Trying family `VIA/Winbond/Fintek'...                       No
96Trying family `ITE'...                                      No
97
98Some CPUs or memory controllers may also contain embedded sensors.
99Do you want to scan for them? (YES/no):
100AMD K8 thermal sensors...                                   No
101Intel Core family thermal sensor...                         Success!
102    (driver `coretemp')
103Intel AMB FB-DIMM thermal sensor...                         No
104
105Now follows a summary of the probes I have just done.
106Just press ENTER to continue:
107
108Driver `coretemp' (should be inserted):
109  Detects correctly:
110  * Chip `Intel Core family thermal sensor' (confidence: 9)
111
112I will now generate the commands needed to load the required modules.
113Just press ENTER to continue:
114
115To make the sensors modules behave correctly, add these lines to
116/etc/modprobe.conf:
117
118#----cut here----
119# I2C module options
120alias char-major-89 i2c-dev
121#----cut here----
122
123To load everything that is needed, add this to some /etc/rc* file:
124
125#----cut here----
126# Chip drivers
127modprobe coretemp
128# sleep 2 # optional
129/usr/bin/sensors -s # recommended
130#----cut here----
131
132If you have some drivers built into your kernel, the list above will
133contain too many modules. Skip the appropriate ones! You really
134should try these commands right now to make sure everything is
135working properly. Monitoring programs won't work until the needed
136modules are loaded.
137
138Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no):