I have just installed FreeBSD 8.1, and am currently unable to connect to wireless. I have an intel wireless card.
my /boot/loader.conf file looks like this
my /etc/rc.conf contains the following:
my /etc/wpa_supplicant.conf looks like this:
when i try the command
[cmd=]ifconfig wlan0 create wlandev intel[/cmd]
I get the following error message:
Can anyone help me?
my /boot/loader.conf file looks like this
Code:
wlan_wep_load="YES
wlan_tkip_load="YES"
wlan_ccmp_load="YES"
if_intel_load="YES"
my /etc/rc.conf contains the following:
Code:
wlans_intel0="wlan0"
ifconfig_wlan0"=DHCP"
my /etc/wpa_supplicant.conf looks like this:
Code:
network={
ssid="linksys"
key mgmt=NONE
wep_key1=**********
wep_tx_keyidx=1
}
[cmd=]ifconfig wlan0 create wlandev intel[/cmd]
I get the following error message:
Code:
SIOCIFCREATE2 not configured
Can anyone help me?