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

Revision 1112, 6.3 kB (checked in by mds, 8 years ago)

Initial checkin of it87 driver from

Christophe Gauthron <chrisg@0-in.com>

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