Hello!
I am trying to use Smoothwall express 3.0 with my hspda modem. According to various sources I have found, it is necessary to update the kernel (need > 2.6.20). So I downloaded the kernel sources from ftp.kernel.org, and performed these steps:
During the boot of the system, it complains about missing a number of modules (it can boot though), even though they are listed in /lib/modules/2.6.31.6/....
Did I miss something?
(I noticed I don't have an initrd for my new kernel...)
Thanks!!
Jörg
I am trying to use Smoothwall express 3.0 with my hspda modem. According to various sources I have found, it is necessary to update the kernel (need > 2.6.20). So I downloaded the kernel sources from ftp.kernel.org, and performed these steps:
- in /usr/src: tar xjf linux-2.6.31.6.tar.bz2
- copied an existing .config file (obtained from the sources of Smoothwall express 3.0)
- make oldconfig (I chose all the default settings)
- make all (which builds kernel and modules)
- make modules_install (I think this places files in /lib/modules/2.6.31.6)
- cp linux-2.6.31.6/arch/x86/boot/bzImage /boot/kernel-2.6.31.6
- adapt lilo.conf (and testing it lilo, new config is accepted)
- reboot
During the boot of the system, it complains about missing a number of modules (it can boot though), even though they are listed in /lib/modules/2.6.31.6/....
Did I miss something?
(I noticed I don't have an initrd for my new kernel...)
Thanks!!
Jörg
Comment