Weird network adapter problem

From: harry (arijit.bee_at_gmail.com)
Date: 05/26/05


Date: 26 May 2005 02:55:37 -0700

Hi gurus,

I am facing some problems with my network adapter. I would give a full
description of the situation.

I have an onboard LAN card (Intel EtherExpress/1000, its a gigabit
ethernet controller) on a Intel Xeon processor 3.06Ghz. I am running
Rh9 (2.4.20-8 kernel). The problem is that though the eth0 interface
comes up, still I cannot even ping to other machines. I would give a
detailed view of my configuration files:

/////////////////START OF CONFIG FILES AND OTHER SYMPTOMS//////////

      /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost
141.11.90.104 HANVD446NT60 HANVD446NT60

       /etc/resolve.conf

; generated by /sbin/dhclient-script
search hanover.thmulti.com
nameserver 141.11.88.64
nameserver 141.11.88.65

        /etc/sysconfig/network-scripts/ifcfg-eth0

# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
USERCTL=no
PEERDNS=yes
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:0c:6e:b9:4c:8c
BOOTPROTO=none
ONBOOT=yes
NETWORK=141.11.88.0
BROADCAST=141.11.91.255
IPADDR=141.11.90.104
NETMASK=255.255.252.0
GATEWAY=141.11.88.250

            /etc/modules.conf

alias usb-controller ehci-hcd
alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L
>/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S
>/dev/null 2>&1 || :
alias usb-controller1 usb-uhci
alias eth0 e1000

             /etc/sysconfig/network-scripts/ifcfg-lo

DEVICE=lo
IPADDR=127.0.0.1
NETMASK=255.0.0.0
NETWORK=127.0.0.0
# If you're having problems with gated making 127.0.0.0/8 a martian,
# you can change this to something else (255.255.255.255, for example)
BROADCAST=127.255.255.255
ONBOOT=yes
NAME=loopbac

       /proc/interrupts

           CPU0 CPU1
  0: 212830 0 IO-APIC-edge timer
  1: 2962 0 IO-APIC-edge keyboard
  2: 0 0 XT-PIC cascade
  5: 0 0 IO-APIC-edge usb-uhci
  7: 0 0 IO-APIC-edge usb-uhci, eth0
  8: 1 0 IO-APIC-edge rtc
  9: 0 0 IO-APIC-edge ehci-hcd
 11: 0 0 IO-APIC-edge usb-uhci
 12: 37828 0 IO-APIC-edge PS/2 Mouse
 14: 12236 0 IO-APIC-edge ide0
 15: 16490 1 IO-APIC-edge ide1
NMI: 0 0
LOC: 212750 212748
ERR: 0
MIS: 0

             /proc/modules

ide-cd 35772 0 (autoclean)
cdrom 34176 0 (autoclean) [ide-cd]
autofs 13684 0 (autoclean) (unused)
e1000 70176 1
keybdev 2976 0 (unused)
mousedev 5656 0 (unused)
hid 22308 0 (unused)
input 6208 0 [keybdev mousedev hid]
usb-uhci 27404 0 (unused)
ehci-hcd 20456 0 (unused)
usbcore 82592 1 [hid usb-uhci ehci-hcd]
ext3 73376 2
jbd 56336 2 [ext3]

     dmesg output (I have cut it short to only my problem)

e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex
NETDEV WATCHDOG: eth0: transmit timed out

     ifconfig output

Link encap:Ethernet HWaddr 00:0C:6E:B9:4C:8C
          inet addr:141.11.90.104 Bcast:141.11.91.255
Mask:255.255.252.0
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:13367 errors:5546 dropped:5546 overruns:177
frame:0
          TX packets:181 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:1212898 (1.1 Mb) TX bytes:11584 (11.3 Kb)
          Interrupt:7 Base address:0xbc00 Memory:ff7e0000-ff800000

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

running "service network restart" gives following output

Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]

/////////////////END OF CONFIG FILES AND OTHER SYMPTOMS////////////

As you can see that I am not using DHCP. So I have tried to give a
static IP address (141.11.90.104) to it. I know it doesnt clash with
other Ip addresses since this is the same IP address that I get for
this ethernet card everytime I boot using windows XP and DHCP enabled.
I have also checked the IPs of the nameservers and they seem to be
correct. I only have one pointer to the root of the problem and that in
NETDEV WATCHDOG output with dmesg. What exactly is this ghost?? I am
unable to decipher the problem and have been held up for a week now.
The funny part is that the same configuration(with different IP add)
works with another machine(running RH9 and similar ethernet card) that
is in the same subnet.

I have also tried to use DHCP but my machine does not seem to connect
to the DHCP server, hence I tried the other option of giving static
IPs.

Please help me with this problem. Any pointers would be a great help
since I have run out of ideas...

Thanks in advance
Harry.



Relevant Pages

  • Re: How to set up wi-fi device?
    ... Can anyone share how they set up their card? ... is setup for dhcp, and for that reason I added some stuff to dhclient.conf. ... How is your eth0 setup? ... interface file above is only commented instructions to me. ...
    (Debian-User)
  • Help: Mandrake 9.1-How to set eth0 to DHCP
    ... According to my ISP, in order to set up my ADSL (PPPoE using a ECI 270 PR ... card to DHCP in order to activate my ADSL connection. ... As you'll see in the attached ifconfig, I get a second alias of eth0 ...
    (comp.os.linux.networking)
  • Help: Mandrake 9.1-How to saet eth0 to DHCP?
    ... According to my ISP, in order to set up my ADSL (PPPoE using a ECI 270 PR ... card to DHCP in order to activate my ADSL connection. ... As you'll see in the attached ifconfig, I get a second alias of eth0 ...
    (comp.os.linux.setup)
  • Re: 3C515 - Knoppix 5 - setup
    ... pnpdump shows the card as well. ... that the I/O and IRQ match what isapnp is setting the card to. ... ifconfig does not show eth0 as an option ... iface lo inet loopback ...
    (comp.os.linux.setup)
  • RE: My Server Died
    ... That got my active directory back but the DHCP was still ... I wanted to use VPN and needed to add another NIC card. ... 3COM said to install older versions of the card first, ... > suitable domain controller and when I tell it this server is the last domain ...
    (microsoft.public.win2000.advanced_server)