I just installed FreeBSD 7.3 RELEASE and I'm trying to setup my wireless card. It's an Intel 3945ABG wireless card so I'm using the wpi drivers.
My boot loader configuration looks like this:
My rc.conf looks like this:
I also have a wpa_supplicant.conf file with my network settings.
I can scan my network using ifconfig wpi0 up scan, but I've had no luck connecting to it.
The problem I'm noticing is that when I reboot up the computer, it never creates the wlan0 device. When I try to do it manually using this command:
I get:
I've searched google and the FreeBSD forums but I can't seem to find an answer. Any help would be much appreciated.
My boot loader configuration looks like this:
Code:
if_wpi_load="YES"
if_vlan_load="YES"
wlan_load="YES"
wlan_amrr_load="YES"
firmware_load="YES"
wpifw_load="YES"
legal.intel_wpi.license_ack=1
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
My rc.conf looks like this:
Code:
wlans_wpi0="wlan0"
ifconfig_wlan0="WPA DHCP"
I also have a wpa_supplicant.conf file with my network settings.
I can scan my network using ifconfig wpi0 up scan, but I've had no luck connecting to it.
The problem I'm noticing is that when I reboot up the computer, it never creates the wlan0 device. When I try to do it manually using this command:
ifconfig wlan0 create wlandev wpi0
I get:
Code:
ifconfig: SIOCIFCREATE2: Invalid argument
I've searched google and the FreeBSD forums but I can't seem to find an answer. Any help would be much appreciated.