Changeset 900
- Timestamp:
- 10/12/00 04:16:19 (8 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r866 r900 3 3 There are two ways in which you can compile and install this package. Each 4 4 has its own strong points. They are: 5 5 6 1. Complete separate from kernel compilation 6 7 This will generate a set of modules which can be inserted and removed 7 8 as needed; nothing will be written into the kernel tree; 9 8 10 2. Patching of the kernel 9 11 This will patch your kernel source tree. You must recompile your kernel 10 12 to take advantage of this. But it makes it possible to compile drivers 11 13 into the kernel itself, instead of having to add them as modules. 12 AFTER YOU COMPILED AND INSTALLED YOUR KERNEL, YOU WILL STILL HAVE TO 13 COMPILE THIS PACKAGE TO GET THE USERLAND UTILITIES! 14 ** AFTER YOU COMPILED AND INSTALLED YOUR KERNEL, YOU WILL STILL HAVE TO 15 ** COMPILE THIS PACKAGE TO GET THE USERLAND UTILITIES! 16 ** NOT ALL MODULES ARE PATCHED INTO THE KERNEL. SEE BELOW. 17 18 14 19 15 20 Each of these ways will be described below in detail. … … 239 244 It will only work if you applied the i2c patches first. 240 245 246 ** Only a subset of the modules in lm_sensors are patched into the ** 247 ** kernel by the script. See the file mkpatch/FILES to see if the ** 248 ** modules you need are included. If a module you need is NOT listed ** 249 ** in mkpatch/FILES, it will not be patched, and you MUST use option 1. ** 250 ** If you are not sure what modules you need, run `sensors-detect' first. ** 251 241 252 The kernel diffs are generated by the program `mkpatch.pl' in the mkpatch 242 253 subdirectory. It needs two arguments: the first one is the root of the
