Created
March 10, 2020 14:43
-
-
Save schnell18/189c87d138e9f533e6d61f12bc64b94a to your computer and use it in GitHub Desktop.
Manjaro fix wifi connection disappear
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo systemctl stop NetworkManager | |
| sudo mv /var/lib/NetworkManager/NetworkManager.state /var/lib/NetworkManager/NetworkManager.state.bak | |
| sudo systemctl stop NetworkManager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment