root/lm-sensors/tags/V2-8-2/README

Revision 2146, 8.4 kB (checked in by mds, 5 years ago)

more updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 =============================================================================
2
3      FOR QUICK INSTALLATION INSTRUCTIONS SEE THE 'QUICKSTART' FILE.
4      FOR FULL INSTALLATION INSTRUCTIONS SEE THE 'INSTALL' FILE.
5      FOR THE FAQ SEE THE 'doc/FAQ' or 'doc/lm_sensors-FAQ.html' FILES.
6
7 =============================================================================
8
9 OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES
10
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
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.
18
19 =============================================================================
20
21 This is the completely rewritten version 2 of lm_sensors, a collection of
22 modules for general SMBus access and hardware monitoring.
23 Version 1 is now officially unsupported.
24
25 WARNING! This drivers in this package will work on kernels 2.4.9 - 2.4.xx only.
26 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.8 kernels.
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.
30
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.
35 EVEN IF your kernel does contain i2c support!!!!!!!!!
36 You may wish to get the latest i2c package, i2c-2.8.2,
37
38 The I2C package in existing 2.4 kernels is NOT sufficient
39 for compilation of this package.
40
41 ADDITIONALLY, i2c-2.8.1 is not API compatible to earlier i2c
42 releases due to struct changes; therefore you must NOT ENABLE
43 any other i2c drivers (e.g. bttv) in the kernel.
44 Do NOT install lm-sensors kernel modules directly out of this package
45 if you require bttv or related modules.
46
47 Users whose systems require additional i2c-related
48 kernel modules (bttv, i2c-matrox, rivatv, zoran...)
49 will require additional patches for the Linux 2.4.21 and 2.4.22 kernels.
50 These patches fix compatibility differences between i2c-2.8.1 and
51 the Linux 2.4 kernels.
52 A complete installation guide is available at
53 http://www.ensicaen.ismra.fr/~delvare/devel/i2c/
54 (and mirrored at http://delvare.nerim.net/i2c/  ),
55
56 See the lm_sensors download page for further guidance:
57   http://secure.netroedge.com/~lm78/download.html
58
59
60 WARNING! If you downloaded this package through our CVS archive, you walk
61 the cutting edge. Things may not even compile! On the other hand, you will
62 be the first to profit from new drivers and other changes. Have fun!
63
64 =============================================================================
65
66 At least the following I2C/SMBus adapters are supported:
67   Acer Labs M1533, M1535, and M1543C
68   AMD 756, 766, 768 and 8111
69   AMD 8111 SMBus 2.0
70   Apple Hydra (used on some PPC machines)
71   DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards)
72   Intel I801 ICH/ICH0/ICH2/ICH3/ICH4/ICH5
73   Intel PIIX4 (used in many Intel chipsets)
74   Intel I810/I815 GMCH
75   Intel 82443MX (440MX)
76   NVidia nForce
77   ServerWorks OSB4, CSB5
78   SiS 5595, 630, 645, 730
79   SMSC Victory66
80   3Dfx Voodoo 3 and Banshee
81   VIA Technologies VT82C586B, VT82C596A/B, VT82C686A/B, VT8231,
82                    VT8233, VT8233A, and VT8235.
83
84
85 At least the following hardware sensor chips are supported:
86   Analog Devices ADM1021, ADM1021A, ADM1022, ADM1023, ADM1024,
87                  ADM1025, ADM1026, ADM1027 and ADM9240
88                  ADT7463
89   Asus AS99127F, ASB100 Bach
90   Dallas Semiconductor DS75, DS1621, DS1625, DS1775, and DS1780
91   Hewlett Packard Maxilife (several revisions including '99 NBA)
92   Fujitsu Siemens Poseidon, Scylla, Hermes
93   Genesys Logic GL518SM (rev 00, 80), GL520SM, GL523SM
94   Intel Xeon processor embedded sensors
95   ITE IT8705F, IT8712F embedded sensors
96   Maxim MAX1617, MAX1617A, MAX6650 and MAX6651
97   Microchip TC1068, TCM1617, TCN75
98   Myson MTP008
99   National Semiconductor LM75, LM77, LM78, LM78-J, LM79,
100                          LM80, LM81, LM83, LM84, LM85, LM87,
101                          and LM92
102   Philips NE1617, NE1617A
103   SiS 5595, 950 embedded sensors
104   SMSC 47M1xx embedded sensors, EMC6D100, EMC6D101
105   TI THMC10 and THMC50
106   VIA Technologies VT1211 and VT82C686A/B embedded sensors
107   Winbond W83781D, W83782D, W83783S, W83791D,
108           W83627HF, W83627THF, and W83697HF
109
110
111 We also support some miscellaneous chips:
112   Dallas DS1307 real time clock
113   Intel Xeon processor embedded EEPROMs
114   Linear Technologies LTC1710
115   Philips Semiconductors PCF8574, PCF8591 
116   DDC Monitor embedded EEPROMs
117   SDRAM Dimms with Serial Presence Detect EEPROMs
118   Smart Battery sensors
119   IPMI-BMC sensors
120   Philips Semiconductors SAA1064
121
122
123 See our New Drivers page http://www.lm-sensors.nu/~lm78/newdrivers.html
124 for the latest information on supported devices.
125
126
127 We always appreciate testers. If you own a specific monitoring
128 chip listed on our 'new drivers' page, and are willing to help us out,
129 please contact us. Even if you have no programming knowledge, you could
130 help us by running new modules and reporting on the results and output.
131 If you want to offer more substantial help, this is very welcome too, of
132 course.
133
134
135 Don't ask us whether we support a particular mainboard; we do not know.
136 We *do* know what hardware we support, but usually, it is easier to
137 install everything and run sensors-detect. It will tell you what hardware
138 you have (and incidentally, what corresponding drivers are needed). You
139 could also take a look at http://mbm.livewiredev.com/
140 (this lists chips found on many mainboard, but regrettable, not the adapters
141 on them) or http://web01.fureai.or.jp/~hirobo/project/reserch_project.html
142 (yes, it is japanese; you want the ninth column, and it again lists only
143 chips, not adapters).
144
145
146 SMBus, also known as System Management Bus, is a protocol for communicating
147 through a I2C ('I squared C') bus. Many modern mainboards have a System
148 Management Bus. There are a lot of devices which can be connected to a
149 SMBus; the most notable are modern memory chips with EEPROM memories and
150 chips for hardware monitoring.
151
152 Most modern mainboards incorporate some form of hardware monitoring chips.
153 These chips read things like chip temperatures, fan rotation speeds and
154 voltage levels. There are quite a few different chips which can be used
155 by mainboard builders for approximately the same results.
156
157 Hardware monitoring chips are often connected to the SMBus, but often they
158 can also be connected to the ISA bus. The modules in this package usually
159 support both ways of accessing them.
160
161 Because the SMBus is just a special case of the generalized I2C bus, we
162 can simulate the SMBus protocol on plain I2C busses. These busses are
163 sometimes used in other parts of your computer. If a supported chip is
164 attached to one of these additional busses, they can be used too.
165
166 Please read INSTALL before trying to compile and install these modules.
167 There is a lot of additional documentation in the doc/ subdirectory.
168 Amnong these is a list of supported busses and chips. Regrettably, there
169 are too many mainboards to keep a list of busses and chips used on them.
170 On the other hand, we provide a program called 'sensors-detect' which
171 tries to figure out what hardware is available on your system.
172
173 The developers of this package can be reached through the email address
174 <sensors@stimpy.netroedge.com>. Do not hesitate to mail us if you have
175 questions, suggestions, problems, want to contribute, or just want to
176 report it works for you. But please try to read the documentation and
177 FAQ before you ask any questions!
178
179 The latest version of this package can always be found on our homepage:
180 http://secure.netroedge.com/~lm78. Pre-release versions can be retrieved
181 through anonymous CVS; see doc/cvs for more information.
182
183 This whole package is copyright (c) 1998 - 2003 by Frodo Looijaard and
184 Philip Edelbrock, except for a few drivers written by
185 other people. See the individual files for more exact copyright information. 
186 This package may be distributed according to the GNU General Public License
187 (GPL), as included in the file COPYING.
188
189 Note that at this moment, libsensors falls under the GPL, not the LGPL.
190 In more human language, that means it is FORBIDDEN to link any application
191 to the library, even to the shared version, if the application itself
192 does not fall under the GPL. This will probably be changed in the future.
193 In the meantime, you will have to contact us first if you want to do this.
Note: See TracBrowser for help on using the browser.