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
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