Changeset 2800
- Timestamp:
- 12/22/04 00:29:26 (4 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (3 diffs)
- lm-sensors/trunk/QUICKSTART (modified) (1 diff)
- lm-sensors/trunk/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r2519 r2800 6 6 The driver modules in this package are ONLY for 2.4 kernels 2.4.9 or later !!! 7 7 8 This package REQUIRES i2c-2. 8.1or later! The i2c subsystem found in the8 This package REQUIRES i2c-2.9.0 or later! The i2c subsystem found in the 9 9 Linux 2.4 kernel trees, even the latest ones, is outdated and won't work. 10 10 11 FOR 2.5/2.6 KERNELS, do not attempt to compile th is package.11 FOR 2.5/2.6 KERNELS, do not attempt to compile the modules in this package. 12 12 Use the drivers already in the 2.5/2.6 kernel tree. 13 13 If you are running a 2.5/2.6 kernel, the ONLY thing you need to … … 15 15 of these instructions. 16 16 17 IF YOU REQUIRE BTTV AND RELATED MODULES,17 IF YOU REQUIRE BTTV AND RELATED MODULES, 18 18 See the information in README. 19 19 Do NOT follow the rest of these instructions. … … 58 58 ========================== 59 59 60 This lm_sensors release REQUIRES i2c-2. 8.0 or later,61 which is not in kernels through (at least) 2.4.2 2.60 This lm_sensors release REQUIRES i2c-2.9.0 or later, 61 which is not in kernels through (at least) 2.4.28. 62 62 Therefore, you must download and install the i2c package with 63 63 the same version number or higher as this lm_sensors package. lm-sensors/trunk/QUICKSTART
r2519 r2800 34 34 35 35 * Download, build, and install the latest i2c package, 36 (i2c-2. 8.1or later). The i2c subsystem found in the Linux 2.436 (i2c-2.9.0 or later). The i2c subsystem found in the Linux 2.4 37 37 kernel trees, even the latest ones, is outdated and won't work. 38 38 Quickstart for i2c: make; make install; depmod -a lm-sensors/trunk/README
r2625 r2800 10 10 11 11 !!! This package is ONLY for 2.6, 2.5, and 2.4 kernels (2.4.9 or later) !!! 12 !!! THIS PACKAGE REQUIRES i2c-2. 8.1or later!!!12 !!! THIS PACKAGE REQUIRES i2c-2.9.0 or later!!! 13 13 14 14 FOR 2.6/2.5 KERNELS, Use only the userspace tools in this package! … … 32 32 2.4, 2.5, and 2.6 kernels. 33 33 34 WARNING! You must have at least i2c-2. 8.1.34 WARNING! You must have at least i2c-2.9.0. 35 35 EVEN IF your kernel does contain i2c support! 36 36 … … 38 38 for compilation of this package. 39 39 40 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c 41 releases due to struct changes; therefore you must NOT ENABLE 42 any other i2c drivers (e.g. bttv) in the kernel. 43 Do NOT install lm-sensors kernel modules directly out of this package 44 if you require bttv or related modules. 40 ADDITIONALLY, i2c-2.9.0 is API compatible to i2c releases 2.7.0 and earlier, 41 but is not API compatible to i2c releases 2.8.0 - 2.8.8 42 due to struct changes. 45 43 46 44 Users whose systems require additional i2c-related 47 45 kernel modules (bttv, i2c-matrox, rivatv, zoran...) 48 will require additional patches for the Linux 2.4. 21 and 2.4.22kernels.49 These patches fix compatibility differences between i2c-2.8.1and50 the Linux 2.4 kernels.46 will require additional patches for the Linux 2.4.x kernels. 47 These patches fix compatibility differences between those modules and 48 the 2.9.0 i2c release. 51 49 A complete installation guide is available at 52 50 http://khali.linux-fr.org/devel/i2c/
