Changeset 1176
- Timestamp:
- 09/08/01 18:28:16 (7 years ago)
- Files:
-
- lm-sensors/trunk/QUICKSTART (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/QUICKSTART
r1104 r1176 16 16 ftp://ftp.kernel/org/pub/linux/kernel/). 17 17 18 * Verify that your i2c support in the kernel is configured as 19 modules or is disabled. If it is compiled-in, you obviously 20 cannot replace it with modules. 21 18 22 * Download, build, and install the latest i2c package. 19 This is necessary for lm_sensors 2.6. 0with ALL KERNELS.23 This is necessary for lm_sensors 2.6.1 with ALL KERNELS. 20 24 Quickstart for i2c: make; make install; depmod -a 21 25 22 26 * Do `make'. 23 27 The warnings about .d files at the start are harmless. 24 If you have compile problems, you probably should not have skipped step 2.28 If you have compile problems, you probably should not have skipped step 3. 25 29 Go back and install the latest i2c package. 26 30 If you still have compile problems, you probably should not
