I just installed Lubuntu 17.04. It did not recognise the WiFi card I had in the MB, so I took a TP-Link WN722N USB stick. The system immediately recognised the USB WiFi stick and offered networks to connect to. But at any attempt to connect, the system just gives up after a while without explanation. I do not have any special settings, just regular AES password protection. What can I do other than search for a different distribution?
Asked
Active
Viewed 1.1k times
1
1 Answers
0
I tried opening
sudo leafpad /etc/NetworkManager/NetworkManager.conf
added the line
[device]
wifi.scan-rand-mac-address=no
then I restarted the service
sudo service network-manager restart
...and I got connected! The browser still has a problem connecting to the internet, but I guess that is a different issue. Thanks for the suggestions.

Casso
- 11
- 1
- 1
- 3
sudo service network-manager restart
? – NerdOfCode Jul 25 '17 at 17:22modprobe
. – NerdOfCode Jul 25 '17 at 18:51