tempestuous
Group: Members
Posts: 259
Joined: Aug. 2004 |
|
Posted: Jan. 28 2006,10:11 |
|
- Look at /usr/src/linux in emelfm. "File Info" should indicate that it is a link to /usr/src/linux-2.4.31 (your uncompressed kernel source). If not, delete or rename it. Then create the correct link like this;
cd /usr/src ln -s linux-2.4.31 linux
- Regarding the patch, save it into /usr/src. I get a little confused about p0 versus p1, so it could be either of these;
cd /usr/src/linux-2.4.31 patch -p1 < /usr/src/knoppix-kernel.patch
or if that doesn't work:
cd /usr/src patch -p0 < knoppix-kernel.patch
- If "make" doesn't work, you may not have installed gnu-utils.dsl ... but now I come to think of it, you need gcc1.dsl as well. Sorry, it's here http://distro.ibiblio.org/pub....cc1.dsl
... and just something to consider - DSL has just reverted to the 2.4.26 kernel. You might want to consider rebuilding this kernel instead ... but I believe its kernel source needs to be obtained from the Knoppix website - http://developer.linuxtag.net/sources and this site is often down.
|