You are not logged in.
I'm at the University of Florida, and here to use the wireless internet, you first choose the ufw wireless essid then you open a web browser and log in with your school issued id. This is painless enough on windows. However on linux using network manager it fails to make any connection. Does anyone know anything about this? I'm sorry if I haven't providided enough information, if their is anything that I SHOULD have mentioned please tell me. Thank you.
In this land of the pain the sane lose not knowing they were part of the game.
~LP
Offline
Have you tried manually bringing up the interface with ifconfig then use iwconfig to set the essid and then dhcpcd to get an ip? I am not sure what you guys use at your university for authentication but my school recently added such a system and I had to have them set me up to bypass the auth since their software didn't support linux.
Anyways I would try to manually do it and see how that works.. I user profiles and just use netcfg to handle it...Network manager has never worked to well for me anyways. Also you can try wicd but if there are more then a couple wifi gateways it'll crash or hand and not load.
Offline
I had this, and the problem seemed to be /etc/wpa_supplicant.conf. You see there are a bunch of example settings there, and they're all uncommented for some reason, which (again for some weird reason) causes a parsing error. I deleted them and left in only the standard roaming profile:
network={
key_mgmt=NONE
}And now networkmanager works fine.
Offline
Do you have an intel wireless card ?
I had similar problems in which NetworkManager couldn't connect to any network.
Fixed it by applying a patched ipw3945 driver from Ubuntu..
Try this Package from AUR:
http://aur.archlinux.org/packages.php?d … 1&ID=13302
Offline