Do the scripts call ifdown at suspend time? If you call ifdown, wpa_supplicant process is killed?
To control wpa settings from gnome you could try network-manager, but I don't personally like it too much. I prefer use wpa_supplicant in roaming mode. See /usr/share/doc/wpasupplicant/README.modes.gz for an howto (it's the third section). Try it and choose what you like best. Bye Dmitri Hrapof ha scritto: > 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 > > > -- laptop-testing-team mailing list [EMAIL PROTECTED] https://lists.ubuntu.com/mailman/listinfo/laptop-testing-team