Changeset 3237
- Timestamp:
- 01/19/06 21:33:57 (3 years ago)
- Files:
-
- lm-sensors/trunk/README (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/README
r3226 r3237 1 &=============================================================================1 ============================================================================= 2 2 3 3 FOR QUICK INSTALLATION INSTRUCTIONS SEE THE 'QUICKSTART' FILE. … … 12 12 !!! THIS PACKAGE REQUIRES i2c-2.9.0 or later!!! 13 13 14 FOR 2.6/2.5 KERNELS, Use only the userspace tools in this package!14 FOR 2.6/2.5 KERNELS, use only the userspace tools in this package! 15 15 Build and install them with 'make user' and 'make user_install'. 16 16 The kernel modules in this package will not compile for 2.6/2.5; … … 132 132 you have (and incidentally, what corresponding drivers are needed). You 133 133 could also take a look at http://mbm.livewiredev.com/ 134 (this lists chips found on many mainboard, but regrettabl e,not the adapters134 (this lists chips found on many mainboard, but regrettably not the adapters 135 135 on them) or http://web01.fureai.or.jp/~hirobo/project/reserch_project.html 136 (yes, it is japanese; you want the ninth column, and it again lists only136 (yes, it is Japanese; you want the ninth column, and it again lists only 137 137 chips, not adapters). 138 138 … … 149 149 mainboard builders for approximately the same results. 150 150 151 Hardware monitoring chips are often connected to the SMBus, but often they 152 can also be connected to the ISA bus. The modules in this package usually 153 support both ways of accessing them. 151 Hardware monitoring chips often have an SMBus or I2C interface. Some are 152 connected to ISA bus instead. Some of them can do both, in which case we 153 either support both access methods (old drivers) or only support ISA 154 access (new drivers) as it is faster. 154 155 155 156 Because the SMBus is just a special case of the generalized I2C bus, we can
