| | 1 | ============================================================================= |
|---|
| | 2 | INSTALLATION - SHORT INSTRUCTIONS - NON-KERNEL INSTALLATION |
|---|
| | 3 | ============================================================================= |
|---|
| | 4 | |
|---|
| | 5 | - Make sure you also have the i2c package installed |
|---|
| | 6 | in the same directory as lm_sensors2 |
|---|
| | 7 | - rmdir i2c |
|---|
| | 8 | - ln -s ../i2c i2c |
|---|
| | 9 | - cd i2c |
|---|
| | 10 | - make (ignore 'no such file or directory' warnings) |
|---|
| | 11 | - (as root) make install |
|---|
| | 12 | - cd ../lm_sensors2 |
|---|
| | 13 | - make (ignore 'no such file or directory' warnings) |
|---|
| | 14 | - (as root) make install |
|---|
| | 15 | - prog/mkdev/mkdev.sh (makes the devices in /dev) |
|---|
| | 16 | - prog/detect/sensors-detect (determines installed hardware) |
|---|
| | 17 | - Place the 'modprobe' commands output by sensors-detect in a |
|---|
| | 18 | boot file like /etc/rc.d/rc.multi |
|---|
| | 19 | - After those commands, put the line 'sensors -s' in the boot file |
|---|
| | 20 | to initialize the sensors at boot time |
|---|
| | 21 | - Place the lines output by sensors-detect in the module |
|---|
| | 22 | configuration file /etc/conf.modules or /etc/modules.conf |
|---|
| | 23 | - Reboot |
|---|
| | 24 | - Verify correct installation of modules at boot time |
|---|
| | 25 | - Use the command 'sensors' to check sensor status. |
|---|
| | 26 | |
|---|
| | 27 | |
|---|
| | 28 | ============================================================================= |
|---|
| | 29 | ============================================================================= |
|---|
| | 30 | |
|---|