Home » Questions » Computers [ Ask a new question ]

Ubuntu 9.04 can't connect to wireless network?

Ubuntu 9.04 can't connect to wireless network?

Recently I upgraded to Ubuntu 9.04 on my laptop. In that it detects my wireless network but won't connect, it just keeps reprompting me to enter the WEP key! Even if I give correct password it's not connecting. Is there a solution?

Asked by: Guest | Views: 320
Total answers/comments: 4
Guest [Entry]

"What software do you use? Try wicd:

$ sudo apt-get install wicd"
Guest [Entry]

"When I upgraded to Kubuntu 9.04 I had the same problem.
I had to uninstall the Plasma Manager for Wireless,
Install wicd
And configure wicd to manage my Wireless Network - no problems since then."
Guest [Entry]

Your system version is VERY old.....I'd suggest upgrading to AT LEAST 12.04.x LTS so that you get the newer driver set and improvements. The Ubuntu at your level might not have the appropriate drivers, and of course lacking the later security modifications to make your system safer.
Guest [Entry]

"I had the same problem when I updated from Debian Squeeze to Wheezy - I use an Atheros AR5416 card that worked fine before upgrade and wouldn't connect at all after the upgrade. It would just keep prompting me for the passphrase. I'm using a plain-vanilla NetworkManager configuration, without any specifications for wlan0 in /etc/network/interfaces.

The fix was to add the following stanza to /etc/wpa_supplicant/wpa_supplicant.conf:

network={
ssid=""your-ssid""
key_mgmt=WPA-PSK
auth_alg=OPEN
psk=""your-passphrase""
priority=1
}

I restarted the machine and it worked."