Hi there,

in the past few days i learned alot about remastering knoppix, and it's really fun :o)
Now, i'm trying to build my own 2.6.14.3 Kernel for the Knoppix.
I've downloaded the latest source from kernel.org and for now, i've trouble appling the knoppix-kernel.patch shipped with KX4.0.2 against just any kernel i've tested (2.6.12, 2.6.12.6, 2.6.13.4, 2.6.14.3)

Does anyone have an idea how to fix that?

Strange enought, this is a test with 2.6.12 (from Kernel.org), with is also shipped with KX 4.0.2:
(symlink /usr/src/linux set to /usr/src/linux-2.6.12)

Code:
devsys-2:/mnt/Knoppix/knsource/KNOPPIX/usr/src# patch -p0 <knoppix-kernel.patch
patching file linux/arch/i386/kernel/setup.crc 
Hunk #1 FAILED at 195.
1 out of 1 hunk FAILED -- saving rejects to file linux/arch/i386/kernel/setup.c.rej
patching file linux/drivers/ide/ide.c
Hunk #1 FAILED at 2232.
1 out of 1 hunk FAILED -- saving rejects to file linux/drivers/ide/ide.c.rej
patching file linux/arch/i386/kernel/smpboot.c
Hunk #1 FAILED at 1164.
1 out of 1 hunk FAILED -- saving rejects to file linux/arch/i386/kernel/smpboot.c.rej
patching file linux/Makefile
Hunk #1 FAILED at 16.
Hunk #2 FAILED at 27.
2 out of 2 hunks FAILED -- saving rejects to file linux/Makefile.rej
patching file linux/init/main.c
Reversed (or previously applied) patch detected!  Assume -R? [n] y
Hunk #1 succeeded at 203 (offset -12 lines).
devsys-2:/mnt/Knoppix/knsource/KNOPPIX/usr/src#