Changeset 538
- Timestamp:
- 08/28/99 21:05:36 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/INSTALL
r523 r538 8 8 - ln -s ../i2c i2c 9 9 - cd i2c 10 - make (ignore 'no such file or directory' warnings)10 - make (ignore 'no such file or directory' warnings) 11 11 - (as root) make install 12 12 - cd ../lm_sensors2 13 - make (ignore 'no such file or directory' warnings)13 - make (ignore 'no such file or directory' warnings) 14 14 - (as root) make install 15 - prog/mkdev/mkdev.sh (makes the devices in /dev)16 - prog/detect/sensors-detect (determines installed hardware)15 - (as root) prog/mkdev/mkdev.sh (makes the devices in /dev) 16 - (as root) prog/detect/sensors-detect (determines installed hardware) 17 17 - Place the 'modprobe' commands output by sensors-detect in a 18 boot file like /etc/rc.d/rc.multi 18 boot file like /etc/rc.d/rc.multi. 19 Make sure it is after 'depmod -a -e' is run. 19 20 - After those commands, put the line 'sensors -s' in the boot file 20 21 to initialize the sensors at boot time
