Ticket #2143: intel_detect.txt

File intel_detect.txt, 6.1 KB (added by ticket, 5 years ago)

sensors-detect rev4271 on intel board

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