Problem: Couldn't connect to the wireless connection even the SSID's can be seen in the list
Solution:
Solution:
- Edit the NetworkManager configuration
- Add the following lines in the configuration file
- Restart the NetworkManager service
sudo nano /etc/NetworkManager/NetworkManager.conf
[device]
wifi.scan-rand-mac-address=no
sudo systemctl restart NetworkManager
Thank you burzintaj for the suggestion.
Reference: https://unix.stackexchange.com/questions/397620/wifi-wont-connect-even-though-it-shows-all-the-ssid
0 comments:
Post a Comment