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

Revision 1439, 7.1 kB (checked in by mds, 6 years ago)

updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 =============================================================================
2      FOR QUICK INSTALLATION INSTRUCTIONS SEE THE 'QUICKSTART' FILE.
3      FOR FULL INSTALLATION INSTRUCTIONS SEE THE 'INSTALL' FILE.
4      FOR THE FAQ SEE THE 'doc/FAQ' FILE.
5 =============================================================================
6
7 OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES
8
9 REQUIRES kernel 2.4.13 or later, or i2c-2.6.1 or later!!!
10
11 FOR 2.5 KERNELS, we do not recommend attempting to compile this package.
12                  Use kernel patches linked from our download page instead!!!
13
14 =============================================================================
15
16 This is the completely rewritten version 2 of lm_sensors, a collection of
17 modules for general SMBus access and hardware monitoring.
18 Version 1 is now officially unsupported.
19
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.
23
24 WARNING! If you downloaded this package through our CVS archive, you walk
25 the cutting edge. Things may not even compile! On the other hand, you will
26 be the first to profit from new drivers and other changes. Have fun!
27
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
40
41 At least the following I2C/SMBus adapters are supported:
42   Acer Labs M1533, M1535, and M1543C
43   AMD 756, 766, and 768
44   Apple Hydra (used on some PPC machines)
45   DEC 21272/21274 (Tsunami/Typhoon - on Alpha boards)
46   Intel I801 ICH/ICH0/ICH2/ICH3 (used in Intel 810, 810E, 815E, 820, 840 chipsets)
47   Intel PIIX4 (used in many Intel chipsets)
48   Intel I810/I815 GMCH
49   Intel 82443MX (440MX)
50   NVidia nForce
51   ServerWorks OSB4, CSB5
52   SiS 5595
53   SMSC Victory66, 74M1xx
54   3Dfx Voodoo 3 and Banshee
55   VIA Technologies VT82C586B, VT82C596A/B, VT82C686A/B, VT8231,
56                    VT8233, and VT8233A.
57
58
59 At least the following hardware sensor chips are supported:
60   Analog Devices ADM1021, ADM1021A, ADM1022,
61                  ADM1023, ADM1024, ADM1025, and ADM9240
62   Asus AS99127F
63   Dallas Semiconductor DS75, DS1621, DS1625, DS1775, and DS1780
64   Hewlett Packard Maxilife (several revisions including '99 NBA)
65   Fujitsu Siemens Poseidon, Scylla
66   Genesys Logic GL518SM (rev 00, 80), GL520SM, GL523SM
67   Intel Xeon processor embedded sensors
68   ITE IT8705F, IT8712F embedded sensors
69   Maxim MAX1617 and MAX1617A
70   Myson MTP008
71   National Semiconductor LM75, LM77, LM78, LM78-J, LM79,
72                          LM80, LM81, LM84, LM87, and LM92
73   Philips NE1617, NE1617A
74   SiS 5595, 950 embedded sensors
75   SMSC 47M1xx embedded sensors
76   TelCom TCN75
77   TI THMC10 and THMC50
78   VIA Technologies VT1211 and VT82C686A/B embedded sensors
79   Winbond W83781D, W83782D, W83783S, W83627HF, and W83697HF
80
81
82 We also support some miscellaneous chips:
83   Linear Technologies LTC1710
84   SDRAM Dimms with Serial Presence Detect EEPROMs
85   Intel Xeon processor embedded EEPROMs
86   DDC Monitor embedded EEPROMs
87   Philips Semiconductors PCF8574, PCF8591 
88
89
90 See our New Drivers page http://www.lm-sensors.nu/~lm78/newdrivers.html
91 for the latest information on supported devices.
92
93
94 We always appreciate testers. If you own a specific monitoring
95 chip listed on our 'new drivers' page, and are willing to help us out,
96 please contact us. Even if you have no programming knowledge, you could
97 help us by running new modules and reporting on the results and output.
98 If you want to offer more substantial help, this is very welcome too, of
99 course.
100
101
102 Don't ask us whether we support a particular mainboard; we do not know.
103 We *do* know what hardware we support, but usually, it is easier to
104 install everything and run sensors-detect. It will tell you what hardware
105 you have (and incidentally, what corresponding drivers are needed). You
106 could also take a look at http://mbm.livewiredev.com/
107 (this lists chips found on many mainboard, but regrettable, not the adapters
108 on them) or http://web01.fureai.or.jp/~hirobo/project/reserch_project.html
109 (yes, it is japanese; you want the ninth column, and it again lists only
110 chips, not adapters).
111
112
113 SMBus, also known as System Management Bus, is a protocol for communicating
114 through a I2C ('I squared C') bus. Many modern mainboards have a System
115 Management Bus. There are a lot of devices which can be connected to a
116 SMBus; the most notable are modern memory chips with EEPROM memories and
117 chips for hardware monitoring.
118
119 Most modern mainboards incorporate some form of hardware monitoring chips.
120 These chips read things like chip temperatures, fan rotation speeds and
121 voltage levels. There are quite a few different chips which can be used
122 by mainboard builders for approximately the same results.
123
124 Hardware monitoring chips are often connected to the SMBus, but often they
125 can also be connected to the ISA bus. The modules in this package usually
126 support both ways of accessing them.
127
128 Because the SMBus is just a special case of the generalized I2C bus, we
129 can simulate the SMBus protocol on plain I2C busses. These busses are
130 sometimes used in other parts of your computer. If a supported chip is
131 attached to one of these additional busses, they can be used too.
132
133 Please read INSTALL before trying to compile and install these modules.
134 There is a lot of additional documentation in the doc/ subdirectory.
135 Amnong these is a list of supported busses and chips. Regrettably, there
136 are too many mainboards to keep a list of busses and chips used on them.
137 On the other hand, we provide a program called 'sensors-detect' which
138 tries to figure out what hardware is available on your system.
139
140 The developers of this package can be reached through the email address
141 <sensors@stimpy.netroedge.com>. Do not hesitate to mail us if you have
142 questions, suggestions, problems, want to contribute, or just want to
143 report it works for you. But please try to read the documentation and
144 FAQ before you ask any questions!
145
146 The latest version of this package can always be found on our homepage:
147 http://www.netroedge.com/~lm78. Pre-release versions can be retrieved
148 through anonymous CVS; see doc/cvs for more information.
149
150 This whole package is copyright (c) 1998 - 2002 by Frodo Looijaard and
151 Philip Edelbrock, except for a few drivers written by
152 other people. See the individual files for more exact copyright information. 
153 This package may be distributed according to the GNU General Public License
154 (GPL), as included in the file COPYING.
155
156 Note that at this moment, libsensors falls under the GPL, not the LGPL.
157 In more human language, that means it is FORBIDDEN to link any application
158 to the library, even to the shared version, if the application itself
159 does not fall under the GPL. This will probably be changed in the future.
160 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.