LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-23-2002, 08:42 AM   #1
natsudarshan
LQ Newbie
 
Registered: Dec 2001
Posts: 12

Rep: Reputation: 0
Network card problem./urgent


Hi there,

I am planning to use redhat 7.1

The network card is realtek 8139 ( i am not sure about this i know this as i installedwindows 2000 to find out whether network card is functioning, i am sorry about that as i am a newbie with time constraint )

when i tried installing, it says network installed but not working. what may be the problem?. can it be a driver problem?
also i have the driver for that card in a floppy. if the problem is in driver how do i proceed to add this driver. as i amanewbie i request with some details.

I am really in bad shape. Can sb. help me asap?
 
Old 01-26-2002, 10:16 PM   #2
td3201
Member
 
Registered: Jan 2002
Location: Omaha, NE US
Distribution: Red Hat/CentOS
Posts: 226

Rep: Reputation: 30
This is definately not asap but hopefully helpful none the less.

The realek 8139 card is supported well under the linux kernel since 2.2 something or other, perhaps older.

You need to trouble shoot a few things.

After bootup type this:
dmesg | more

This will allow you to scroll through what was detected and some kernel level hardware stuff. There is a lot more in there but look for your 8139 information in there.

Also, do this:
cat /proc/pci

Look for your ethernet card in there. If both of those items check out, which they should then do some other things.

ifconfig eth0 192.168.1.35 netmask 255.255.255.0 up

This will give your first ethernet card an ip of 192.168.1.35 with a netmask of 255.255.255.0.

After all that, try to ping yourself.

If that checks out, set yourself up a default route.
route add default gw 192.168.1.1 eth0

This will set a default gateway of 192.168.1.1 for that card.

Now ping something on the Internet like 204.26.64.1 (that is a qwest dns server). If that goes you are set to go.

You must set some dns server information in /etc/resolv.conf as well. type "man resolv.conf" to figure out how to do this.

Good luck!
 
Old 01-26-2002, 10:44 PM   #3
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
ifconfig -a will list all installed cards
 
Old 01-26-2002, 10:48 PM   #4
td3201
Member
 
Registered: Jan 2002
Location: Omaha, NE US
Distribution: Red Hat/CentOS
Posts: 226

Rep: Reputation: 30
Good point.

Simplicity is a good thing.

/*manpage
if a single -a argument is given, it displays the status of all interfaces, even those that are down. Otherwise, it configures an interface.
manpage*/
 
Old 01-26-2002, 11:43 PM   #5
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
try turning off plug and play support in bios. My network card was showing me the same bug because of the stupid P&P.
 
Old 01-27-2002, 06:35 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You also need to check that the correct kernel module is being loaded for this card, do (as root) "lsmod" and look for the module 8139too. If it's not there do "modprobe 8139too" and then do "ifconfig -a"
 
Old 01-27-2002, 07:52 PM   #7
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Yeah. Look in files /etc/rc.d/rc.modules (or something like this i'm using slack so it's a bit different). And uncomment (erase the #) the modules your network card use. (the line /sbin/modprobe something below your card name) so it will modprobe each time you boot.
Modules is like drivers if you didn't know it hehe
 
Old 01-28-2002, 12:50 PM   #8
natsudarshan
LQ Newbie
 
Registered: Dec 2001
Posts: 12

Original Poster
Rep: Reputation: 0
Its just BIOS P&P prob

Great! half-elf
Sudarshan.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slackware 10 network configuration. Problem with 8139 network card drivers ! Padmakiran Linux - Networking 8 03-27-2007 06:48 AM
linux shuts down built in network card then windows tells me network card is unplugge lesmoxhaybaker SUSE / openSUSE 8 08-29-2006 05:10 PM
Problem with setting up network card / network ssmeets Linux - Hardware 3 11-03-2005 03:46 PM
network card problem martinvdberg Linux - Networking 5 02-16-2005 02:11 PM
network printer problem , urgent ahmedmekawy Solaris / OpenSolaris 2 05-18-2004 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 08:11 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