View previous topic :: View next topic |
Author |
Message |
jargon2001 n00b
Joined: 05 May 2004 Posts: 6 Location: Michigan
|
Posted: Fri May 14, 2004 3:56 pm Post subject: kraxel patch |
|
|
I'm trying to install the kraxel patch for my kernel. I'm following a document to install MythTV. I'm running a gentoo-sources 2.4.25-r2 kernel. the patch says its 2.4.25-r1. Being the noob that I am, I'm assuming this will not patch my kernel, however, there does not seem to be a patch for 2.4.25-r2. Can I apply this patch to it? When I try I get the following message:
Code: |
media7 src #gunzip -c patch-2.4.25-rc1-kraxel.gz | patch -p1 --dry-run
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- linux-2.4.25-rc1/arch/x86_64/boot/install.sh 2004-02-06 10:10:38.697206501 +0100
|+++ linux/arch/x86_64/boot/install.sh 2004-02-06 10:41:30.160422844 +0100
--------------------------
File to patch:
|
Any thoughts? |
|
Back to top |
|
|
yoda34 Tux's lil' helper
Joined: 10 Jul 2003 Posts: 93
|
Posted: Mon May 17, 2004 1:35 pm Post subject: |
|
|
The r1 patch will work with r2. Make sure /usr/src/linux points to your 2.4.25 kernel
make sure you copy the gzipped patch into /usr/src/linux
cd /usr/src/linux
gunzip -c patch-2.4.25blahblahkraxel.gz | patch -p1
that should work. |
|
Back to top |
|
|
|