PDA

View Full Version : counld't install nvnet.o network module on kernel 2.4.18-3-kgdb


honghsu
01-22-03, 09:03 PM
I tried to install network module NVIDIA_nforce-1.0-0248.src.rpm on kernel 2.4.18-3-kgdb, but failed. Here is what I did:

OK. I found and downloaded src.rpm package and
#rpm --rebuild NVIDIA_nforce-1.0-0248.src.rpm

Under kernel 2.4.18-3-kgdb, the compilation went through smoothly, but /sbin/depmod -a complain
Unresolved symbols in /lib/modules/2.4.18-3custom/kernel/drivers/net/nvnet.o

thus module install failed.

the depmod -ae has many unresolved symbols, such as:
eth_type_Rsmp_c63f6300
unregister_netdev_Rsmp_b4be79f4

So the same problem still remains. Does these unresolved symbols mean something here? Appreciate your hint how can I fix the issue for installation of network module.
-Hong

santoniu
01-24-03, 02:09 AM
Make sure you have enabled Ethernet support in your kernel.

Cheers,
G.

honghsu
01-24-03, 08:04 AM
Yes. The network support in menuconfig is enable.

santoniu
01-24-03, 08:50 AM
Can you post the complete list of all modules dependencies that failed during depmod?

Also, are you using a SMP kernel?

Cheers,
G.