Changeset 1104
- Timestamp:
- 05/31/01 04:40:27 (11 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/QUICKSTART (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/QUICKSTART
r1055 r1104 6 6 system, but not always!! 7 7 8 Quickstart for i2c option 1 (modules) and lm_sensors option 1 (modules): 8 Quickstart for i2c option 1 (modules) and lm_sensors option 1 (modules). 9 This is the recommended EASIEST METHOD. 10 Other methods are described in INSTALL. 11 --------------------------------------- 9 12 10 13 * Make sure you have the kernel tree corresponding to your current … … 14 17 15 18 * Download, build, and install the latest i2c package. 16 This is n ot necessary if you are using lm_sensors 2.5.517 with a 2.4 kernel.19 This is necessary for lm_sensors 2.6.0 with ALL KERNELS. 20 Quickstart for i2c: make; make install; depmod -a 18 21 19 22 * Do `make'. … … 21 24 If you have compile problems, you probably should not have skipped step 2. 22 25 Go back and install the latest i2c package. 26 If you still have compile problems, you probably should not 27 have skipped step 1. 23 28 24 29 * Do (as root) `make install'. … … 44 49 * Run `sensors' to see your output. 45 50 46 * That's it! If you have problems, read the INSTALL document. 51 * That's it! If you have problems, read the INSTALL document and, 52 of course our excellent FAQ (doc/FAQ).
