LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   No ping. Need help. (https://www.linuxquestions.org/questions/linux-networking-3/no-ping-need-help-122256/)

renfield 12-03-2003 07:35 AM

No ping. Need help.
 
I have 2 computers with linux , and the second computer has a new installation (no desktop manager, etc) but it cannot seem to ping on my first machine. The kernel has via-rhine for the ethernet card compiled in the kernel.

ifconfig seems ok, the 2nd pc has this.
eth0:
inet addr:192.168.0.2
Bcast:192.168.0.255
Mask:255.255.255.0

The first (working) has this:
Code:

eth1      Link encap:Ethernet  HWaddr 00:08:A1:55:EA:3B
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:7688 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10523 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:697617 (681.2 Kb)  TX bytes:12169626 (11.6 Mb)
          Interrupt:11 Base address:0xb000

/etc/sysconfig/network-devices/ifconfig.eth0 seems right on 2nd pc.(cept for the ip, it's identical with the first pc)
Code:

ONBOOT=yes
IP=192.168.0.1
NETMASK=255.255.255.0
BROADCAST=

and hosts file too
Code:

127.0.0.1        localhost.localdomain Onebase
192.168.0.2    Mordor
192.168.0.1    Isengard

But everytime I attempt to ping my first pc I get this message.
Code:

NETDEV WATCHDOG: eth0: transit timed out
eth0: Transmit timed out, status 1003, PHY status 287d, resetting..
eth0: Setting full-duplex based on MII #1 link partner capability of
45e1

Th first pc wont ping too but no such message will be produced.

Somethig I missed perhalps?

I never encountered this before, looks like somethng gone wrong? I know that the first PC has been setup correctly for it can ping, samba and internet share with another linux install and a windows install as well.

peter_robb 12-03-2003 08:12 AM

A quick Google search for "Transmit timed out, status 1003" gave this
http://seclists.org/lists/linux-kern.../Mar/5855.html

Maybe apic (ACPI?) could be the prob?

MrGreg 12-03-2003 08:14 AM

...The first thing I would try as root:

ifup eth0

Then if that don't work I'd look a little deeper; lsmod shows I have ONE 8139too (D-Link) loaded, but I have TWO nics:

eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.1.251 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:160436 errors:0 dropped:0 overruns:0 frame:0
TX packets:156691 errors:0 dropped:0 overruns:0 carrier:0
collisions:9469 txqueuelen:100
RX bytes:108761120 (103.7 Mb) TX bytes:23513104 (22.4 Mb)
Interrupt:5 Base address:0xd000

eth1 Link encap:Ethernet HWaddr 00:00:00:00:00:00
inet addr:192.168.1.151 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:98 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:5880 (5.7 Kb)
Interrupt:10 Base address:0xf000

It is possible that if you boot without any firewall, you're 'ifdown' even though the drivers are loaded and your ifconfig shows tx/rx bytes. One of my dual nic boxes behave's this way. A nice feature if that's default RH9 network behavior...It forces manual ADMIN interaction in the event of a untimely reboot.

HTH

renfield 12-03-2003 08:37 AM

Quote:

Originally posted by peter_robb
A quick Google search for "Transmit timed out, status 1003" gave this
http://seclists.org/lists/linux-kern.../Mar/5855.html

Maybe apic (ACPI?) could be the prob?

Actually if this is so, that would be a bit of a problem. And yes, my motherboard is an ECS L7VTA-L. Unfortunately, my distro requires acpi otherwise, a kernel panic will result (distro requirement really). My kernel version is 2.4.21-xfs, do you happen to know a kernel where this issue is fixed?

MrGreg, I will try your sugestion as well. But what confuses me is that when i do an ifconfig on the second machne, things like "inet addr", "Bcast" and "Mask" are still being displayed. Also, won't it have the same effect as having to enable it using the ifconfig command?

renfield 12-03-2003 02:54 PM

ifup didn't work. I get the same MII error. I also tried to compile the driver as a module, yet the same thing. :(

eth0
Code:

Link encap:Ethernet HWaddr 00:0A:E6:DB:CA:2E
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:4 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b)  TX bytes:0(0.0 b)
Interrupt:16 Base address:0xe800

Looks like nothing is happening.


renfield 12-04-2003 01:12 AM

This one is solved. Kernel patch did it for me. Thanks for your replies.

vkmotwani 04-02-2004 04:16 PM

Same Problem, eth0: transmit timed out
 
I was wondering which patch worked for you.?


All times are GMT -5. The time now is 08:10 AM.