Hi,
I am having some problems' getting my laptop to join my wireless access point. I am running FreeBSD stable 8 on an asus N50VN.
In my MYKERNEL config file I have the following;
In my /boot/loader.conf I have;
in my /etc/rc.conf I have;
and finally in my /etc/wpa_supplicant.conf I have;
When the laptop boots I get;
and then it brings up wlan0 :x
The wireless light is on so I know the hardware switch is on..
I have also tried (from the handbook);
which brings up this stuff;
Then I try
and I get something about;
any help would be great.
I am having some problems' getting my laptop to join my wireless access point. I am running FreeBSD stable 8 on an asus N50VN.
In my MYKERNEL config file I have the following;
Code:
device iwn
device iwnfw
In my /boot/loader.conf I have;
Code:
legal.intel_iwn.license_ack=1
in my /etc/rc.conf I have;
Code:
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
and finally in my /etc/wpa_supplicant.conf I have;
Code:
network{
ssid="myssid"
scan_ssid=1
mode=0
key_mgmt=WPA-PSK
psk="mykey"
}
When the laptop boots I get;
Code:
Starting wpa_supplicant
/etc/rc.d/wpa_supplicant: WARNING: failed to start wpa_supplicant
and then it brings up wlan0 :x
The wireless light is on so I know the hardware switch is on..
I have also tried (from the handbook);
Code:
/etc/rc.d/netif start
which brings up this stuff;
Code:
ifconfig: create: bad value
starting wpa_supplicant
Then I try
Code:
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
and I get something about;
Code:
Failed to disable WPA in the driver.
ELOOP: remaining socket: sock=4 eloop_data-0x800e0b1c0 user_data=0x800e070f0 handler=0x421840
any help would be great.