Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created April 4, 2017 21:03
Show Gist options
  • Save Jim-Holmstroem/93f525393662f19a7f31d7c56e1c8a16 to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/93f525393662f19a7f31d7c56e1c8a16 to your computer and use it in GitHub Desktop.
arch linux auto connect to wifi problems (and fix) #rpi #raspberry. Had som issue with that the raspberry pi would not auto connect to the WiFi network, dispite that it worked when I started it manually. The below commands fixed it
sudo pacman -S polkit wpa_actiond
systemctl enable netctl-auto@wlan0.service
@Jim-Holmstroem
Copy link
Author

awesome @johnyradio thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment