Changeset 568
- Timestamp:
- 09/20/99 17:16:57 (9 years ago)
- Files:
-
- lm-sensors/trunk/BACKGROUND (modified) (1 diff)
- lm-sensors/trunk/BUGS (modified) (1 diff)
- lm-sensors/trunk/CHANGES (modified) (1 diff)
- lm-sensors/trunk/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/BACKGROUND
r340 r568 7 7 driver (well, that is not quite true, but it is in most cases the only 8 8 way to do it safely). In the past, this meant you had to patch the kernel 9 and recompile it. These days, you can use kernel modules. 9 and recompile it. These days, you can use kernel modules. We support both 10 approaches. 10 11 11 12 We have chooses for a very modular (no pun intended) setup. There are a lm-sensors/trunk/BUGS
r216 r568 60 60 An older version of the i2c modules is distributed in 2.2 and late 2.1 61 61 kernels. If you try to use it at the same moment as our i2c modules, you 62 may get into trouble. Th ere is no nice solution for this yet.62 may get into trouble. This should be fixed for lm_sensors-2.4.0 and newer. lm-sensors/trunk/CHANGES
r486 r568 13 13 for example: 14 14 cvs diff -r V2-0-0 -r V2-0-1 -u 15 16 2.4.0 (19990920) 17 Too much to list. 18 i2c and smbus parts are split off to a separate i2c package. 19 New drivers and other stuff. 15 20 16 21 2.3.4 (19990616) lm-sensors/trunk/INSTALL
r567 r568 10 10 to take advantage of this. But it makes it possible to compile drivers 11 11 into the kernel itself, instead of having to add them as modules. 12 YOU WILL STILL HAVE TO COMPILE THIS PACKAGE TO GET THE USERLAND UTILITIES! 12 AFTER YOU COMPILED AND INSTALLED YOUR KERNEL, YOU WILL STILL HAVE TO 13 COMPILE THIS PACKAGE TO GET THE USERLAND UTILITIES! 13 14 14 15 Each of these ways will be described below in detail.
