Computing.Net > Forums > Linux > installing a nic card

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.

installing a nic card

Reply to Message Icon

Name: sean
Date: March 22, 2003 at 10:44:20 Pacific
OS: R/H 5.o
CPU/Ram: p166/64mb
Comment:

howdy, first, the only thing i can do in linux is create a user and install it. i know nothing more...

heres my problem, during installation, when asked if i wanted to config your network, i said yes and it i couldnt probe my nic. i have no idea what kind it is other than it is a PCI and a 10/100... so how am i supposed to get basic connectivity for my home network... remember that i am running redhat 5 (the good ol days...)

any help would be super
sean

ps- email if you want: theinsomniac@gmx.net



Sponsored Link
Ads by Google

Response Number 1
Name: George Pearson
Date: March 22, 2003 at 22:40:24 Pacific
Reply:

You need to ID your nic... At least the chipset. barring that your best hope is the insmod nic drivers until something works.


0

Response Number 2
Name: sean
Date: March 24, 2003 at 11:05:35 Pacific
Reply:

what if i can get a nic card that was specified during the install, but i didnt have in the machine at that time?

sean


0

Response Number 3
Name: 3Dave
Date: March 25, 2003 at 02:18:09 Pacific
Reply:

You could try generic ne2000 compatible pci
drivers.....although you really need to take
the card out and do a search on the net for
the chipset.


0

Response Number 4
Name: sean
Date: March 25, 2003 at 09:51:53 Pacific
Reply:

ok so i have a card i know will work with the ne2000 drivers... now how do i install it?


0

Response Number 5
Name: 3Dave
Date: March 26, 2003 at 02:09:43 Pacific
Reply:

What is the output from:
# ifconfig eth0

You can configure your NIC:
# ifconfig eth0 192.168.0.1 broadcast
192.168.0.255 netmask 255.255.255.0

# route add -net default gw 192.168.0.254
netmask 0.0.0.0 metric 1


and then bring it up:
# ifconfig eth0 up

The above assumes that you are running a
class C network, want to assign 192.168.0.1
as your static IP and creates an internet
gateway pointing to 192.168.0.254 (eg could
be a router)


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






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: installing a nic card

Installing a nic card www.computing.net/answers/linux/installing-a-nic-card/5099.html

Installing a NIC www.computing.net/answers/linux/installing-a-nic/16843.html

Install NIC with disk www.computing.net/answers/linux/install-nic-with-disk/18525.html