Changeset 2812

Show
Ignore:
Timestamp:
12/29/04 11:21:23 (8 years ago)
Author:
khali
Message:

Update 4.20 (sample lines for sysfs and procfs in /etc/fstab).

Location:
lm-sensors/trunk/doc
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/lm_sensors-FAQ.texi

    r2775 r2812  
    10001000 
    10011001@itemize 
    1002 @item (Linux 2.6) Did you @command{modprobe i2c_sensor}? Check @command{lsmod}. 
    1003 @item (Linux 2.4) Did you @command{modprobe i2c-proc}? Check @command{lsmod}. 
     1002@item Linux 2.6 
     1003@itemize  
     1004@item Did you @command{modprobe i2c_sensor}? Check @command{lsmod}. 
     1005@item Do you have sysfs support in your kernel and @file{/sys} mounted (is @file{/sys} there and populated)? 
     1006Create /sys with @command{mkdir /sys} if needed. Then add the following line to @file{/etc/fstab}: 
     1007@example 
     1008sys              /sys             sysfs       default          0   0@end example 
     1009and @command{mount /sys}. 
     1010@end itemize 
     1011@item Linux 2.4 
     1012@itemize 
     1013@item Did you @command{modprobe i2c-proc}? Check @command{lsmod}. 
     1014@item Do you have procfs support in your kernel and @file{/proc} mounted (is @file{/proc} there and populated)? 
     1015Create /proc with @command{mkdir /proc} if needed. Then add the following line to @file{/etc/fstab}: 
     1016@example 
     1017proc             /proc            proc        defaults         0   0@end example 
     1018and @command{mount /proc}. 
     1019@end itemize 
    10041020@item If you did @command{sensors -s}, did you run it as root? 
    1005 @item (Linux 2.6) Do you have sysfs support in your kernel (is @file{/sys} there and populated)? 
    1006 @item (Linux 2.4) Do you have procfs support in your kernel (is @file{/proc} there and populated)? 
    10071021@end itemize 
    10081022 
  • lm-sensors/trunk/doc/version.texi

    r2775 r2812  
    1 @set UPDATED 26 November 2004 
    2 @set UPDATED-MONTH November 2004 
     1@set UPDATED 29 December 2004 
     2@set UPDATED-MONTH December 2004 
    33@set VERSION 2.14