Changeset 1055

Show
Ignore:
Timestamp:
03/31/01 21:19:31 (8 years ago)
Author:
mds
Message:

update for devfs /dev/i2c/x devices

Files:

Legend:

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

    r981 r1055  
    66system, but not always!! 
    77 
    8 Quickstart
     8Quickstart for i2c option 1 (modules) and lm_sensors option 1 (modules)
    99 
    1010  * Make sure you have the kernel tree corresponding to your current 
     
    3232  * Do (as root) `ldconfig'. 
    3333 
    34   * Run (as root) `prog/mkdev/mkdev.sh' to create the device files. 
     34  * Run (as root) `prog/mkdev/mkdev.sh' to create the device files, 
     35    unless you already have them or are running devfs. 
    3536 
    3637  * Run (as root) `prog/detect/sensors-detect' to detect your hardware, 
  • lm-sensors/trunk/doc/FAQ

    r1035 r1055  
    77774.24 Sensors-detect doesn't work at all 
    7878  4.24A Sensors-detect says "Couldn't open /proc/bus/i2c?!?" 
    79   4.24B Sensors-detect says "Can't open /dev/i2c[-]0" 
     79  4.24B Sensors-detect says "Can't open /dev/i2c[-/]0" 
    8080  4.24C Sensors-detect doesn't find any sensors 
    8181 
     
    718718 
    719719 
    720 4.24B Sensors-detect says "Can't open /dev/i2c[-]0" 
    721  
    722     Your /dev/i2c-0 or /dev/i2c0 (either will work) files do not exist 
    723 (run the script prog/mkdev/mkdev.sh to create them), or you did not 
    724 run sensors-detect as root. 
     7204.24B Sensors-detect says "Can't open /dev/i2c[-/]0" 
     721 
     722    Your /dev/i2c-0, /dev/i2c0, or /dev/i2c/0 files do not exist 
     723or you did not run sensors-detect as root. 
     724Run the script prog/mkdev/mkdev.sh to create the /dev/i2c-x files. 
     725Run devfs in the kernel to get the /dev/i2c/x files. 
    725726 
    726727