summaryrefslogtreecommitdiff
path: root/QUICKSTART
blob: 092fc3eb7a2b806fd76132f63f02277ecdd5ebe7 (plain)
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
LM_SENSORS QUICK INSTALLATION INSTRUCTIONS
------------------------------------------

The instructions in this document will generally work if you have a standard
system, but not always!!

Quickstart for Kernel 2.6 
-------------------------

0) Just compile and install lm-sensors userspace tools. You can do that with:
   'make ; make install'
1) Make sure your kernel has support for all I2C bus drivers and
   'i2c device interface'. If you are using a distribution kernel, all is
   already prepared, you don't need to recompile it.
2) Run 'sensors-detect' command, it will tell you what modules you need to load.
3) Load them and run 'sensors' command, you should see some results.
4) Find right section in /etc/sensors.conf, fix labels, limits, fan divisors
5) Run 'sensors -s' to apply the changes.

You may also try our installation wizard at:

http://www.lm-sensors.org/wiki/iwizard/1

We are aware that the documentation could be improved, please contact us if
you want to help us with that.