yeah, the script may not work all times. however I'm having moderate results resetting the wlan0 device just by doing "iwconfig wlan0 essid any" and followed by "ifup -v --force wlan0" or "dhclient3 wlan0". The script tries to automate this process for ifplugd.
in /etc/default/ifplugd, i've put: INTERFACES="wlan0" HOTPLUG_INTERFACES="" ARGS="-q -f -u0 -d10 -w -I -r /etc/init.d/b43quirks" where "b43quirks" is the ifplugd script. Also, you can try debugging ifplugd with the "-n" switch. -- [broadcom 4311] wi-fi always drops https://bugs.launchpad.net/bugs/297959 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
