[tulip] Installing tulip.o
fgrim
fgrim@utk.edu
Wed, 09 May 2001 21:34:53 -0400
I am running debian 2.2 on a 2.2.19 kernel. I have compiled the tulip driver
and pci-scan both. When I insmod pci-scan all is fine but when I type
>insmod tulip
/lib/modules/2.2.19/net/tulip.o: unresolved symbol
unregister_netdev_R114eb8e1
/lib/modules/2.2.19/net/tulip.o: unresolved symbol skb_over_panic_R4a1520c7
/lib/modules/2.2.19/net/tulip.o: unresolved symbol init_etherdev_Rb95cb491
/lib/modules/2.2.19/net/tulip.o: unresolved symbol netif_rx_R7ebcf71a
/lib/modules/2.2.19/net/tulip.o: unresolved symbol dev_close_R3cb1f505
/lib/modules/2.2.19/net/tulip.o: unresolved symbol alloc_skb_R4ed7d200
/lib/modules/2.2.19/net/tulip.o: unresolved symbol eth_type_trans_Rb9709275
/lib/modules/2.2.19/net/tulip.o: unresolved symbol eth_copy_and_sum_R129539df
/lib/modules/2.2.19/net/tulip.o: unresolved symbol __kfree_skb_R707ed99b
comes out. Deep in my heart I know that this is my fault but how I have
screwed up is eluding me even now. I have a LinkSys 100TXv4 ethernet card.
The gcc commands that I used were the ones in the code with
-I/usr/local/linux/include (since I used debian's kernal-package to compile my
kernel) command included. What have I done.
Fred