Skip to content

Instantly share code, notes, and snippets.

@woodRock
Last active July 23, 2019 04:02
Show Gist options
  • Save woodRock/3c4cc956ed6e7ecdb63f2c90e46c3792 to your computer and use it in GitHub Desktop.
Save woodRock/3c4cc956ed6e7ecdb63f2c90e46c3792 to your computer and use it in GitHub Desktop.
Surface 3 Pro WiFi Fix Arch Linux
# 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