version 1.24, 2015/01/05 17:34:34
|
version 1.25, 2015/01/05 17:39:48
|
Line 83 This page attempts to document and coord
|
Line 83 This page attempts to document and coord
|
|
|
# Wireless Networking |
# Wireless Networking |
- A Realtek 802.11n USB adaptor configures as urtwn(4). |
- A Realtek 802.11n USB adaptor configures as urtwn(4). |
- Configured with wpa_supplicant in /etc/rc.conf - |
- Configure with wpa_supplicant in /etc/rc.conf - |
|
|
ifconfig_urtwn0=dhcp |
ifconfig_urtwn0=dhcp |
dhcpcd=YES |
dhcpcd=YES |
dhcpcd_flags="-q -b" |
dhcpcd_flags="-q -b" |
wpa_supplicant=YES |
wpa_supplicant=YES |
wpa_supplicant_flags="-B -i urtwn0 -c /etc/wpa_supplicant.conf" |
wpa_supplicant_flags="-B -i urtwn0 -c /etc/wpa_supplicant.conf" |
|
- A sample wpa_supplicant.conf can be found at /usr/share/examples/wpa_supplicant/wpa_supplicant.conf |
|
|
# Additional links |
# Additional links |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |