I upgraded to Kubuntu Trusty last summer, and now that I'm back in school, I've noticed that my laptop has been failing to connect to the school's wireless (which is a completely open network). Every time I try to connect, it says Connecting for a while, and then it fails with the error message:
IP configuration was unavailable
Or, if I play with the wireless setup (changing the driver, using direct commandline methods to connect to the network), then the error message changes:
Authorization supplicant timed out
which is weird, because there's no need to authenticate anything (it's an open network).
It's interesting, because I know that my current setup can connect to a wireless network, as it works perfectly fine at home (which, unlike the school network, is locked down), and it uses DHCP there as well.
I've tried running sudo dhclient wlan0
, but nothing happens.
My wireless card is a Broadcom BCM4313, and I'm using the wl
driver.
Any suggestions?
dmesg
, turning power management off does not change anything. Also, I noticed that thebrcmsmac
driver was installed (which was what I was using before), but switching to it did not change anything. – hal7df Aug 26 '14 at 14:37