Ticket #2143: intel_detect.txt

File intel_detect.txt, 6.1 kB (added by ticket, 2 years ago)

sensors-detect rev4271 on intel board

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