Changeset 1055
- Timestamp:
- 03/31/01 21:19:31 (11 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 2 modified
-
QUICKSTART (modified) (2 diffs)
-
doc/FAQ (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/QUICKSTART
r981 r1055 6 6 system, but not always!! 7 7 8 Quickstart :8 Quickstart for i2c option 1 (modules) and lm_sensors option 1 (modules): 9 9 10 10 * Make sure you have the kernel tree corresponding to your current … … 32 32 * Do (as root) `ldconfig'. 33 33 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. 35 36 36 37 * Run (as root) `prog/detect/sensors-detect' to detect your hardware, -
lm-sensors/trunk/doc/FAQ
r1035 r1055 77 77 4.24 Sensors-detect doesn't work at all 78 78 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" 80 80 4.24C Sensors-detect doesn't find any sensors 81 81 … … 718 718 719 719 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. 720 4.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 723 or you did not run sensors-detect as root. 724 Run the script prog/mkdev/mkdev.sh to create the /dev/i2c-x files. 725 Run devfs in the kernel to get the /dev/i2c/x files. 725 726 726 727
