10

Hey my wifi keeps prompting for the WPA2 password. Is there something that I need to do with Network Manager?

Linux version 3.5.0-17-generic (buildd@roseapple) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) )

Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:    12.10
Codename:   quantal

Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
Seth
  • 59,332

8 Answers8

3

below thing solved mine

sudo vim /etc/NetworkManager/system-connections/ConnectionName
set this : password-flags=0

next time this will store your password.

2

Seems to be a duplicate of Network manager forgets wireless password after sleeping or powering off

You might find it useful to set the connection as "available to all users", or remove duplicate connection configs for the same wifi

also, it's probably related to this known bug

berdario
  • 179
1

This usually fixing that issue with your device it changes the encryption from hardware to software.

Run the commands one line at a time, just copy and paste for accuracy.

echo "options ath9k nohwcrypt=1" | sudo tee /etc/modprobe.d/ath9k.conf

sudo modprobe -rfv ath9k

sudo modprobe -v ath9k

Thanks

Wild Man
  • 8,327
0
PROBLEM : Rtl8197 wifi card on Toshiba Sattalite L40 R18 keeps asking password for WPA-WPA2
- Activated second wireless with WEP did not work with 801.11n standard. Not connected.
- Activated second wireless without security. Not connected.
- Changed 801.11n to 801.11b (11Mpbs). Connected
- Upped to 801.11b (54Mbs).Connected
- Upped to 801.11g (300Mbs).Connected 
- Removed second wireless SSID. Attempted to original SSID. Connected 
SOLVED.
0

I know it sounds strange but I have the experience that in a case like this it might help to reboot your router.

Also check if the packet "wpasupplicant" is installed.

thom
  • 7,742
0

You need to explicitly call the dhclient and make it assign your wifi an IP.

sudo dhclient wlan0.

This works on Ubuntu 14.04.

deerishi
  • 101
0

The problem may be that netctl is still controlling your network connection. This worked for me

# systemctl disable netctl-auto@[interface_name].service

You may also have to run the "systemctl stop" command for this as well.

Nerd Rage
  • 26
  • 4
0

try changing the name and password of router,so that PC identifies it as a new network. Then connect to it. It works for me.