Changeset 538

Show
Ignore:
Timestamp:
08/28/99 21:05:36 (9 years ago)
Author:
mds
Message:

(mds) updated short instructions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/INSTALL

    r523 r538  
    88        - ln -s ../i2c i2c 
    99        - cd i2c 
    10         - make (ignore 'no such file or directory' warnings) 
     10        - make (ignore 'no such file or directory' warnings) 
    1111        - (as root) make install 
    1212        - cd ../lm_sensors2 
    13         - make (ignore 'no such file or directory' warnings) 
     13        - make (ignore 'no such file or directory' warnings) 
    1414        - (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) 
    1717        - 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. 
    1920        - After those commands, put the line 'sensors -s' in the boot file 
    2021          to initialize the sensors at boot time