Changeset 2144
- Timestamp:
- 12/08/03 01:16:55 (5 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/INSTALL (modified) (1 diff)
- lm-sensors/trunk/QUICKSTART (modified) (2 diffs)
- lm-sensors/trunk/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r2132 r2144 18 18 ----------------------------------------------------------------------------- 19 19 2.8.2 (???) 20 IMPORTANT: Limit initialization removed from all chip drivers! 21 If you didn't run 'sensors -s' in the past you may need to now! 20 22 File sensors.conf.eg: Change lm75 scaling back to 1 21 23 Library: Fix bmcsensors scaling, increase number of sensors; lm-sensors/trunk/INSTALL
r2045 r2144 4 4 See QUICKSTART for the simple version. 5 5 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!!! 9 10 FOR 2.5 KERNELS, Do not attempt to compile this package. 11 Use the drivers already in the 2.5 kernel development tree. 6 The driver modules in this package are ONLY for 2.4 kernels 2.4.9 or later !!! 7 8 This package REQUIRES i2c-2.8.1 or later!!! 9 10 FOR 2.5/2.6 KERNELS, do not attempt to compile this package. 11 Use the drivers already in the 2.5/2.6 kernel tree. 12 If you are running a 2.5/2.6 kernel, the ONLY thing you need to 13 do is 'make user' and 'make user_install'. Do NOT follow the rest 14 of these instructions. 12 15 13 16 ============================================================================= lm-sensors/trunk/QUICKSTART
r1854 r2144 12 12 13 13 * Verify you are running a 2.4 kernel, 2.4.9 or later. 14 If you are running a 2.5/2.6 kernel, the ONLY thing you need to 15 do is 'make user' and 'make user_install'. Do NOT follow the rest 16 of these instructions. 14 17 15 18 * Make sure you have the kernel tree corresponding to your current … … 26 29 27 30 * Download, build, and install the latest i2c package, 28 (i2c-2.8. 0or later).31 (i2c-2.8.1 or later). 29 32 Quickstart for i2c: make; make install; depmod -a 30 33 lm-sensors/trunk/README
r2029 r2144 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!!!12 !!! THIS PACKAGE REQUIRES i2c-2.8.0or later!!!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.1 or later!!! 13 13 14 FOR 2.5 KERNELS, Do not attempt to compile this package. 15 Use the drivers already in the 2.5 kernel development tree. 14 FOR 2.6/2.5 KERNELS, Use only the userspace tools in this package. 15 Build and install them with 'make user' and 'make user_install'. 16 The kernel modules in this package will not compile for 2.6/2.5; 17 use the drivers already in the 2.5 kernel development tree. 16 18 17 19 ============================================================================= … … 21 23 Version 1 is now officially unsupported. 22 24 23 WARNING! This package will work on kernels 2.4.9 - 2.4.xx only.25 WARNING! This drivers in this package will work on kernels 2.4.9 - 2.4.xx only. 24 26 Use lm_sensors-2.4.5 for 2.0 kernels. 25 27 Use lm_sensors-2.7.0 for 2.2, 2.3, and 2.4.0 - 2.4.8 kernels. 26 Use the drivers already in the kernel for 2. 5 kernels; if you need27 additional drivers in 2. 5please port and submit them to us.28 Use the drivers already in the kernel for 2.6/2.5 kernels; if you need 29 additional drivers in 2.6 please port and submit them to us. 28 30 29 WARNING! You must get the latest i2c package, i2c-2.8.0, 31 HOWEVER, the userspace tools in this package will work for 32 2.4, 2.5, and 2.6 kernels. 33 34 WARNING! You must have at least i2c-2.8.1. 30 35 EVEN IF your kernel does contain i2c support!!!!!!!!! 36 You may wish to get the latest i2c package, i2c-2.8.2, 31 37 32 38 The I2C package in existing 2.4 kernels is NOT sufficient 33 39 for compilation of this package. 34 40 35 ADDITIONALLY, i2c-2.8. 0is not API compatible to earlier i2c41 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c 36 42 releases due to struct changes; therefore you must NOT ENABLE 37 43 any other i2c drivers (e.g. bttv) in the kernel. 38 Do NOT use lm-sensors 2.8. 0 or i2c-2.8.0if you require bttv.44 Do NOT use lm-sensors 2.8.1 or i2c-2.8.1 if you require bttv. 39 45 40 46 See the lm_sensors download page for further guidance: … … 165 171 through anonymous CVS; see doc/cvs for more information. 166 172 167 This whole package is copyright (c) 1998 - 200 2by Frodo Looijaard and173 This whole package is copyright (c) 1998 - 2003 by Frodo Looijaard and 168 174 Philip Edelbrock, except for a few drivers written by 169 175 other people. See the individual files for more exact copyright information.
