Changeset 4173 for lm-sensors/trunk/README
- Timestamp:
- 09/24/06 18:36:34 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/README (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/README
r4170 r4173 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.10 or later)!!!12 !!! THIS PACKAGE REQUIRES i2c-2.9.0 or later!!!11 !!! This package is ONLY for 2.6 and 2.4 kernels (2.4.10 or later). !!! 12 !!! For 2.4 kernels, this package requires i2c-2.9.0 or later. !!! 13 13 14 FOR 2.6 /2.5KERNELS, use only the userspace tools in this package!14 FOR 2.6 KERNELS, use only the userspace tools in this package! 15 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;16 The kernel modules in this package will NOT compile for 2.6; 17 17 use the drivers already in the 2.6 kernel. 18 18 … … 26 26 kernels only (2.4.10 and later). 27 27 Use lm_sensors-2.4.5 for 2.0 kernels. 28 Use lm_sensors-2.7.0 for 2.2, 2.3, and 2.4.0 - 2.4.9kernels.29 Use the drivers already in the kernel for 2.6 /2.5kernels; if you need28 Use lm_sensors-2.7.0 for 2.2, and early 2.4 (up to 2.4.9) kernels. 29 Use the drivers already in the kernel for 2.6 kernels; if you need 30 30 additional drivers in 2.6 please port and submit them to us. 31 31 32 32 HOWEVER, the userspace tools in this package will work for 33 2.4, 2.5, and 2.6 kernels. 34 35 WARNING! You must have at least i2c-2.9.0. 36 EVEN IF your kernel does contain i2c support! 33 both 2.4 and 2.6 kernels. 37 34 38 35 The I2C[2] package in existing 2.4 kernels is NOT sufficient 39 for compilation of this package. 40 41 ADDITIONALLY, i2c-2.9.0 is API compatible to i2c releases 2.7.0 and earlier, 42 but is not API compatible to i2c releases 2.8.0 - 2.8.8 43 due to struct changes. Versions 2.8.x of i2c are considered deprecated. 36 for compilation of this package. You need i2c-2.9.0 or later. 44 37 45 38 See the lm_sensors download page for further guidance: 46 39 http://www.lm-sensors.org/wiki/Download 47 40 48 49 WARNING! If you downloaded this package through our SVN archive, you walk50 the cutting edge. Things may not even compile! On the other hand, you will51 be the first to profit from new drivers and other changes. Have fun!52 41 53 42 ============================================================================= … … 60 49 ATI IXP200, IXP300, IXP400 61 50 DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards) 62 Intel I801 ICH/ICH0/ICH2/ICH3/ICH4/ICH5/ICH6 (82801xx), 6300ESB, ICH751 Intel I801 ICH/ICH0/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7/ICH8 (82801xx), 6300ESB 63 52 Intel PIIX4 (used in many Intel chipsets) 64 53 Intel I810/I810E/I815/I845G GMCH … … 84 73 Genesys Logic GL518SM, GL520SM, GL523SM 85 74 Intel Xeon processor embedded sensors 86 ITE IT8705F, IT8712F embedded sensors75 ITE IT8705F, IT8712F 87 76 Maxim MAX1617, MAX1617A, MAX1619, MAX6650, MAX6651, 88 77 MAX6633, MAX6634, MAX6635, MAX6657, MAX6658, MAX6659 … … 121 110 122 111 123 We always appreciate testers. If you own a specific monitoring chip listed124 on our 'new drivers' page, and are willing to help us out, please contact112 We always appreciate testers. If you own a specific monitoring chip we do 113 not yet (properly) support, and are willing to help us out, please contact 125 114 us. Even if you have no programming knowledge, you could help us by running 126 115 new modules and reporting on the results and output. If you want to offer … … 131 120 We *do* know what hardware we support, but usually, it is easier to 132 121 install everything and run sensors-detect. It will tell you what hardware 133 you have (and incidentally, what corresponding drivers are needed). You 134 could also take a look at http://mbm.livewiredev.com/ 135 (this lists chips found on many mainboard, but regrettably not the adapters 136 on them) or http://web01.fureai.or.jp/~hirobo/project/reserch_project.html 137 (yes, it is Japanese; you want the ninth column, and it again lists only 138 chips, not adapters). 122 you have (and incidentally, what corresponding drivers are needed). 139 123 140 124 … … 162 146 Please read INSTALL before trying to compile and install these modules. 163 147 There is a lot of additional documentation in the doc/ subdirectory. 164 Amnong these is a list of supported busses and chips. Regrettably, there165 are too many mainboards to keep a list of busses and chips used on them.166 On the other hand, we provide a program called 'sensors-detect' which167 tries to figure out what hardware is available on your system.168 148 169 149 The developers of this package can be reached through a mailing-list … … 173 153 read the documentation and FAQ before you ask any questions! 174 154 175 The latest version of this package can always be found on our homepage:176 http://www.lm-sensors.org . Pre-release versions can be retrieved177 through anonymous SVN; see doc/svn for details.155 The latest version of this package can always be found at: 156 http://www.lm-sensors.org/wiki/Download. Pre-release versions can be 157 retrieved through anonymous SVN; see doc/svn for details. 178 158 179 159 This package may be distributed according to the GNU General Public
