[tulip] Module tulip for Linksys LNE100TX Ver. 4.1

David Shochat shochat@acm.org
Sat, 14 Oct 2000 06:17:14 -0400


I'm going to conjecture that you forgot to also compile and install
pci_scan on which tulip depends.
-- David

$ grep pci_drv pci-scan.c
EXPORT_SYMBOL_NOVERS(pci_drv_register);
EXPORT_SYMBOL_NOVERS(pci_drv_unregister);
...

Mike Sarem wrote:
> 
> I followed the instruction for compiling tulip.c and was able to compile and
> have tulip.o without error or warning but the module still no good for
> RedHat 6.2 and I am getting the following:
> 
> # depmod -a
> depmod: *** Unresolved symbols in /lib/modules/2.2.14-5.0/net/tulip.o
> 
> # insmod tulip produce the following messages and will not load the module:
> 
> /lib/modules/2.2.14-5.0/net/tulip.o: unresolved symbol pci_drv_unregister
> /lib/modules/2.2.14-5.0/net/tulip.o: unresolved symbol pci_drv_register
> Using /lib/modules/2.2.14-5.0/net/tulip.o
>