Comment 50 for bug 207446

Revision history for this message
cirobr (ciro-rosa) wrote :

Unfortunately, not to me.

My original /etc/network/interfaces is as follows:

"
auto lo
iface lo inet loopback
"

With the proposed fix, changed to:

"
auto lo
iface lo inet loopback
pre-up nice -19 wpa_supplicant -B -i wlan0 -c "/etc/wpa_supplicant/wpa_supplicant.conf" -D wext
"

The file "wpa_supplicant.conf is not existant on my entire system.

Any help is greatly appreciated.
Thanks.