On Sun, Aug 26, 2001 at 04:51:17PM -0400, Oren Gozlan wrote: > any info about kernel 2.4.x ? > any one have tried it ?
There is a ton of information on this in the archives. Also a couple links from the debian site - http://www.debian.org/News/2001/20010415 http://www.fs.tum.de/~bunk/kernel-24.html I'm assuming you are running stable. If you want to compile your kernel the non debian way - Look at the "Changes" file in the "Documentation" directory where you unpacked the kernel source. Here you will find a list of programs that must be upgraded. To do so put an 'unstable src' line in /etc/apt/sources.list and - # apt-get update # apt-get -b source package_name This will build a .deb for you. After you have installed all the .debs in question fire away at the new kernel:) hth, kent