Changeset 981
- Timestamp:
- 01/10/01 04:52:46 (8 years ago)
- Files:
-
- lm-sensors/trunk/QUICKSTART (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/QUICKSTART
r899 r981 1 LM_SENSORS QUICK INSTALLATION INSTRUCTIONS 2 ------------------------------------------ 3 1 4 NOTE: PLEASE SKIM THE INSTALL DOCUMENT, OR BETTER YET READ IT CAREFULLY! 2 The instructions in this document will only work if you have a standard3 system, and may cause problems.5 The instructions in this document will generally work if you have a standard 6 system, but not always!! 4 7 5 8 Quickstart: … … 10 13 ftp://ftp.kernel/org/pub/linux/kernel/). 11 14 12 * Install the latest i2c package. This may be necessary even if 13 you have a 2.4 kernel. 15 * Download, build, and install the latest i2c package. 16 This is not necessary if you are using lm_sensors 2.5.5 17 with a 2.4 kernel. 14 18 15 19 * Do `make'. 16 20 The warnings about .d files at the start are harmless. 17 If you have compile problems, you probably s kipped step 2.21 If you have compile problems, you probably should not have skipped step 2. 18 22 Go back and install the latest i2c package. 19 23 20 24 * Do (as root) `make install'. 21 25 22 * Do a`depmod -a'.26 * Do (as root) `depmod -a'. 23 27 24 28 * Add the line … … 26 30 to /etc/ld.so.conf if it is not there yet. 27 31 28 * Do a`ldconfig'.32 * Do (as root) `ldconfig'. 29 33 30 * Run `prog/mkdev/mkdev.sh' to create the device files34 * Run (as root) `prog/mkdev/mkdev.sh' to create the device files. 31 35 32 * Run `prog/detect/sensors-detect' to detect your hardware, put33 the lines it suggests into /etc/conf.modules or/etc/modules.conf34 (whichever one exists) and enter the modprobe lines it suggests.36 * Run (as root) `prog/detect/sensors-detect' to detect your hardware, 37 put the lines it suggests into /etc/modules.conf 38 and enter the modprobe lines sensors-detect suggests. 35 39 Add the line `sensors -s' after the modprobe lines. 36 40 37 * Reboot or else type in the modprobe lines and `sensors -s'41 * Reboot, or else type in the modprobe lines and `sensors -s'. 38 42 39 43 * Run `sensors' to see your output. 40 44 41 * That's all folks!45 * That's it! If you have problems, read the INSTALL document.
