1SENSORS-DETECT(8) System Manager's Manual SENSORS-DETECT(8)
2
3
4
6 sensors-detect - detect hardware monitoring chips
7
8
10 sensors-detect [ --auto ]
11
12
14 sensors-detect is an interactive program that will walk you through the
15 process of scanning your system for various hardware monitoring chips,
16 or sensors, supported by libsensors(3), or more generally by the
17 lm_sensors tool suite.
18
19 sensors-detect will look for the following devices, in order:
20
21 · Sensors embedded in CPUs, south bridges and memory controllers.
22
23 · Sensors embedded in Super I/O chips.
24
25 · Hardware monitoring chips accessed through ISA I/O ports.
26
27 · Hardware monitoring chips reachable over the SMBus or more gen‐
28 erally any I2C bus on your system.
29
30 As the last two detection steps can cause trouble on some systems, they
31 are normally not attempted if the second detection step led to the dis‐
32 covery of a Super I/O chip with complete hardware monitoring features.
33 However, the user is always free to ask for all detection steps if so
34 is his/her wish. This can be useful if a given system has more than one
35 hardware monitoring chip. Some vendors are known to do this, most
36 notably Asus and Tyan.
37
38
40 --auto Run in automatic, non-interactive mode. Assume default answers
41 to all questions. Note that this isn't necessarily safe as the
42 internal logic may lead to potentially dangerous probes being
43 attempted. See the WARNING section below.
44
45
47 sensors-detect needs to access the hardware for most of the chip detec‐
48 tions. By definition, it doesn't know which chips are there before it
49 manages to identify them. This means that it can access chips in a way
50 these chips do not like, causing problems ranging from SMBus lockup to
51 permanent hardware damage (a rare case, thankfully.)
52
53 The authors made their best to make the detection as safe as possible,
54 and it turns out to work just fine in most cases, however it is impos‐
55 sible to guarantee that sensors-detect will not lock or kill a specific
56 system. So, as a rule of thumb, you should not run sensors-detect on
57 production servers, and you should not run sensors-detect if can't
58 afford replacing a random part of your system. Also, it is recommended
59 to not force a detection step which would have been skipped by default,
60 unless you know what you are doing.
61
62
64 sensors(1), libsensors(3)
65
66
68 Frodo Looijaard and Jean Delvare
69
70
71
72lm-sensors 3 September 2013 SENSORS-DETECT(8)