wpa_supplicant & suspend
Dmitri Hrapof
hrapof at common-lisp.ru
Sat Apr 14 12:48:38 BST 2007
Hello!
I'm running Feisty Fawn on Acer Aspire 9515WSHi.
I use wpa_supplicant for WPA (by the way, is there a way to configure it through
the Gnome UI other than wpa_gui?)
It wasn't working out of the box with suspend/resume, so I had to add
killall wpa_supplicant 2>/dev/null
to /etc/acpi/suspend.d/55-down-interfaces.sh (after
killall dhclient dhclient3 2>/dev/null
) and
/sbin/wpa_supplicant -Dwext -ieth1 -c/etc/wpa_supplicant.conf &
to /etc/acpi/resume.d/62-ifup.sh after
for x in $INTERFACES; do
ifup $x &
done
By the way, how does it remember contents of $INTERFACES?
Methinks some docs or fixes are needed to make wpa_supplicant use more polished
in Ubuntu.
Thanks for great work,
Dmitri
More information about the laptop-testing-team
mailing list