I've recently installed the latest version of Ubuntu (64 bit), alongside my Windows 8 dual booted machine. The problem I'm having is trying to connect to my school network, the school uses a username and password system, so upon entering them the top right corner icon attempts to connect to to the network, but after some amount of time either disconnects, or tells me to enter the details again.
On another note, my computer appears to work fine wireless wise when I'm at home (Which only requires password entry and not a username to get on the network). Also, I know this problem has nothing to do with my schools internet because I'm using it at this moment, on Windows 8.
I've tried suggestions from these links, all to no avail:
[ 2154.354211] wlan0: direct probe to 00:24:c4:d1:e2:f0 (try 1/3)
[ 2154.557675] wlan0: direct probe to 00:24:c4:d1:e2:f0 (try 2/3)
[ 2154.761957] wlan0: direct probe to 00:24:c4:d1:e2:f0 (try 3/3)
[ 2154.965973] wlan0: authentication with 00:24:c4:d1:e2:f0 timed out
– João Silva Mar 04 '15 at 16:46wlan0: deauthenticating from 00:24:c4:d1:e0:c1 by local choice (Reason: 3=DEAUTH_LEAVING)
. But this is very broad class of reasons; Can be a power saving mode issue a dhcp6 issue or a ca_cert issue (well, not your case)lspci | grep Net
should give your device details about the network card. You can try disabling the power saving mode and see what happens.sudo iwconfig wlan0 power off
– João Silva Mar 04 '15 at 20:18