Computing.Net > Forums > Linux > Ethernet Card Blues

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Ethernet Card Blues

Reply to Message Icon

Name: Backfire
Date: March 13, 2001 at 23:29:23 Pacific
Comment:

Hello there. I am new to the Linux operating system, and have just installed Redhat Linux 7.0 with a few small problems. Now that I can get into the GUI I have a better Idea of what to do, but I am still very stuck. My problem is that I cannot access my LAN, in order to get to the internet. I am hooked up to a cable modem (@home system) that goes into my router/hub, and is split to 4 computers.
I have tried a million things to try and get my Linux computer to get access to the TCP\IP portion of it. I don't need to be able to see the other comps, or have them see me, but being online is a must.
I am quite new, and don't really know how to configure it right, but I have tried many different configurations in linux.
I am not sure if Linux is detecting my Lynksys ethernet card or not.
I havn't done any kind of driver installation. And I don't know how too if that was whats needed!
If anyone could kindly aid me, and perhaps guide me through the process, I would REALLY appreciate it!

Thanks in advance!
James



Sponsored Link
Ads by Google

Response Number 1
Name: Mik
Date: March 14, 2001 at 03:40:10 Pacific
Reply:

First of all you are going to need to find out exactly which driver to use for your linksys network card. Try looking here: http://www.linuxdoc.org/HOWTO/Ethernet-HOWTO-4.html#ss4.24
If it is not a PCI card then you are going to have to find out which io and irq address to use.
Next edit the file /etc/conf.modules
In it you should add the following lines:
alias eth0 tulip
options tulip io=0x300 irq=10

tulip would be the name of the network driver you should use. The last line is only necessary if you have to set the io and irq settings make sure you fill in the right values there.

Check the file /etc/sysconfig/network and make sure the following line is present:
NETWORKING=yes

I am supposing you are using static ip addresses for your internal network. If so then edit or create the file /etc/sysconfig/network-scripts/ifcfg-eth0 to look like this:

DEVICE=eth0
IPADDR=192.168.0.4 # The assigned IP
NETMASK=255.255.255.0
ONBOOT=yes

If you got all that you should have a connection to the rest of your lan.

Mik


0

Response Number 2
Name: Backfire
Date: March 14, 2001 at 08:43:39 Pacific
Reply:

Allrighty I'll try that. I actually do have a PCI NIC, so do I leave out the IRQ and IO?

hhmm, Thats one thing I have learned in my little time messing with linux, there are many ways to do the same thing!
Okay, well wish me luck!

-James


0

Response Number 3
Name: Jim
Date: March 17, 2001 at 12:16:12 Pacific
Reply:

I tried to get an Acer aln325 nic working in mandrake 6.2 and somehow it corrupted the eeprom on the card. Then the card wouldn't work in windows either until I figured out how to re-flash the darned thing.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Ethernet Card Blues

Ethernet Card Setup in Gentoo www.computing.net/answers/linux/ethernet-card-setup-in-gentoo/25593.html

Ethernet card for Red Hat 7.0 www.computing.net/answers/linux/ethernet-card-for-red-hat-70/9171.html

Want to know if my ethernet card is compiled in kernel or as module? www.computing.net/answers/linux/want-to-know-if-my-ethernet-card-is-compiled-in-kernel-or-as-module/893.html