Machine is set up using a static IP address. Network interface is industry standard wired Ethernet (100 Mbit). I use no wireless devices. Panel/gutter showed Ethernet icon and status of connection. After update icon changed to the knetworkmanager icon and machine had no eth0 connectivity. Diagnostics so far include -
contents of etc/issue
Ubuntu 10.04 2 LTS \n \l
-----------
results from ifconfig command
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:88 errors:0 dropped:0 overruns:0 frame:0
TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5280 (5.2 KB) TX bytes:5280 (5.2 KB)
-----------
resuts from ifconfig eth0
eth0: error fetching interface information: Device not found
-----------
resullts from
~$ ifconfig eth0 up
eth0: ERROR while getting interface flags: No such device
----------
Contents of etc/resolv.conf
# Generated by NetworkManager
domain xxxx-xxxx
nameserver 216.237.72.66
nameserver 216.237.77.2
nameserver 208.67.222.222
nameserver 208.67.220.220
-----------
Contents of etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.119
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
-----------
Result from - route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
-----------
Results from uname -a
xxx-xxx xxxx-xxxx-desktop:~$ uname -a
Linux xxx-xxxx-desktop 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011 i686 GNU/Linux
-----------
KDE Version
Platform Version 4.4.5 (KDE 4.4.5)
-----------
Results from sudo ifup eth0
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
-----------
Removing knetworkmanager did not help. Removing Virtual Box also did not help. It's like eth0 disappeared from the machine. I would prefer to have a simple way to manually configure a static Ethernet interface for the machine that is reliable and can not be removed.
Any ideas or guidance on how eth0 is setup under 10.04 would be a great help.
contents of etc/issue
Ubuntu 10.04 2 LTS \n \l
-----------
results from ifconfig command
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:88 errors:0 dropped:0 overruns:0 frame:0
TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5280 (5.2 KB) TX bytes:5280 (5.2 KB)
-----------
resuts from ifconfig eth0
eth0: error fetching interface information: Device not found
-----------
resullts from
~$ ifconfig eth0 up
eth0: ERROR while getting interface flags: No such device
----------
Contents of etc/resolv.conf
# Generated by NetworkManager
domain xxxx-xxxx
nameserver 216.237.72.66
nameserver 216.237.77.2
nameserver 208.67.222.222
nameserver 208.67.220.220
-----------
Contents of etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.0.119
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
-----------
Result from - route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
-----------
Results from uname -a
xxx-xxx xxxx-xxxx-desktop:~$ uname -a
Linux xxx-xxxx-desktop 2.6.32-33-generic #70-Ubuntu SMP Thu Jul 7 21:09:46 UTC 2011 i686 GNU/Linux
-----------
KDE Version
Platform Version 4.4.5 (KDE 4.4.5)
-----------
Results from sudo ifup eth0
SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
-----------
Removing knetworkmanager did not help. Removing Virtual Box also did not help. It's like eth0 disappeared from the machine. I would prefer to have a simple way to manually configure a static Ethernet interface for the machine that is reliable and can not be removed.
Any ideas or guidance on how eth0 is setup under 10.04 would be a great help.
Comment