Changeset 1636
- Timestamp:
- 11/21/02 03:18:41 (6 years ago)
- Files:
-
- lm-sensors/trunk/CHANGES (modified) (3 diffs)
- lm-sensors/trunk/INSTALL (modified) (2 diffs)
- lm-sensors/trunk/QUICKSTART (modified) (1 diff)
- lm-sensors/trunk/README (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/CHANGES
r1616 r1636 18 18 ----------------------------------------------------------------------------- 19 19 20 2. 6.6(200211??)21 NOTE: Requires i2c-2. 6.6or newer.20 2.7.0 (200211??) 21 NOTE: Requires i2c-2.7.0 or newer. 22 22 File doc/busses/i2c-ali1535: Add license, miscellaneous changes 23 23 File doc/busses/i2c-ali15x3: Add license, miscellaneous changes … … 48 48 Module i2c-viapro: Add support for VT8233A (new ID 0x3177) and VT8235 49 49 Module lm87: Add multiple VRM version support 50 Module vt1211: Fix inx limits and alarms; fix in0 51 Module vt8231: Fix inx limits and alarms; fix in0 50 52 Module w83781d: Fix in0/in1 initialization 51 53 Module smartbatt: New 54 Modules (several): Remove #ifndefs, require i2c-2.7.0 52 55 Program decode-dimms.pl: Code cleanup; valid HTML; better HTML output; 53 56 stop decoding on checksum error … … 58 61 Program lm_sensors.init: Remove spaces bug; add green/red output 59 62 Program mkpatch: Fix dmi_scan module compile 63 Program rrd: Add sanity limits to newly-created RRD. 60 64 Program sensord: (v0.6.2) Add sanity limits to newly-created RRD. 61 65 Program sensors: Add support for MC1066, Rambus Rimms; lm-sensors/trunk/INSTALL
r1601 r1636 3 3 INSTALLATION INSTRUCTIONS 4 4 5 REQUIRES i2c-2. 6.6or later!!!5 REQUIRES i2c-2.7.0 or later!!! 6 6 7 7 FOR 2.5 KERNELS, we do not recommend attempting to compile this package. … … 44 44 ========================== 45 45 46 Note: as of kernel 2.3.34, the newi2c code is integrated into the47 mainstream kernels. You MAY be able to skip this whole step if you use kernel48 2.3.34 or later, but it is likely that you will have compilation problems.49 We strongly recommend that youdownload and install the i2c package with50 the same version number as thelm_sensors package.51 52 A s of version 2.4.0 of lm_sensors, all i2c components are distributed in46 Note: as of kernel 2.3.34, the i2c code is integrated into the 47 mainstream kernels. Unfortunately, this lm_sensors release REQUIRES 48 i2c-2.7.0 or later, which is not in kernels through 2.4.19. 49 Therefore, you must download and install the i2c package with 50 the same version number or higher as this lm_sensors package. 51 52 All i2c components are distributed in 53 53 a separate package. There are install instructions in that package. If 54 54 you want to use compilation option 2 (patching the kernel) for lm_sensors, lm-sensors/trunk/QUICKSTART
r1324 r1636 9 9 This is the recommended EASIEST METHOD. 10 10 Other methods are described in INSTALL. 11 --------------------------------------- 11 ------------------------------------------ 12 12 13 13 * Make sure you have the kernel tree corresponding to your current 14 kernel in / usr/src/linux. Distribution kernels usually won't do,15 compile your own from a 'vanilla' tree (get one from16 ftp://ftp.kernel/org/pub/linux/kernel/).14 kernel in /lib/modules/(uname -r)/build. 15 Even if the source is there, it may not correspond to your running 16 kernel. If so, you will have to recompile your kernel. 17 17 18 18 * Verify that your i2c support in the kernel is configured as 19 19 modules or is disabled. If it is compiled-in, you obviously 20 cannot replace it with modules .20 cannot replace it with modules in the next step. 21 21 22 22 * Download, build, and install the latest i2c package, 23 UNLESS you have kernel 2.4.13 or greater, or i2c-2.6.1 or greater.23 (i2c-2.7.0 or later). 24 24 Quickstart for i2c: make; make install; depmod -a 25 25 26 * Do `make'.26 * Go back to the lm_sensors directory. Do `make'. 27 27 The warnings about .d files at the start are harmless. 28 28 If you have compile problems, you probably should not have skipped step 3. 29 29 Go back and install the latest i2c package. 30 30 If you still have compile problems, you probably should not 31 have skipped step 1.31 have skipped the i2c step above. 32 32 33 33 * Do (as root) `make install'. lm-sensors/trunk/README
r1628 r1636 1 1 ============================================================================= 2 2 3 FOR QUICK INSTALLATION INSTRUCTIONS SEE THE 'QUICKSTART' FILE. 3 4 FOR FULL INSTALLATION INSTRUCTIONS SEE THE 'INSTALL' FILE. 4 FOR THE FAQ SEE THE 'doc/FAQ' FILE. 5 FOR THE FAQ SEE THE 'doc/FAQ' or 'doc/lm_sensors-FAQ.html' FILES. 6 5 7 ============================================================================= 6 8 7 9 OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES 8 10 9 REQUIRES kernel 2.4.13 or later, or i2c-2.6.1or later!!!11 !!! THIS PACKAGE REQUIRES i2c-2.7.0 or later!!! 10 12 11 13 FOR 2.5 KERNELS, we do not recommend attempting to compile this package. … … 18 20 Version 1 is now officially unsupported. 19 21 20 WARNING! Starting with lm_sensors version 2.5.0, only kernels 2.2.0 and 21 later are supported. Use lm_sensors version 2.4.5 if you use an older 22 kernel. 22 WARNING! This package will compile for 2.2 and 2.4 kernels only. 23 Use lm_sensors-2.4.5 for 2.0 kernels. 24 Use the kernel patches linked from our download page for 2.5 kernels. 25 26 WARNING! You must get the latest i2c package, i2c-2.7.0, 27 EVEN IF your kernel does contain i2c support!!!!!!!!! 28 29 Kernels 2.3.34 and later, and all 2.4.x kernels, contain the 30 I2C package. Kernels 2.4.13 - 2.4.19 contain i2c-2.6.1, 31 which is NOT sufficient for compilation of this package. 32 33 See the lm_sensors download page for guidance: 34 http://secure.netroedge.com/~lm78/download.html 35 23 36 24 37 WARNING! If you downloaded this package through our CVS archive, you walk … … 26 39 be the first to profit from new drivers and other changes. Have fun! 27 40 28 WARNING! You may also need the latest i2c package, 29 EVEN IF your kernel does contain i2c support!!!!!!!!!, 30 unless i2c came bundled with lm_sensors. 31 32 Kernels 2.3.34 and later, and all 2.4.x kernels, contain the 33 I2C package. Kernel 2.4.13 contains i2c-2.6.1, which is sufficient 34 for most users. However, if you have problems compiling, 35 you may still need to download and install the latest I2C version. 36 37 See the lm_sensors download page for guidance: 38 http://secure.netroedge.com/~lm78/download.html 39 41 ============================================================================= 40 42 41 43 At least the following I2C/SMBus adapters are supported: … … 88 90 DDC Monitor embedded EEPROMs 89 91 SDRAM Dimms with Serial Presence Detect EEPROMs 92 Smart Battery sensors 93 IPMI-BMC sensors 90 94 91 95 … … 147 151 148 152 The latest version of this package can always be found on our homepage: 149 http:// www.netroedge.com/~lm78. Pre-release versions can be retrieved153 http://secure.netroedge.com/~lm78. Pre-release versions can be retrieved 150 154 through anonymous CVS; see doc/cvs for more information. 151 155
