I cannot for the life of me figure out how to get a connection. I'm running FreeBSD 9.0 and have an athos wireless driver. I have tried following the handbook and other online tutorials but to no avail.
I tried paring down the wpa_supplicant.conf file to only the ssid and psk but that didn't help any. Whenever I run /etc/rc.d/netif start wlan0 it shows:
wlan0: no link.............giving up
Starting Network: wlan0
Please let me know if I've violated any rules or if further clarification is needed.
Code:
Here is my rc.conf file:
hostname="hostname"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
wpa_supplicant_enable="YES"
sshd_enable="YES"
Code:
My wpa_supplicant.conf file:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="ssid"
bssid=00:00:00:00:00:00
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
psk="psk
I tried paring down the wpa_supplicant.conf file to only the ssid and psk but that didn't help any. Whenever I run /etc/rc.d/netif start wlan0 it shows:
wlan0: no link.............giving up
Starting Network: wlan0
Please let me know if I've violated any rules or if further clarification is needed.