So during an unknown time my FreeBSD installation stopped automatically connecting wirelessly.
I am able to connect manually via wpa_supplicant and then dhclient after I finish booting, however..
my /etc/wpa_supplicant.conf does contain valid info for connecting wirelessly as I am using it now.
I have tried 3 wireless cards for this and all 3 are the same,
I have my /etc/rc.conf like this ...
What can I do to make this connect automatically again? it's so annoying to wait for it to fail to connect every bootup so I can manually connect.
I am able to connect manually via wpa_supplicant and then dhclient after I finish booting, however..
my /etc/wpa_supplicant.conf does contain valid info for connecting wirelessly as I am using it now.
I have tried 3 wireless cards for this and all 3 are the same,
I have my /etc/rc.conf like this ...
Code:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
What can I do to make this connect automatically again? it's so annoying to wait for it to fail to connect every bootup so I can manually connect.