On Sat, Oct 20, 2001 at 10:44:08PM +1000, Tim Kane wrote:
> I'm new to debian itself, and seem to be having a problem with regard 
> to modules.
> 
> I've succesfully compiled and booted with kernel 2.4.12 without a 
> problem. The issue I have is with missing modules. 
> 
> I've done a 'make modules' and 'make modules_install' but upon 
> reboot, the system is unable to locate most of these modules.. I believe
> I've followed all the the HOWTO's I could find to the letter, to no
> avail.
> 
> Anything I'm failing to do here?
> 
> I am able to succesfully compile and install 2.4.12 + modules on other
> distro's without error, so something's up.


Try a 'depmod -a' than a reboot

Did you compile with 'make bzImage' or 'make-kpkg kernel_image' ?
Debian provides a really easy way to compile and install a new 
kernel as a .deb package which make removing old kernels or 
upgrade a new one a piece of cake.

apt-get install kernel-source-?.?.??
compress the kernel-source-?.?.??.tar.bz2 in /usr/src
then in the kernel-source-???? directory type
make-kpkg kernel_image, which will compile the kernel and any
internel modules, then if you've install any extra modules
ALSA, nVidia drivers ect. in the same directory do 
make-kpkg modules_image
then cd .. and use dpkg -i to install the newlt created .deb files

Cheers

Joel

Attachment: pgpLLxf22Uk1U.pgp
Description: PGP signature

Reply via email to