Your newly-compiled kernel cannot find any modules it needs to load. What command was missed
when compiling and installing the kernel?
Answer: make
Explanation:
modules_installSee
http://www.faqs.org/docs/Linux-mini/Modules.html#KERNEL
and
http://www.sysdesign.ca/guides/linux_kernel.htmlmod_install: This will copy all the modules to a new directory, “/lib/modules/a.b.c” wherea.b.c is the
kernel version # make dep clean modules modules_install zImage
make modules_install