Kernel 2.6.5 -> no modules loaded
Hello all,
i have this very annoying problem, and am going crazy for spending hours of trial and error on this the last 2 days...
I had a debian 3.0rc2 woody install, did
apt-get update
apt-get dist-upgrade
to upgrade dist to sarge
Then downloaded kernel 2.6.5 source, meeting all software requirements, performed
apt-get install module-init-tools
make mrproper
make menuconfig
make bzImage
make modules
make modules_install
cp arch/... blah to /boot, same for System.map and ln -s ...
/sbin/generate-modprobe.conf /etc/modprobe.conf
edit /etc/lilo.conf
/sbin/lilo
and reboot.
But when i boot into the newly added kernel 2.6.5, no modules are loaded. When i perform a lsmod it just gives me the header with module name etc, but none is in there.
Also during boot errors are reported about eth1 being nonexistent device, same for the aliases for the terminals etc (therefore really pointing to the modprobe.conf/modconfig.conf as being the cause?)
I've found info on the net about the same problem combined with "QM_MODULES" not implemented, and this is solved by installing module-init-tools. But for those other persons installing that fixed their empty modules list, apparently for me it just fixed the error report but i still remain with the empty list...
Anyone with the same problem or can help me out?
Thx
|