[realtek] RealTek 8139 testing problem.
Moshe
moshez@israsrv.net.il
Fri Jan 18 08:54:00 2002
I installed mandrake 8.0 and kernel 2.4.3, compiled the pci-scan.c and the
rtl8139.c, insmod is loading the pci-scan.o but, when I try to load the
rtl8139.o he say:
[root@orange modules]# insmod rtl8139.o
rtl8139.o: unresolved symbol __netdev_watchdog_up
rtl8139.o: unresolved symbol eth_type_trans
rtl8139.o: unresolved symbol __kfree_skb
rtl8139.o: unresolved symbol alloc_skb
rtl8139.o: unresolved symbol init_etherdev
rtl8139.o: unresolved symbol unregister_netdev
rtl8139.o: unresolved symbol netif_rx
rtl8139.o: unresolved symbol skb_over_panic
rtl8139.o: unresolved symbol dev_close
rtl8139.o: unresolved symbol softnet_data
(the compilation line: gcc -DMODULE -D__KERNEL__ -O6 -c
-I/usr/src/linux-2.4.3/include -include
/usr/src/linux-2.4.3/include/linux/modversions.h rtl8139.c)
I looked in the maillist but couldn't find a cure, any help will be most
welcomed.
Thanks, Moshe.