This problem started to occur after I upgraded to 15.04.
I connect to wifi, after some time it disconnects, and after I try to re-connect it shows following:
* Blured area are wifi names.
Asked
Active
Viewed 5,315 times
2

Tahir Imanov
- 310
- 1
- 4
- 15
-
PS. After restart, wifi works fine, again for some time... – Tahir Imanov Apr 26 '15 at 19:22
-
I have the same problem. Have you managed to solve it somehow? – Johny May 19 '15 at 10:19
2 Answers
1
Ok, as Guest I am unable to edit my Answer so I put it in this post. For me it worked out just typing:
sudo apt-get install -d --reinstall network-manager
sudo apt-get install -d --reinstall plasma-nm
Sorry for the Post before...
Cheers Kaitsh

Kaitsh
- 26
- 1
0
if that is not working try this
sudo sh -c 'echo "options iwlwifi 11n_disable=1" >> /etc/modprobe.d/iwlwifi.conf'
described in Unstable wireless with Intel 7260 + iwlwifi after upgrade to 15.04 or here.
Good Luck
~Kaitsh