LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 11-09-2003, 07:50 PM   #1
Mustard010
Member
 
Registered: Nov 2003
Posts: 30

Rep: Reputation: 15
eth0 NIC Card Not Working! 3com 3c501 NIC.


Hey.

I just installed Red Hat 9.0 with (2) CD's that came with the Red Hat 9.0 Dummies Book. Unfourtunately, this wasn't info included inside the book, but I tweaked around search engines to find answers...(none)...so please, i am asking you guys.

I went to the Network Configurtion, and I figured out these:

eth0 - 3com 3c501

It's status was inactive!

Now, I learned some tricks from some source, I tried:

/etc/init.d/network start

This is the output:

/etc/init.d/network start
Setting Network Parameters: [OK]
Bringing Up Loopback Interface: [OK]
Bringing Up Interface eth0: 3c501 device eth0 does not seem to be present, delating initialization. [FAILED]

Bad huh?

Another command I used is insmod 3c501...(no clue what this did)

Outcome:

Using: /lib/modules/2.4.20-6/kernel/drivers/net/3c501.o
/lib/modules/2.4.20-6/kernel/drivers/net/3c501.o Input/Output Error

Hint: insmod errors can be caused by incorrect module parameters, including invalied IO or IRQ paramters. You may find some information in syslog or the output from dmesg.

I have no clue, what all this means, but I have (1) guess.

Updating 3c501 ... but where do I get a driver install for this?

I can easily burn the tar.gz easily in a CD, but where to find?

If I'm wrong, please don't hesitate to correct me! Thanks for your help!
 
Old 11-09-2003, 08:20 PM   #2
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
Are you sure thats the driver for your nic?
Did the ethernet card ever work, like when you booted off the cd?

I dont use red hat, so i dont know about the "network start" command you used. If insmod doesnt work, you can try "modprobe 3c501". If that doesnt work, either its the wrong module, your kernel doesnt support your card, or its a bad nic.
When you type "ifconfig -a", what does it display?
Please answer the first two questions in your response...
 
Old 11-09-2003, 08:22 PM   #3
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
i think thats an old card, i have a 3c509 and i know its old its isa
i'm not sure but i would think that red hat must have support for that card
are you positive thats your ethernet card is a 3c501?
what kind of bus is it on?
 
Old 11-09-2003, 08:22 PM   #4
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
deja vu
 
Old 11-09-2003, 09:43 PM   #5
Mustard010
Member
 
Registered: Nov 2003
Posts: 30

Original Poster
Rep: Reputation: 15
I have a Linksys 10/100 LAN Card, model no. LNE100TX ver. 5.1

In the system requirements: it says, any version of Windows. But, I'm positive that my brother's computer has the same card with RH 8.0. I'm not sure if that is my driver, due to the box or manual not giving any answers. Automatically, it chose 3c501. This card was bought almost six months ago! It is on a PCI bus.

I typed modeprobe 3c501, and it produced the same error as I stated in the first post. ifconfig -a produced teh following:

lo Link Encap: Local Loopback
inter addr: 127.0.0.1 Mask: 255.0.0.0
UP Loopback Running MTR:16436 METRIC: 1
RX PACKETS: 2125 Errors: 0 dropped: 0 overruns:0 frame:0
TX Packets:2125 Errors:0 dropped: 0 overrims: 0 carrier: 0
Collisions: 0 txqueuelen:0
Rxbytes:144916(141.5KB) Tx bytes: H4916 (141.5kb)
 
Old 11-10-2003, 05:50 AM   #6
Mustard010
Member
 
Registered: Nov 2003
Posts: 30

Original Poster
Rep: Reputation: 15
*BUMP*
 
Old 11-10-2003, 07:24 AM   #7
GJB
LQ Newbie
 
Registered: Oct 2003
Distribution: RedHat 6-9 Gentoo Slackware 9.1
Posts: 26

Rep: Reputation: 15
From what i can see when looking at the latest downloadable driver this card is compatible with the tulip chipset, so you most probably have to insmod tulip

GJB
 
Old 11-10-2003, 09:09 AM   #8
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
yeah hes right, if you go on linksys's site, download the driver package for your card. it uses the tulip driver. the driver and instructions are in the package.
 
Old 11-10-2003, 12:03 PM   #9
Mustard010
Member
 
Registered: Nov 2003
Posts: 30

Original Poster
Rep: Reputation: 15
Ok thanks, but want simple problem.

I don't have internet to download the files, but I can d/l it from this computer and burn it into a cd . . . what is a command to copy from cd to harddrive?

Also, I'm just verifying if this is correct, I found this from linksys:

All of the setup instructions are contained in your Linux package. When you unpack your archive, look for a "how-to" document concerning the installation of PCMCIA cards. When you find the file, read it and follow the directions. You'll need to install the PCMCIA services, enable networking, and finally, recompile the kernel. After this point, the PC Card will be automatically recognized as soon as you plug it in. You must have version 2.9.10 of the Linux PCMCIA services or higher. You can ftp the latest version here

Judging by this, I just have to do those steps, now I just need that command

Thanks again!
 
Old 11-10-2003, 04:24 PM   #10
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
to copy from cd justt mount the cd
mount /dev/cdrom /wherever
and cp /wherever/thething /tohere
as for pcmcia and all that do you have a pcmica card?
i thought it was pci?
 
Old 11-10-2003, 04:34 PM   #11
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
why don't you try "modprobe tulip"
 
Old 11-10-2003, 08:31 PM   #12
Mustard010
Member
 
Registered: Nov 2003
Posts: 30

Original Poster
Rep: Reputation: 15
Fascistchicken, you are a LIFE SAVER!!!

This was the command I was looking for!!!

After I typed it in, I started /etc/init.d/network start, and IT WORKS!!!

Thanks a bunch, I owe ya one!
 
Old 11-10-2003, 10:37 PM   #13
arrruken
Member
 
Registered: Apr 2003
Distribution: gentoo
Posts: 238

Rep: Reputation: 32
i guess it already had tulip support eh?

Mustard, it would be a good idea to understand what you did and why it worked. It worked because your kernel had support for it, and you should look into learning how to recompile your kernel with support for specific modules. Just my two sense, it took me a while to learn about device drivers, modules, etc., but once you do, it will all seem so simple man...
 
Old 07-28-2007, 03:43 AM   #14
faizan_agha
LQ Newbie
 
Registered: Jul 2007
Posts: 3

Rep: Reputation: 0
hi musturd..

i am having exactly the same problem. I went to linksys to download the driver but couldnt find one. Can you tell me the exact url please. I have sent you a private message aswell and i badly need your help in this matter.

anxiously waiting for your reply.
Faizan.
 
Old 07-28-2007, 04:47 PM   #15
faizan_agha
LQ Newbie
 
Registered: Jul 2007
Posts: 3

Rep: Reputation: 0
can anyone else please help me out?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
settings for 3COM 3905X NIC card vialinux Linux - Networking 0 09-09-2005 01:41 PM
3Com NIC Not Working With Fedora popa Fedora 7 12-19-2004 07:11 PM
3com NIC embeded on an ASUS P4P800 not working on kernel 2.6.0 XStorm Linux - Hardware 1 10-04-2004 07:58 AM
noob, 3com nic not working in slackware the d2490n Slackware - Installation 3 06-02-2004 11:28 AM
3com NIC, eth0 refuses to be brought up petter Linux - Networking 21 01-03-2002 11:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 03:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration