Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-22-2003, 04:51 PM
|
#1
|
LQ Newbie
Registered: Dec 2003
Posts: 10
Rep:
|
Step by step guide to install onboard NIC
Hi everyone,
I am running Debian / testing on an ASUS A7V600 mobo with an onboard nic (3com / 3c940) which I could not get running. My workaround for now is to disable the onboard nic and use an old 3com 3c905. I already downloaded the 3com driver from the asus website but could not get it installed. make load returns me this error message:
insmod 3c2000.o
3c2000.o: unresolved symbol _mmx_memcpy
3c2000.o: unresolved symbol create_proc_entry_Rdb0bd2bc
3c2000.o: unresolved symbol eth_type_trans_Ra7b962e6
3c2000.o: unresolved symbol alloc_skb_R1afdff72
3c2000.o: unresolved symbol proc_net_Rfd6dce7a
3c2000.o: unresolved symbol netif_rx_R7a8247af
3c2000.o: unresolved symbol mem_map_R9c91522a
3c2000.o: unresolved symbol skb_over_panic_R3c105d73
3c2000.o: unresolved symbol __kfree_skb_R595a7f2d
3c2000.o: unresolved symbol init_etherdev_Rccd9f3f2
3c2000.o: unresolved symbol irq_stat_R1e4ae586
3c2000.o: unresolved symbol remove_proc_entry_R5bef3e3b
3c2000.o: unresolved symbol unregister_netdev_Rb4a7e4d6
3c2000.o: unresolved symbol softnet_data_R2bbe92a0
Can anybody give me a hint what's wrong?
Andreas
|
|
|
12-22-2003, 05:04 PM
|
#2
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Try modprobe 3c2000
Modprobe installs the module specified with all its dependencies (usually a NIC module needs other network modules to work). Insmod installs only the mdoul specified, without dependencies.
|
|
|
12-22-2003, 05:12 PM
|
#3
|
LQ Newbie
Registered: Dec 2003
Posts: 10
Original Poster
Rep:
|
modprobe 3c2000 returns: modprobe: Can't locate module 3c2000
What does that mean?
I would think that I could load the "driver"/module with modconf but I cannot chose 3c2000 as a network module
Andreas
|
|
|
12-22-2003, 05:18 PM
|
#4
|
LQ Guru
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296
Rep: 
|
are you running modprobe from the directory of the module? if not try modprobe /path/to/the/module.
|
|
|
12-22-2003, 05:20 PM
|
#5
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
In fact, you should copy your module to the moduels dir /lib/modules/kernelversion/kernel/drivers/net
and tehn run depmod -a to update dependencies. When it finishes, modprobe 3c2000 should work.
|
|
|
02-13-2004, 08:55 PM
|
#6
|
LQ Newbie
Registered: Feb 2004
Location: Arlington, MA, USA
Distribution: Opensuse
Posts: 14
Rep:
|
try the sk98lin module for this card
|
|
|
All times are GMT -5. The time now is 04:09 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|