View Single Post
Old 31st July 2008
tano tano is offline
Port Guard
 
Join Date: Jul 2008
Posts: 16
Talking

To use the wpi driver include this in your /boot/loader.conf

if_wpi_load="YES"
if_wlan_load="YES"
legal.intel_wpi.license_ack=1

Then in /etc/rc.conf

ifconfig_wpi0="WPA DHCP"

This is obviously if you are using WPA (which you must)

Read man wpa_supplicant.conf in order to set WPA up and create an /etc/wpa_supplicant.conf file

Enjoy your wireless network!!
Reply With Quote