I am trying to get my 3com 3C940 onboard NIC (P4P800 Deluxe) working under Mandrake 9.1. I have the driver from the CD and followed the instructions in the readme. But when I type "make load" I get the following message:
Code:
insmod 3c2000.o
3c2000.o
unresolved symbol remove_proc_entry_Rsmp_26924ae5
3c2000.o
unresolved symbol pci_free_consistent_Rsmp_bea068d7
3c2000.o
unresolved symbol pci_write_config_dword_Rsmp_8c4e1a21
3c2000.o
unresolved symbol alloc_skb_Rsmp_29059b34
3c2000.o
unresolved symbol pci_read_config_word_Rsmp_11abc0d4
3c2000.o
unresolved symbol pci_write_config_byte_Rsmp_bb43e114
3c2000.o
unresolved symbol softnet_data_Rsmp_b184fd09
3c2000.o
unresolved symbol pci_find_class_Rsmp_6810276b
3c2000.o
unresolved symbol pci_write_config_word_Rsmp_20f85845
3c2000.o
unresolved symbol pci_read_config_byte_Rsmp_e426c0e8
3c2000.o
unresolved symbol pci_set_master_Rsmp_2d0760ae
3c2000.o
unresolved symbol netif_rx_Rsmp_4eecbd7e
3c2000.o
unresolved symbol skb_over_panic_Rsmp_66f6ddd4
3c2000.o
unresolved symbol eth_type_trans_Rsmp_ef9f8c35
3c2000.o
unresolved symbol pci_alloc_consistent_Rsmp_db168cc4
3c2000.o
unresolved symbol create_proc_entry_Rsmp_dd28c75c
3c2000.o
unresolved symbol __kfree_skb_Rsmp_189552d0
3c2000.o
unresolved symbol init_etherdev_Rsmp_5ef105a6
3c2000.o
unresolved symbol proc_net_Rsmp_fd6f4871
3c2000.o
unresolved symbol irq_stat_Rsmp_1bbbab40
3c2000.o
unresolved symbol sprintf_Rsmp_3c2c5af5
3c2000.o
unresolved symbol pci_set_dma_mask_Rsmp_e15a7d24
3c2000.o
unresolved symbol pci_read_config_dword_Rsmp_a3b82813
3c2000.o
unresolved symbol unregister_netdev_Rsmp_99639e9a
3c2000.o
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. Contact the module supplier for
assistance, only they can help you.
make: *** [load] Error 1
I'm not sure what that means but how can I get my NIC working?