Wireless templates for Arch Linux
Here are two templates that are supposed to make life easier when setting up
wireless networking
on Arch Linux using
wpa_supplicant.
These templates can be downloaded using
wget http://arch.astrofloyd.org/wireless/network-wireless@wlan0.service -O /etc/systemd/system/network-wireless@<wlan0>.service
wget http://arch.astrofloyd.org/wireless/network-wireless-wlan0 -O /etc/conf.d/network-wireless-<wlan0>
where <wlan0> is the name of your wireless adapter (as can be found by the command ip link).
After downloading, make sure you adapt these files for your system:
- network-wireless@wlan0.service: uncomment either the DHCP or the static-IP block, and check the wpa_supplicant line
- network-wireless-wlan0: set the correct addresses for your network
The second template is only needed when a static IP address is used in the first template (rather than DHCP).
|