It would be useful if someone else could confirm this by configuring /etc/network/interfaces and comparing the start time to NetworkManager. It seems to be a different issue to the kernel regression reported by jasonwc. Alternatively the following commands will do the same if you use WEP, the modprobe stuff just ensures that the kernel drivers are started from a fresh state - skip them if you don't use an Atheros card:
ifconfig ath0 down modprobe -r ath_pci modprobe -r ath_rate_sample modprobe -r ath_hal modprobe ath_hal modprobe ath_rate_sample modprobe ath_pci iwconfig ath0 mode managed iwconfig ath0 key 1111-2222-33 iwconfig ath0 essid mywifinet ifconfig ath0 up dhclient -- Some drivers take too long to associate (Was: network-manager 0.7 always asks for WPA passphrase) https://bugs.launchpad.net/bugs/292054 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
