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.
...
- 12-07-2010 #1Just 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.
- 12-07-2010 #2
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
- 12-07-2010 #3Just 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


Reply With Quote