I am trying to upgrade my Linux Kernel version 2.2.5 to 2.2.11 and I keep
running into a dead end.
Let me tell you what I have done so far:
I downloaded the patch file to upgrade my kernel to 2.2.11 from
ftp.us.kernel.org. (filename: patch-2.2.11.gz)
I expanded the file by typing gzip -cd patch-2.2.11.gz | patch -p0
Patching occured with a few errors and could not find a bunch of files. [I
think it is okay because the missing files are for MIPS, Alpha and PPC. I
am running i386]
I ran 'make mrproper' before 'make xconfig or make menuconfig'
After saving the configuration, I ran "make dep" (no errors yet)
I typed "make bzImage" and the kernel began to compile but it stopped after
a few seconds. Could anyone tell me what I have done wrong?
would it be easier to download a new kernel (linux-2.2.11.tar.gz), expand
it, configure it, and compile it? I tried this approach before patching and
the kernel ran. However, must of my services failed to start due to
incorrect version in /boot/system.map
I am stuck and have no idea what else to do.... I would really like to
upgrade my kernel because I would like to setup IP Masquerade to allow VPN
traffic to go out..
Any information is greatly appreciated.
Thanks in advance.
Ken Szeto