Changeset 2804
- Timestamp:
- 12/22/04 22:32:54 (4 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (5 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
r2800 r2804 4 4 See QUICKSTART for the simple version. 5 5 6 The driver modules in this package are ONLY for 2.4 kernels 2.4. 9 or later !!!6 The driver modules in this package are ONLY for 2.4 kernels 2.4.10 or later! 7 7 8 8 This package REQUIRES i2c-2.9.0 or later! The i2c subsystem found in the … … 15 15 of these instructions. 16 16 17 IF YOU REQUIRE BTTV AND RELATED MODULES,18 See the information in README.19 Do NOT follow the rest of these instructions.20 21 17 22 18 ============================================================================= … … 27 23 28 24 1. Complete separate from kernel compilation 29 (only for 2.4 kernels 2.4. 9or later)25 (only for 2.4 kernels 2.4.10 or later) 30 26 This will generate a set of modules which can be inserted and removed 31 27 as needed; nothing will be written into the kernel tree; … … 58 54 ========================== 59 55 60 This lm_sensors release REQUIRES i2c-2.9.0 or later, 61 which is not in kernels through (at least) 2.4.28.56 This lm_sensors release REQUIRES i2c-2.9.0 or later, which is not in 57 any 2.4 kernel (and will never be). 62 58 Therefore, you must download and install the i2c package with 63 59 the same version number or higher as this lm_sensors package. … … 90 86 91 87 NOTE: option 3 only works with 2.4 kernels 2.4.13 or later; 92 option 1 and 2 only work with 2.4 kernels 2.4.9or later.88 options 1 and 2 only work with 2.4 kernels 2.4.10 or later. 93 89 94 90 lm-sensors/trunk/QUICKSTART
r2800 r2804 11 11 ------------------------------------------ 12 12 13 * Verify you are running a 2.4 kernel, 2.4. 9or later.13 * Verify you are running a 2.4 kernel, 2.4.10 or later. 14 14 If you are running a 2.5/2.6 kernel, the ONLY thing you need to 15 15 do is 'make user' and 'make user_install'. Do NOT follow the rest 16 16 of these instructions. 17 18 * Do you require additional i2c-related19 2.4 kernel modules (bttv, i2c-matrox, rivatv, zoran...) ???20 See the information in README.21 Do NOT follow the rest of these instructions.22 17 23 18 * Make sure you have the kernel tree corresponding to your current lm-sensors/trunk/README
r2800 r2804 9 9 OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES 10 10 11 !!! This package is ONLY for 2.6, 2.5, and 2.4 kernels (2.4. 9or later) !!!11 !!! This package is ONLY for 2.6, 2.5, and 2.4 kernels (2.4.10 or later) !!! 12 12 !!! THIS PACKAGE REQUIRES i2c-2.9.0 or later!!! 13 13 … … 23 23 Version 1 is now officially unsupported. 24 24 25 WARNING! This drivers in this package will work on kernels 2.4.9 - 2.4.xx only. 25 WARNING! The drivers in this package will work on reasonably recent 2.4 26 kernels only (2.4.10 and later). 26 27 Use lm_sensors-2.4.5 for 2.0 kernels. 27 Use lm_sensors-2.7.0 for 2.2, 2.3, and 2.4.0 - 2.4. 8kernels.28 Use lm_sensors-2.7.0 for 2.2, 2.3, and 2.4.0 - 2.4.9 kernels. 28 29 Use the drivers already in the kernel for 2.6/2.5 kernels; if you need 29 30 additional drivers in 2.6 please port and submit them to us. … … 40 41 ADDITIONALLY, i2c-2.9.0 is API compatible to i2c releases 2.7.0 and earlier, 41 42 but is not API compatible to i2c releases 2.8.0 - 2.8.8 42 due to struct changes. 43 44 Users whose systems require additional i2c-related 45 kernel modules (bttv, i2c-matrox, rivatv, zoran...) 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. 49 A complete installation guide is available at 50 http://khali.linux-fr.org/devel/i2c/ 43 due to struct changes. Versions 2.8.x of i2c are considered deprecated. 51 44 52 45 See the lm_sensors download page for further guidance:
