Rangsiman Ketkaew

Ph.D. Student in Computational Chemistry and Machine Learning at UZH

Posted by on

Category : Linux   Ubuntu   Wi-Fi

The following is the workaround for fixing Wi-Fi connection of Ubuntu.

  1. Type command:
sudo vi /etc/NetworkManager/NetworkManager.conf
  1. At the bottom of this file, copy and paste the following to a file
[device]
wifi.scan-rand-mac-address=no
  1. Then restart network of system using command
sudo service network-manager restart
  1. Try to connect Wi-Fi again.

This solution should also work for other Ubuntu versions.