|
Revision 572, 0.7 kB
(checked in by phil, 9 years ago)
|
(Phil) README intended to be used in the patches distributions.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
These patches were pre-made using the i2c and lm_sensors packages. |
|---|
| 2 |
|
|---|
| 3 |
In this document, the example version used of this patch is |
|---|
| 4 |
lm_sensors-2.4.0-i2c-kernel-2.2.12. Your actual version may be |
|---|
| 5 |
newer than this. |
|---|
| 6 |
|
|---|
| 7 |
To use: |
|---|
| 8 |
|
|---|
| 9 |
* Download a virgin kernel distribution of the exact version as |
|---|
| 10 |
this patch distribution. |
|---|
| 11 |
|
|---|
| 12 |
* Unpackage and install the kernel source, but do not configure |
|---|
| 13 |
or 'make' it yet. |
|---|
| 14 |
|
|---|
| 15 |
* Apply the I2C patch, for example: |
|---|
| 16 |
|
|---|
| 17 |
# patch -d /usr/src/linux -p1 < lm_sensors-2.4.0-i2c-kernel-2.2.12.patch |
|---|
| 18 |
|
|---|
| 19 |
* Apply the Lm_sensors patch, for example: |
|---|
| 20 |
|
|---|
| 21 |
# patch -d /usr/src/linux -p1 < lm_sensors-2.4.0-lm-kernel-2.2.12.patch |
|---|
| 22 |
|
|---|
| 23 |
|
|---|
| 24 |
The patches must be applied in this order: i2c then lm_sensors |
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 |
Enjoy! |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
-- The Lm_sensors Development Team <lm78@stimpy.netroedge.com> |
|---|