LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-22-2003, 04:30 PM   #1
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Rep: Reputation: 15
Angry Network card not working....


Hello All,

This is my first post to this forum. I have installed redhat 7.2 with digi-link RSET8139 network card. Now the problem I am facing is the network card works fine for some time. But when I try to access any Network service the network card stops responding. The restart of Network deamon or re-booting the machine brings the NIC Up. I checked if there r any IRQ conflicts. but i don't.


Thank You,

Tinaa

 
Old 03-22-2003, 04:43 PM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Does it happen also when you try to ping any machine?
 
Old 03-22-2003, 05:15 PM   #3
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
yes sometimes. Whenver I try to access aby network related service it stops responding.
 
Old 03-22-2003, 05:23 PM   #4
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Could you show it? I mean, ping any server and copy the ping results (with the effect you have).
 
Old 03-22-2003, 05:28 PM   #5
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
When I ping from that machine is replies "Destination Host Unreachable".

I have even checked the cable. How do I check if my networkcard is configured with full duplex or half duplex speed?
 
Old 03-22-2003, 05:36 PM   #6
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
I also see a warning

warning: time of day goes back, taking countermeasures.
 
Old 03-23-2003, 11:14 AM   #7
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Is your card properly configured? Could you send results of 2 commands:'ifconfig' and 'route' (run them as root)?
 
Old 03-24-2003, 12:56 AM   #8
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
[root@pacific myadmin]# /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:08:A1:3E:67:9E
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1018 errors:0 dropped:0 overruns:0 frame:0
TX packets:928 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:255475 (249.4 Kb) TX bytes:138469 (135.2 Kb)
Interrupt:11 Base address:0x6000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:255 errors:0 dropped:0 overruns:0 frame:0
TX packets:255 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:16761 (16.3 Kb) TX bytes:16761 (16.3 Kb)


[root@pacific myadmin]# /sbin/route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
 
Old 03-24-2003, 12:03 PM   #9
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
What is 192.168.1.1. Is it your gateway? If it is, everything looks correctly.
 
Old 03-24-2003, 12:13 PM   #10
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
yes Its my Gateway. If its correct what else should i check?

Still no success

Regards,
 
Old 03-24-2003, 12:38 PM   #11
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Could you send 'ifconfig' after you have "Destination Host Unreachable" (without restarting network service). I'm really close to say it's broken NIC...
 
Old 03-24-2003, 02:07 PM   #12
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
Hello,

Thanks for replying
The output of ifconfig after "Destination Host Unreachable"

##############Ouput################
eth0 Link encap:Ethernet HWaddr 00:08:A1:3E:67:9E
inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:5364 errors:1 dropped:0 overruns:0 frame:3
TX packets:6571 errors:0 dropped:0 overruns:0 carrier:0
collisions:35 txqueuelen:100
RX bytes:506526 (494.6 Kb) TX bytes:1623249 (1.5 Mb)
Interrupt:11 Base address:0x6000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1472 errors:0 dropped:0 overruns:0 frame:0
TX packets:1472 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:164290 (160.4 Kb) TX bytes:164290 (160.4 Kb)

##################END##################

Thanks in Advanced,

Regards,
 
Old 03-24-2003, 02:26 PM   #13
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
It seems it's rather something with the NIC, there's 'errors:1' in the second listing. Do you have a second card to use and see if there's the same problem?
 
Old 03-24-2003, 02:37 PM   #14
tinaa
Member
 
Registered: Mar 2003
Posts: 58

Original Poster
Rep: Reputation: 15
Hello,
Thank you,

Will give it a Shot and Notify u for the same.

Regards,
 
Old 05-14-2003, 08:37 AM   #15
Santinelli
LQ Newbie
 
Registered: May 2003
Location: Amherst, NH
Posts: 7

Rep: Reputation: 0
Any luck?

Hey Tina - Any luck getting this working?

I'm having the same problem on my new compaq server, running linux 7.2.

I'm going to try and upgrade to v9 today and see if it solves my problem.

Basically, the network is up for a while, until someone tries to access it from outside the box.... Very strange.


Steve
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Network card not working? Cannot activate network device eth0 lifeonitsown Linux - Networking 1 11-17-2005 07:30 AM
Network Card not working toothe Linux - Networking 5 11-08-2005 12:12 PM
Network Card Not Working drewfus137 Linux - Newbie 3 03-28-2005 11:05 AM
Network card not working jmke2002 Linux - Distributions 8 11-12-2003 03:09 PM
Network card not working >< Daveyboi Linux - Newbie 4 06-20-2003 04:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:41 PM.

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