Changeset 1176

Show
Ignore:
Timestamp:
09/08/01 18:28:16 (7 years ago)
Author:
mds
Message:

update for 2.6.1

Files:

Legend:

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

    r1104 r1176  
    1616    ftp://ftp.kernel/org/pub/linux/kernel/). 
    1717 
     18  * Verify that your i2c support in the kernel is configured as 
     19    modules or is disabled. If it is compiled-in, you obviously 
     20    cannot replace it with modules. 
     21 
    1822  * Download, build, and install the latest i2c package. 
    19     This is necessary for lm_sensors 2.6.0 with ALL KERNELS. 
     23    This is necessary for lm_sensors 2.6.1 with ALL KERNELS. 
    2024    Quickstart for i2c: make; make install; depmod -a 
    2125 
    2226  * Do `make'. 
    2327    The warnings about .d files at the start are harmless. 
    24     If you have compile problems, you probably should not have skipped step 2
     28    If you have compile problems, you probably should not have skipped step 3
    2529    Go back and install the latest i2c package. 
    2630    If you still have compile problems, you probably should not