[tulip] Linksys EtherFast v4 10/100 PCI unresolved symbols
    Donald Becker 
    becker@scyld.com
    Tue, 8 Aug 2000 00:17:58 -0400 (EDT)
    
    
  
On Mon, 7 Aug 2000, Randy Phillips wrote:
> I am trying to use the tulip (v0.92h) driver as a module along with
> pci-scan.
> The os is RedHat 6.1 (2.2.12-20).
> The source compiles with no errors.
> insmod pci-scan.o (which I do before tulip) has no problems but insmod
> tulip.o reports:
> 
> ./tulip.o: unresolved symbol eth_copy_and_sum_R560538ed
> ./tulip.o: unresolved symbol eth_type_trans_R8c9421e3
Kernel version mismatch.
Check that you are loading the module you expect to.
Note the difference between:
  insmod tulip	   # loads a module from /lib/modules/*/net/tulip.o
  insmod tulip.o   # loads the module ./tulip.o
Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Beowulf-II Cluster Distribution
Annapolis MD 21403