[eepro100] Re: Unresolved syms w/ 2.2.17-14

Gary Fischman gary@miata.net
Thu, 22 Mar 2001 09:26:34 -0500


Never mind. I figured it out. I was compiling against the wrong include 
directory. Doh!

>I'm using a Red Hat 6.2 distribution and I've upgraded the kernel using 
>2.2.17-14 RPMs. I have an Intel D815EEA motherboard, and I can't get the 
>nic to work. It worked fine under 2.2.14-5.0 using eepro100.c v1.11. But 
>compiling either the 1.11 or 1.13 version and running insmod -p under 
>2.2.17-14 gives the following:
>
>eepro100.o: unresolved symbol init_etherdev_R4468631d
>eepro100.o: unresolved symbol acpi_set_pwr_state
>eepro100.o: unresolved symbol eth_type_trans_R6e012c3d
>eepro100.o: unresolved symbol pci_drv_unregister
>eepro100.o: unresolved symbol __kfree_skb_R461d1b3d
>eepro100.o: unresolved symbol netif_rx_R82bc91e7
>eepro100.o: unresolved symbol dev_close_R2b99a8df
>eepro100.o: unresolved symbol skb_over_panic_Rb602a3db
>eepro100.o: unresolved symbol eth_copy_and_sum_R52fcc224
>eepro100.o: unresolved symbol alloc_skb_Rd4215602
>eepro100.o: unresolved symbol pci_drv_register
>eepro100.o: unresolved symbol unregister_netdev_R27198b1f
>
>
>I suspect I'm missing something pretty basic. Help!