Show
Ignore:
Timestamp:
01/10/01 04:52:46 (8 years ago)
Author:
mds
Message:

updates

Files:

Legend:

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

    r899 r981  
     1LM_SENSORS QUICK INSTALLATION INSTRUCTIONS 
     2------------------------------------------ 
     3 
    14NOTE: PLEASE SKIM THE INSTALL DOCUMENT, OR BETTER YET READ IT CAREFULLY! 
    2 The instructions in this document will only work if you have a standard 
    3 system, and may cause problems. 
     5The instructions in this document will generally work if you have a standard 
     6system, but not always!! 
    47 
    58Quickstart: 
     
    1013    ftp://ftp.kernel/org/pub/linux/kernel/). 
    1114 
    12   * Install the latest i2c package. This may be necessary even if 
    13     you have a 2.4 kernel. 
     15  * Download, build, and install the latest i2c package. 
     16    This is not necessary if you are using lm_sensors 2.5.5 
     17    with a 2.4 kernel. 
    1418 
    1519  * Do `make'. 
    1620    The warnings about .d files at the start are harmless. 
    17     If you have compile problems, you probably skipped step 2. 
     21    If you have compile problems, you probably should not have skipped step 2. 
    1822    Go back and install the latest i2c package. 
    1923 
    2024  * Do (as root) `make install'. 
    2125 
    22   * Do a `depmod -a'. 
     26  * Do (as root) `depmod -a'. 
    2327 
    2428  * Add  the line 
     
    2630    to /etc/ld.so.conf if it is not there yet. 
    2731 
    28   * Do a `ldconfig'. 
     32  * Do (as root) `ldconfig'. 
    2933 
    30   * Run `prog/mkdev/mkdev.sh' to create the device files 
     34  * Run (as root) `prog/mkdev/mkdev.sh' to create the device files. 
    3135 
    32   * Run `prog/detect/sensors-detect' to detect your hardware, put 
    33     the lines it suggests into /etc/conf.modules or /etc/modules.conf 
    34     (whichever one exists) and enter the modprobe lines it suggests. 
     36  * Run (as root) `prog/detect/sensors-detect' to detect your hardware, 
     37    put the lines it suggests into /etc/modules.conf 
     38    and enter the modprobe lines sensors-detect suggests. 
    3539    Add the line `sensors -s' after the modprobe lines. 
    3640 
    37   * Reboot or else type in the modprobe lines and `sensors -s' 
     41  * Reboot, or else type in the modprobe lines and `sensors -s'. 
    3842 
    3943  * Run `sensors' to see your output. 
    4044 
    41   * That's all folks! 
     45  * That's it! If you have problems, read the INSTALL document.