Changeset 1854
- Timestamp:
- 07/04/03 22:10:01 (10 years ago)
- Location:
- lm-sensors/trunk
- Files:
-
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/CHANGES
r1846 r1854 19 19 20 20 2.8.0 (200307??) 21 NOTE: Requires i2c-2.8.0 or newer. 22 Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required 21 NOTE: Requires i2c-2.8.0 or newer!!! 22 Dropped all kernel 2.2 and 2.3 compatibility; 2.4.9 or later required; 23 2.4.13 or later required for mkpatch. 23 24 File i2c-dev.h: Include userspace portion removed from i2c-dev.h in 24 25 i2c package 25 26 File doc/chips/fscscy: Add watchdog documentation 26 27 File sensors.conf.eg: Fix vt1211/vt8231 thermistor calculations 28 File sensors.h: Now automatically generated 27 29 Library: Add support for exponents and logarithms for vt1211/vt8235 temps; 28 30 add adm1026, lm83, lm85, w83791d support; … … 95 97 Add adm1026,lm85 support; 96 98 Remove sensors.c file; add sensors_compat.h; 97 Remove patches to i2c-core.c and drivers/char/mem.c 99 Remove patches to i2c-core.c and drivers/char/mem.c; 100 Now works only for kernels 2.4.13 or later 98 101 Program p4b_smbus: Fix 'make install'; 99 102 Install in same place as other modules; … … 109 112 Add support for w83l785ts, nForce2; 110 113 Fix UTF-8 incompatibility; 111 Better support for lm75 114 Better support for lm75; 112 115 Add support for lm83 113 116 -
lm-sensors/trunk/INSTALL
r1809 r1854 4 4 See QUICKSTART for the simple version. 5 5 6 REQUIRES i2c-2.8.0 or later!!! 6 This package is ONLY for 2.4 kernels 2.4.9 or later !!! 7 8 This package REQUIRES i2c-2.8.0 or later!!! 7 9 8 10 FOR 2.5 KERNELS, Do not attempt to compile this package. … … 12 14 These are the installation instruction for the lm_sensors package. 13 15 14 There are two ways in which you can compile and install this package. Each15 has its own strong points. They are: 16 There are two ways in which you can compile and install this package. 17 Option 1 is much easier and is recommended. 16 18 17 19 1. Complete separate from kernel compilation 20 (only for 2.4 kernels 2.4.9 or later) 18 21 This will generate a set of modules which can be inserted and removed 19 22 as needed; nothing will be written into the kernel tree; 20 23 21 24 2. Patching of the kernel 25 (only for 2.4 kernels 2.4.13 or later) 22 26 This will patch your kernel source tree. You must recompile your kernel 23 27 to take advantage of this. But it makes it possible to compile drivers … … 45 49 ========================== 46 50 47 Note: as of kernel 2.3.34, the i2c code is integrated into the 48 mainstream kernels. Unfortunately, this lm_sensors release REQUIRES 51 This lm_sensors release REQUIRES 49 52 i2c-2.8.0 or later, which is not in kernels through 2.4.21. 50 53 Therefore, you must download and install the i2c package with … … 77 80 how to fix this. 78 81 79 NOTE: option 3 only works with 2. 2 and 2.4 (2.4.0 and later) kernels;80 option 1 and 2 also work with 2.3 kernels.82 NOTE: option 3 only works with 2.4 kernels 2.4.13 or later; 83 option 1 and 2 only work with 2.4 kernels 2.4.9 or later. 81 84 82 85 -
lm-sensors/trunk/QUICKSTART
r1809 r1854 10 10 Other methods are described in INSTALL. 11 11 ------------------------------------------ 12 13 * Verify you are running a 2.4 kernel, 2.4.9 or later. 12 14 13 15 * Make sure you have the kernel tree corresponding to your current -
lm-sensors/trunk/README
r1844 r1854 9 9 OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES 10 10 11 !!! This package is ONLY for 2.4 kernels 2.4.9 or later !!! 11 12 !!! THIS PACKAGE REQUIRES i2c-2.8.0 or later!!! 12 13
