|
$ cd /mnt/hda1 $ wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.4.tar.gz $ tar -xvzf ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.4.tar.gz $ cd linux-2.6.24.4 $ cp /boot/config-2.6.24.4 .config $ make oldconfig $ makeWhen kernel sources are properly configured, create the link:
$ ln -s /mnt/hda1/linux-2.6.24.4 /usr/src/linuxNow you can compile new kernel modules.