Show
Ignore:
Timestamp:
10/12/00 04:08:01 (8 years ago)
Author:
mds
Message:

(mds) cleanup, emphasize getting the i2c package if sensors doesn't compile.

Files:

Legend:

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

    r840 r899  
    44 
    55Quickstart: 
     6 
    67  * Make sure you have the kernel tree corresponding to your current 
    78    kernel in /usr/src/linux. Distribution kernels usually won't do, 
    89    compile your own from a 'vanilla' tree (get one from 
    910    ftp://ftp.kernel/org/pub/linux/kernel/). 
    10   * Install the i2c package. This won't do any harm, even if use a very  
    11     recent 2.3 or 2.4 kernel, though it may be unnecessary. At the very 
    12     least, make sure you have i2c-algo-bit either compiled into your 
    13     kernel or available as a module somewhere. 
    14   * Do a `make' followed by a `make install'. The warnings about .d 
    15     files at the start are harmless. 
     11 
     12  * Install the latest i2c package. This may be necessary even if 
     13    you have a 2.4 kernel. 
     14 
     15  * Do `make'. 
     16    The warnings about .d files at the start are harmless. 
     17    If you have compile problems, you probably skipped step 2. 
     18    Go back and install the latest i2c package. 
     19 
     20  * Do (as root) `make install'. 
     21 
    1622  * Do a `depmod -a'. 
     23 
    1724  * Add  the line 
    1825      /usr/local/lib  
    1926    to /etc/ld.so.conf if it is not there yet. 
     27 
    2028  * Do a `ldconfig'. 
     29 
    2130  * Run `prog/mkdev/mkdev.sh' to create the device files 
     31 
    2232  * Run `prog/detect/sensors-detect' to detect your hardware, put 
    2333    the lines it suggests into /etc/conf.modules or /etc/modules.conf 
    2434    (whichever one exists) and enter the modprobe lines it suggests. 
     35    Add the line `sensors -s' after the modprobe lines. 
     36 
     37  * Reboot or else type in the modprobe lines and `sensors -s' 
     38 
    2539  * Run `sensors' to see your output. 
     40 
    2641  * That's all folks!