Can anyone tell me how to correct the following error:

depmod: *** Unresolved symbols in /lib/modules/2.2.16-3/misc/emu10k1.o

I compiled and installed a new kernel (2.2.16-3) using the following
commands:
cd /usr/src/linux-2.2.16-3
make menuconfig
make dep
make clean
make install

Than I installed the modules using:
make modules
make modules_install

But when I rebooted I got the above error message. I get the same error if I
run depmod -a. The modules seem to have been correctly installed in
/lib/modules/2.2.16-3. So, why the error?

The only thing that seems wrong is that /boot/module-info is still linked to
module-info-2.2.14-5.0 which was the old kernel before I recompiled it. But
I can't find a module-info-2.2.16-3 anywhere on my system. Should there be
one?

TIA
BW



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to