File: libsensors3.README.Debian

package info (click to toggle)
lm-sensors 1%3A2.10.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,324 kB
  • ctags: 10,814
  • sloc: ansic: 63,969; perl: 8,111; sh: 1,823; makefile: 399; lex: 371; yacc: 312; python: 11
file content (31 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
README.Debian for lm-sensors
----------------------------

lm-sensors requires kernel support to access sensor devices. There are
two parts to these modules: generic drivers to access devices on the i2c
bus, and drivers to support specific sensor devices.


2.4 kernels
-----------

2.4 kernels are not supported any more. If you still want to use a 2.4 
kernel, you have to patch your kernel. Have a look at the documentation
on http://www.lm-sensors.org/


2.6 kernels
-----------

All the necessary modules are included in the 2.6 kernel tree. Just have a
look at "I2C Hardware Sensors Chip support" in your kernel configuration.

Once you have your kernel properly configured, you need to probe for the 
sensors available on your system. You can use the sensors-detect program to 
do this.

Please note that the /sys interface changed in kernel version 2.6.5 and 
libsensors version 2.8.6. This version of libsensors3 doesn't support 
kernels older than version 2.6.5 anymore.

-- Aurelien Jarno <aurel32@debian.org>