-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rony, > Kubuntu 5.10. Does it make a difference? I thought kernels were > independent of distros. What about the initrd.img files, what does > one do about that when using a new kernel? Installing the kernel by hand is really not recommended as it's prone to errors. Build a package and install it. First install `kernel-package' which is a set of helper scripts to create a Debian/Ubuntu package. $ sudo apt-get install kernel-package Then from the Linux kernel source tree, do this (after doing `make menuconfig`) $ make-kpkg --revision 1.0 kernel_image This will create a .deb called kernel-image-2.6.16.11_1.0_i386.deb just outside the directory. Install it as $ sudo dpkg -i kernel-image-2.6.16.11_1.0_i386.deb And you are done. Enjoy the new kernel.
Regards, BG - -- Baishampayan Ghose <[EMAIL PROTECTED]> Ubuntu -- Linux for Human Beings http://www.ubuntu.com/ 1024D/86361B74 BB2C E244 15AD 05C5 523A 90E7 4249 3494 8636 1B74 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEVt5tQkk0lIY2G3QRAkc2AJ9eS9Dr6n8CblrjE6XDxU3kfG69/QCfSBVP VfTufR/C74p4dhS81FbO/d8= =LFBU -----END PGP SIGNATURE----- -- http://mm.glug-bom.org/mailman/listinfo/linuxers

