Comment 15 for bug 1545302

Revision history for this message
Robert Katzschmann (robert-katzschmann) wrote :

Hello Mike,
Dariusz ppa fix does not work for me on trusty, @Mike can you post your configuration for?:
/etc/network/interfaces
/etc/wpa_supplicant/wpa.conf?

I am using this configuration:

/etc/wpa_supplicant/wpa.conf:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
 ssid="duckietown"
 scan_ssid=1
 psk="something"
 priority=10
}

/etc/network/interfaces:
# interfaces(5) file used by ifup(8) and ifdown(8)
# Include files from /etc/network/interfaces.d:
source-directory /etc/network/interfaces.d

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

# Wifi settings
allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface default inet dhcp

Any advice?