Comment 88 for bug 279262

Revision history for this message
Hernan Gonzalez (nuco) wrote : Re: [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)

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.