--- wikisrc/ports/evbarm/raspberry_pi.mdwn 2014/12/17 08:01:34 1.23 +++ wikisrc/ports/evbarm/raspberry_pi.mdwn 2015/01/05 17:34:34 1.24 @@ -81,6 +81,17 @@ This page attempts to document and coord - [rpi firmware files](https://github.com/raspberrypi/firmware/tree/master/boot) - Copy all files except 'kernel*.img' into /boot and reboot +# Wireless Networking + - A Realtek 802.11n USB adaptor configures as urtwn(4). + - Configured with wpa_supplicant in /etc/rc.conf - + + ifconfig_urtwn0=dhcp + dhcpcd=YES + dhcpcd_flags="-q -b" + wpa_supplicant=YES + wpa_supplicant_flags="-B -i urtwn0 -c /etc/wpa_supplicant.conf" + + # Additional links - [ARM userland utilities](https://github.com/jaredmcneill/userland)