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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-22-2003, 04:30 PM
|
#1
|
Member
Registered: Mar 2003
Posts: 58
Rep:
|
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
|
|
|
03-22-2003, 04:43 PM
|
#2
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Does it happen also when you try to ping any machine?
|
|
|
03-22-2003, 05:15 PM
|
#3
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
yes sometimes. Whenver I try to access aby network related service it stops responding.
|
|
|
03-22-2003, 05:23 PM
|
#4
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Could you show it? I mean, ping any server and copy the ping results (with the effect you have).
|
|
|
03-22-2003, 05:28 PM
|
#5
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
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?
|
|
|
03-22-2003, 05:36 PM
|
#6
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
I also see a warning
warning: time of day goes back, taking countermeasures.
|
|
|
03-23-2003, 11:14 AM
|
#7
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Is your card properly configured? Could you send results of 2 commands:'ifconfig' and 'route' (run them as root)?
|
|
|
03-24-2003, 12:56 AM
|
#8
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
[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
|
|
|
03-24-2003, 12:03 PM
|
#9
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
What is 192.168.1.1. Is it your gateway? If it is, everything looks correctly.
|
|
|
03-24-2003, 12:13 PM
|
#10
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
yes Its my Gateway. If its correct what else should i check?
Still no success
Regards,
|
|
|
03-24-2003, 12:38 PM
|
#11
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Could you send 'ifconfig' after you have "Destination Host Unreachable" (without restarting network service). I'm really close to say it's broken NIC...
|
|
|
03-24-2003, 02:07 PM
|
#12
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
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,
|
|
|
03-24-2003, 02:26 PM
|
#13
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
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?
|
|
|
03-24-2003, 02:37 PM
|
#14
|
Member
Registered: Mar 2003
Posts: 58
Original Poster
Rep:
|
Hello,
Thank you,
Will give it a Shot and Notify u for the same.
Regards,
|
|
|
05-14-2003, 08:37 AM
|
#15
|
LQ Newbie
Registered: May 2003
Location: Amherst, NH
Posts: 7
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 03:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|