Skip to content

Instantly share code, notes, and snippets.

@leg0ffant
Last active August 29, 2015 14:07
Show Gist options
  • Save leg0ffant/cd104bd10c5f15e120ff to your computer and use it in GitHub Desktop.
Save leg0ffant/cd104bd10c5f15e120ff to your computer and use it in GitHub Desktop.
Wifi setup ArchLinux ARM tested on TrendNET micro USB Wifi TEW-649UB

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