View Single Post
  #2   (View Single Post)  
Old 23rd January 2009
tano tano is offline
Port Guard
 
Join Date: Jul 2008
Posts: 16
Default

Check that the following lines are present in /boot/loader.conf
(you will need root privileges to edit the file)

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

Also, check that /etc/wpa_supplicant.conf includes

network={
ssid="your network name"
key_mgmt=WPA-PSK (you are using WPA right?)
psk="your secret password"
}


Then in /etc/rc.conf you should have

ifconfig_wpi0="WPA DHCP"

assuming you use WPA and DHCP...

Happy wireless!
Reply With Quote