Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authorization repeatedly requested before connection finally suceeds #12

Open
rustycanb opened this issue Jul 9, 2019 · 1 comment
Open

Comments

@rustycanb
Copy link

Network Manager asks for authorization repeatedly (up to five or six times) after reboot.
The connection is only successfully connected after sudo systemctl NetworkManager restart or nmcli con up [connection] is repeated several times ignoring the password dialogue.
Once the connection is established the device works as expected with good speeds.

@rustycanb
Copy link
Author

rustycanb commented Jul 10, 2019

Not a problem with the driver or this code. The solution is to include in /etc/NetworkManager/NetworkManager.conf:
[device]
wifi.scan-rand-mac-address=no
restart Network Manager:
sudo systemctl stop NetworkManager.service
sudo systemctl start NetworkManager.service

@brektrou brektrou pinned this issue Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant