Last night my computer worked fine, and this morning the network has stopped working.
I have installed nothing new, so am a little unsure why this has happened.
I'm using:
Asus M4A785D-M PRO motherboard
AMD Phenom II X4 945 CPU
Kubuntu 10.04
What I have tried:
When I plug the network cable into the router the light comes on. I tested another functioning cable from another computer and it won't work. I have access to the router from another computer but not this one. Pinging the router doesn't respond.
The following commands and files give:
ifconfig
lspci
resolv.conf
interfaces
Please advise, thanks
I have installed nothing new, so am a little unsure why this has happened.
I'm using:
Asus M4A785D-M PRO motherboard
AMD Phenom II X4 945 CPU
Kubuntu 10.04
What I have tried:
When I plug the network cable into the router the light comes on. I tested another functioning cable from another computer and it won't work. I have access to the router from another computer but not this one. Pinging the router doesn't respond.
The following commands and files give:
ifconfig
eth0 Link encap:Ethernet HWaddr 45:e6:ba:51:b3:e2
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:26 Base address:0x6000
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:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4950 (4.9 KB) TX bytes:4950 (4.9 KB)
inet addr:192.168.0.3 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:26 Base address:0x6000
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:74 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4950 (4.9 KB) TX bytes:4950 (4.9 KB)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
nameserver 192.168.0.1
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.0.3
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
Comment