Skip to content

Instantly share code, notes, and snippets.

@Jorslu
Forked from leg0ffant/wifiARM.md
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save Jorslu/acfe070800b5d226295d to your computer and use it in GitHub Desktop.

Select an option

Save Jorslu/acfe070800b5d226295d to your computer and use it in GitHub Desktop.

Configuration dependencies

$ pacman -Sy wireless_tools netctl ifplugd wpa_actiond dialog

Connect to wireless network

$ cd /etc/netctl
$ sudo wifi-menu -o

Check SSID name created

$ ls /etc/netctl

Modification dhcp to dhcpcd

$ sudo nano /etc/ntctl/<wlan0-SSIDName>

Auto-connect wireless & ethernet network

$ sudo systemctl enable netctl-auto@wlan0.service
$ sudo systemctl enable netctl-ifplugd@eth0.service

Auto DHCP service

$ sudo systemctl enable dhcpcd

Reboot & test configuration

$ sudo reboot
$ ifconfig
$ iwconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment