root/lm-sensors/tags/V2-10-4/README

Revision 4447, 7.3 kB (checked in by khali, 1 year ago)

New w83627ehf driver, for the W83627EHF/EHG chip. Backported from Linux 2.6,
based on preliminary work by Yuan My (Winbond). Thanks to Bernardo Motta
at Observit for providing the hardware that made it possible.
Note that support for the W83627DHG isn't included, but it could easily be
added later is anyone needs it.

  • 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 and 2.4 kernels (2.4.10 or later).   !!!
12 !!! For 2.4 kernels, this package requires i2c-2.9.0 or later.        !!!
13
14 FOR 2.6 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;
17 use the drivers already in the 2.6 kernel. Check the QUICKSTART
18 file for brief installation instructions please.
19
20 =============================================================================
21
22 This is the completely rewritten version 2 of lm_sensors, a collection of
23 modules for general SMBus[1] access and hardware monitoring.
24 Version 1 is now officially unsupported.
25
26 WARNING! The drivers in this package will work on reasonably recent 2.4
27 kernels only (2.4.10 and later).
28 Use lm_sensors-2.4.5 for 2.0 kernels.
29 Use lm_sensors-2.7.0 for 2.2, and early 2.4 (up to 2.4.9) kernels.
30 Use the drivers already in the kernel for 2.6 kernels; if you need
31 additional drivers in 2.6 please port and submit them to us.
32
33 HOWEVER, the userspace tools in this package will work for
34 both 2.4 and 2.6 kernels.
35
36 The I2C[2] package in existing 2.4 kernels is NOT sufficient
37 for compilation of this package. You need i2c-2.9.0 or later.
38
39 See the lm_sensors download page for further guidance:
40   http://www.lm-sensors.org/wiki/Download
41
42
43 =============================================================================
44
45 At least the following I2C/SMBus adapters are supported:
46   Acer Labs M1533, M1535, M1543C and M1563
47   AMD 756, 766, 768 and 8111
48   AMD 8111 SMBus 2.0
49   Apple Hydra (used on some PPC machines)
50   ATI IXP200, IXP300, IXP400, SB600
51   DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards)
52   Intel ICH/ICH0/ICH2/ICH3/ICH4/ICH5/ICH6/ICH7/ICH8/ICH9 (82801xx)
53   Intel 6300ESB, 631xESB/632xESB (ESB2)
54   Intel PIIX4 (used in many Intel chipsets)
55   Intel I810/I810E/I815/I845G GMCH
56   Intel 82443MX (440MX)
57   NVidia nForce, nForce2, nForce3, nForce4
58   ServerWorks OSB4, CSB5, CSB6, HT-1000
59   SiS 5595, 630, 645, 655, 730
60   SMSC Victory66
61   3Dfx Voodoo 3 and Banshee
62   VIA Technologies VT82C586B, VT82C596A/B, VT82C686A/B, VT8231,
63                    VT8233, VT8233A, VT8235, VT8237R/A, VT8251, CX700
64
65
66 At least the following hardware sensor chips are supported:
67   Analog Devices ADM1021, ADM1021A, ADM1022, ADM1023, ADM1024,
68                  ADM1025, ADM1026, ADM1027, ADM1030, ADM1031,
69                  ADM1032, ADM9240, ADT7461 and ADT7463
70   Asus AS99127F, ASB100 Bach
71   Dallas Semiconductor DS75, DS1621, DS1625, DS1775, and DS1780
72   Hewlett Packard Maxilife (several revisions including '99 NBA)
73   Fintek F71805F/FG
74   Fujitsu Siemens Poseidon, Scylla, Hermes
75   Genesys Logic GL518SM, GL520SM, GL523SM
76   Intel Xeon processor embedded sensors
77   ITE IT8705F, IT8712F
78   Maxim MAX1617, MAX1617A, MAX1619, MAX6650, MAX6651,
79         MAX6633, MAX6634, MAX6635, MAX6657, MAX6658, MAX6659
80   Microchip TC1068, TCM1617, TCN75
81   Myson MTP008
82   National Semiconductor LM63, LM75, LM76, LM78, LM78-J, LM79,
83                          LM80, LM81, LM82, LM83, LM84, LM85, LM86, LM87,
84                          LM89, LM90, LM92, LM93, LM99, PC87360,
85                          PC87363, PC87364, PC87365, PC87366
86   Philips NE1617, NE1617A, NE1619
87   SiS 5595, 950 embedded sensors
88   SMSC 47M1xx embedded sensors, EMC6D100, EMC6D101, EMC6D102
89   TI THMC10 and THMC50
90   VIA Technologies VT1211, VT8231 and VT82C686A/B embedded sensors
91   Winbond W83781D, W83782D, W83783S, W83791D, W83792D,
92           W83627HF, W83627THF, W83637HF, W83687THF, W83697HF,
93           W83627EHF/EHG
94
95
96 We also support some miscellaneous chips:
97   Dallas DS1307 real time clock
98   Intel Xeon processor embedded EEPROMs
99   Linear Technologies LTC1710
100   Philips Semiconductors PCF8574, PCF8591 
101   DDC Monitor embedded EEPROMs
102   SDRAM Dimms with Serial Presence Detect EEPROMs
103   Smart Battery sensors
104   IPMI-BMC sensors
105   Philips Semiconductors SAA1064
106
107
108 The list above may be out of date;
109 see our Devices page at http://www.lm-sensors.org/wiki/Devices
110 for the latest information on supported devices.
111 You may also refer to doc/chips/SUMMARY for details on what each chip
112 can monitor.
113
114
115 We always appreciate testers. If you own a specific monitoring chip we do
116 not yet (properly) support, and are willing to help us out, please contact
117 us. Even if you have no programming knowledge, you could help us by running
118 new modules and reporting on the results and output. If you want to offer
119 more substantial help, this is very welcome too, of course.
120
121
122 Don't ask us whether we support a particular mainboard; we do not know.
123 We *do* know what hardware we support, but usually, it is easier to
124 install everything and run sensors-detect. It will tell you what hardware
125 you have (and incidentally, what corresponding drivers are needed).
126
127
128 SMBus, also known as System Management Bus, is a protocol for communicating
129 through a I2C ('I squared C') bus. Many modern mainboards have a System
130 Management Bus. There are a lot of devices which can be connected to a
131 SMBus; the most notable are modern memory chips with EEPROM memories and
132 chips for hardware monitoring.
133
134 Most modern mainboards incorporate some form of hardware monitoring chips.
135 These chips read things like chip temperatures, fan rotation speeds and
136 voltage levels. There are quite a few different chips which can be used by
137 mainboard builders for approximately the same results.
138
139 Hardware monitoring chips often have an SMBus or I2C interface. Some are
140 connected to ISA bus instead. Some of them can do both, in which case we
141 either support both access methods (old drivers) or only support ISA
142 access (new drivers) as it is faster.
143
144 Because the SMBus is just a special case of the generalized I2C bus, we can
145 simulate the SMBus protocol on plain I2C busses. These busses are sometimes
146 used in other parts of your computer. If a supported chip is attached to
147 one of these additional busses, they can be used too.
148
149 Please read INSTALL before trying to compile and install these modules.
150 There is a lot of additional documentation in the doc/ subdirectory.
151
152 The developers of this package can be reached through a mailing-list
153 (see http://www.lm-sensors.org/wiki/AuthorsAndContributors). Do not hesitate
154 to mail us if you have questions, suggestions, problems, want to
155 contribute, or just want to report it works for you. But please try to
156 read the documentation and FAQ before you ask any questions!
157
158 The latest version of this package can always be found at:
159 http://www.lm-sensors.org/wiki/Download. Pre-release versions can be
160 retrieved through anonymous SVN; see doc/svn for details.
161
162 This package may be distributed according to the GNU General Public
163 License (GPL), as included in the file COPYING.
164
165 Note that libsensors falls under the GPL, not the LGPL.  In more human
166 language, that means it is FORBIDDEN to link any application to the
167 library, even to the shared version, if the application itself does not
168 fall under the GPL.
169
170
171 -----
172 [1] SMBus is a trademark of Intel Corporation
173 [2] I2C is a trademark of Philips Corporation
Note: See TracBrowser for help on using the browser.