LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Applying a kernel patch.. (https://www.linuxquestions.org/questions/linux-software-2/applying-a-kernel-patch-321121/)

RoaCh Of DisCor 05-07-2005 06:20 PM

Applying a kernel patch..
 
I've been trying to apply the ck patch to my 2.6.11 kernel. This is newly download..and just moved into the /usr/src folder. When I try to apply it...I get

Code:

Linux:/usr/src/linux # bzip2 -dc ../patch-2.6.11-ck7.bz2 | patch -p1
patching file arch/i386/Kconfig
Reversed (or previously applied) patch detected!  Assume -R? [n]

I have never applied a patch to this kernel...any idea why it's saying this?

Half_Elf 05-07-2005 07:38 PM

for what I see there, it says you already have the patch applied, is this possible? Dont you have the option when you use "make menuconfig" (or your favorite config) then?

Your command looks fine but maybe you want to do it in the usual 2 steps instead of one... bunzip2 first, then patch -p1 ?

What is ck btw?

win32sux 05-07-2005 07:41 PM

Quote:

Originally posted by Half_Elf
What is ck btw?
Con Kolivas: http://members.optusnet.com.au/ckolivas/kernel/


All times are GMT -5. The time now is 08:47 PM.