Find the answer to your Linux question:
Results 1 to 3 of 3
I have some boxes and laptops connected to the same lan. While messing around with xorg.conf and doing a couple of restarts, one of the boxes suddenly lost internet access. ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    85

    Sudden loss of eth0 connectivity

    I have some boxes and laptops connected to the same lan. While messing around with xorg.conf and doing a couple of restarts, one of the boxes suddenly lost internet access.

    The other machines can ping each other and access the internet (the boxes through eth0 and the laptops through wlan0). That one box, however, cannot ping the others, nor the router. Both ends of the internet cable are plugged in, and there are the usual continuous green and orange lights on the box end, telling me that everything is fine with the hardware connection.

    ifconfig gives me:

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask: 255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:794 errors:0 dropped:0 overruns:0 frame:0
    TX packets: 794 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:59872 (59.8 KB) TX bytes:59872 (59.8 KB)

    sudo /etc/init.d/networking restart gives me:

    ... Failed to bring up eth0

    I have no idea what happened, since the lights indicate it is not a hardware problem. It must be a problem with that particular machine, since the others are fine. However, I have not changed any of the network config files.

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    you can make sure the system is still detecting the device by looking at the output of lspci -vnn

    if it doesn't show up there, then it could be hardware problem

    check /etc/network/interfaces file and also check network manager configuration of the device

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Posts
    85
    the device doesn't show up in 'lspci -vnn | grep Ethernet', and also not in the network manager in system settings, so it's probably a hardware problem after all. thanks for the help!
    Last edited by memius; 12-07-2010 at 11:51 PM. Reason: typo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...