Hi,

I am new to linux and have the following
problem regarding the  module
ne2k-pci.o.  FYI, I am runningRedhat 7.0

I have a realtek 8029 pci  NIC.  During
bootup, I see a message that says unresolved
symbols for ne2k-pci.o.  Therefore, eth0 is not
initialized.  After some investigation, I found out
that ne2k-pci.o depends on 8390.o.  I found both
modules in my /lib/modules/2.2..../net/ directory.
So, I manually tried to load them by
insmod 8390.o (fine) and then
insmod ne2k-pci.o which results in again a list
of messages that say unresolved symbols.

I also tried :
depmod -a to build the dependancies.  Resulted
in the same error that says unresolved symbols
modprobe ne2k-pci didn't work either (no surprise)

I'd appreciate any suggestions on how to overcome
this situation.

Thanks in advance
Nick

PS. I am using the ne2k-pci.o and 8390.o provided
by the Redhat installation found in /lib/modules/../net
directory. The etc/modules.conf says
alias eth0 ne2k-pci
alias parport_lowlevel parport_pc



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

Reply via email to