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

Revision 654, 6.2 kB (checked in by frodo, 9 years ago)

New SiS5595 SMBus driver

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 =============================================================================
2           FOR INSTALLATION INSTRUCTIONS SEE THE 'INSTALL' FILE
3 =============================================================================
4
5 OVERVIEW OF THE LM_SENSORS PACKAGE AND SUMMARY OF SUPPORTED DEVICES
6
7 This is the completely rewritten version of lm_sensors, a collection of
8 modules for general SMBus access and hardware monitoring. There are quite
9 a few changes compared with 1.x.y versions; they are now officially
10 unsupported.
11
12 WARNING! If you downloaded this package through our CVS archive, you walk
13 the cutting edge. Things may not even compile! On the other hand, you will
14 be the first to profit from new drivers and other changes. Have fun!
15
16 WARNING! Many things have changed sinse version 2.4.0. Most importantly,
17 you will need to download the i2c package separately. You can find it
18 at the same place as where you downloaded lm_sensors:
19   http://www.netroedge.com/~lm78
20
21 WARNING! The default module installation directory changed since version
22 2.2.1. If you don't change the directory in /etc/modules.conf (or
23 /etc/conf.modules), modprobe will probably load the wrong ones.
24
25 WARNING! Some things have changed since version 2.1.2. Most notably,
26 module piix4 is renamed i2c-piix4, module isa is renamed i2c-isa,
27 and module bit-mb is renamed i2c-via. You have been warned.
28
29 At least the following SMBus adapters are supported:
30   Acer Labs M1541 and M1543C (used in the Aladdin IV, V and Pro 2 chipsets)
31   AMD 756
32   Apple Hydra (used on some PPC machines)
33   Intel ICH (used in the Intel 810 and 810E chipsets)
34   Intel PIIX4 (used in most Intel chipsets)
35   SiS 5595 (used in many SiS chipsets)
36   VIA Technologies 82C586B (used in most VIA chipsets)
37   VIA Technologies VT596A/B (used in some more modern VIA chipsets)
38
39 At least the following hardware sensor chips are supported:
40   Analog Devices ADM1021, ADM1022, and ADM9240
41   Asus AS99127F
42   Dallas Semiconductor DS1780
43   Hewlett Packard Maxilife (several revisions)
44   Genesys Logic GL518SM (rev 00, 80), GL520SM, GL523SM
45   Intel Xeon processor embedded sensors
46   Maxim MAX1617 and MAX1617A
47   National Semicoductor LM75, LM77, LM78, LM78-J, LM79. LM80, LM81, and LM84
48   SiS Southbridge (integrated in the chipset; the I2C adapter will also be
49     supported in the near future)
50   TI THMC10 and THMC50
51   Winbond W83781D, W83782D, W83783S, and W83627HF
52
53
54 We also support some miscellaneous chips:
55   Linear Technologies LTC1710
56   Dimms with EEPROMs
57   Intel Xeon processor embedded EEPROMs
58
59 We could use some testers of hardware. If you own a specific monitoring
60 chip or I2C bus, and are willing to help us out, please contact us - even
61 if you did so before. Even if you have no programming knowledge, you could
62 help us by running new modules and reporting on the results and output.
63 If you want to offer more substantial help, this is very welcome too, of
64 course.
65
66
67 Don't ask us whether we support a particular mainboard; we do not know.
68 We *do* know what hardware we support, but usually, it is easier to
69 install everything and run sensors-detect. It will tell you what hardware
70 you have (and incidentally, what corresponding drivers are needed). You
71 could also take a look at http://members.brabant.chello.nl/~a.vankaam/mbm
72 (this lists chips found on many mainboard, but regrettable, not the adapters
73 on them) or http://web01.fureai.or.jp/~hirobo/project/reserch_project.html
74 (yes, it is japanese; you want the ninth column, and it again lists only
75 chips, not adapters).
76
77
78 SMBus, also known as System Management Bus, is a protocol for communicating
79 through a I2C ('I squared C') bus. Many modern mainboards have a System
80 Management Bus. There are a lot of devices which can be connected to a
81 SMBus; the most notable are modern memory chips with EEPROM memories and
82 chips for hardware monitoring.
83
84 Most modern mainboards incorporate some form of hardware monitoring chips.
85 These chips read things like chip temperatures, fan rotation speeds and
86 voltage levels. There are quite a few different chips which can be used
87 by mainboard builders for approximately the same results.
88
89 Hardware monitoring chips are often connected to the SMBus, but often they
90 can also be connected to the ISA bus. The modules in this package usually
91 support both ways of accessing them.
92
93 Because the SMBus is just a special case of the generalized I2C bus, we
94 can simulate the SMBus protocol on plain I2C busses. These busses are
95 sometimes used in other parts of your computer. If a supported chip is
96 attached to one of these additional busses, they can be used too.
97
98 Please read INSTALL before trying to compile and install these modules.
99 There is a lot of additional documentation in the doc/ subdirectory.
100 Amnong these is a list of supported busses and chips. Regrettably, there
101 are too many mainboards to keep a list of busses and chips used on them.
102 On the other hand, we provide a program called 'sensors-detect' which
103 tries to figure out what hardware is available on your system.
104
105 The developers of this package can be reached through the email address
106 <lm78@stimpy.netroedge.com>. Do not hesitate to mail us if you have questions,
107 suggestions, problems, want to contribute, or just want to report it works
108 for you. But please try to read the documentation and FAQ first before you ask
109 any questions!
110
111 The latest version of this package can always be found on our homepage:
112 http://www.netroedge.com/~lm78. Pre-release versions can be retrieved
113 through anonymous CVS; see doc/cvs for more information.
114
115 This whole package is copyright (c) 1998, 1999 by Frodo Looijaard and
116 Philip Edelbrock, except for (almost) everything in the i2c directory, which
117 is copyright (c) 1995-1999 by Simon Vogl, and a few drivers written by
118 other people. See the individual files for more exact copyright information. 
119 This package may be distributed according to the GNU General Public License
120 (GPL), as included in the file COPYING.
121
122 Note that at this moment, libsensors falls under the GPL, not the LGPL.
123 In more human language, that means it is FORBIDDEN to link any application
124 to the library, even to the shared version, if the application itself
125 does not fall under the GPL. This will probably be changed in the future.
126 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.