Wifi Keeps disconnecting randomly
Tofloor
poster avatar
danos2016
deepin
2016-10-18 02:47
Author
I'm having a problem where the Wifi will connect to my laptop but will disconnect at random and then reconnect again. It will disconnect and say 'the supplicant took too long to authenticate', and will eventually reconnect again. I have a HP Pavilion Notebook 15 with a RTL8188EE Wireless Network Adapter. Can anyone help me fix this?
Reply Favorite View the author
All Replies
doorsoft
deepin
2016-10-18 04:03
#1
Edited by doorsoft at 2016-10-17 20:06

Solution 1:

sudo iwlist wlan0 scan

copy manually the MAC Adress to your connection in the control panel...


Solution 2:

install the propietary drivers from:

http://152.104.125.41/downloads/ ... gid=1&
extract the files and into the directore compile the driver with:

make
sudo make install

and then reboot or reload the driver with

sudo modprobe -v rrtl8188ee


Reply View the author