Last active
July 23, 2019 04:02
-
-
Save woodRock/3c4cc956ed6e7ecdb63f2c90e46c3792 to your computer and use it in GitHub Desktop.
Surface 3 Pro WiFi Fix Arch Linux
This file contains 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
# Paste the following into: | |
# /etc/NetworkManager/NetworkManager.conf | |
# To fix the wifi on Arch Linux | |
[connection] | |
wifi.powersave=2 # 2=disable | |
wifi.mac-address-randomization=1 # 1=disable | |
wifi.cloned-mac-address=permanent | |
[device] | |
wifi.scan-rand-mac-address=no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment