This is my old "interfaces" configuration, the one that was left after
the upgrade to ibex:

****************************

auto lo
iface lo inet loopback

auto eth2
#iface eth2 inet dhcp

auto ath0
#iface ath0 inet dhcp

auto wlan0
#iface wlan0 inet dhcp






iface eth0 inet static
address 192.168.0.221
netmask 255.255.255.0
gateway 192.168.0.1

auto eth0

**********************************

This is the configuration that seems to hace solved the problem. Now
wired and wireless network seem to work perfectly from the network
manager:

***********************************

auto lo
iface lo inet loopback

auto eth0
#iface eth0 inet dhcp

auto eth1
#iface eth1 inet dhcp

auto eth2
#iface eth2 inet dhcp

auto ath0
#iface ath0 inet dhcp

auto wlan0
#iface wlan0 inet dhcp

********************************

Hope it helps.

-- 
[regression] devices/interfaces not set to "auto" in /etc/network/interfaces 
get blacklisted in 0.7 (intrepid) but were managed in 0.6 (hardy and before)
https://bugs.launchpad.net/bugs/279262
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to