D
Deleted member 47080
Guest
Ok, so according to ifconfig(8), my Atheros wireless card is detected out of the box. By default I get an ath0 interface.
I've followed handbook instructions on setting up WiFi, and can never get wpa_supplicant(8) to actually connect (network is WPA2-PSK AES). net-mgmt/wifimgr crashes (as reported in another thread) and net/wpa_gui simply scans forever but never shows anything.
Relevant rc.conf:
Relevant wpa_supplicant.conf
My user is in wheel and operator groups. Also tried wpa_gui via sudo(8), same results. I've also tried this whole shebang with the LAGG config switched out for plain old eth and WLAN, and had no better luck.
I've followed handbook instructions on setting up WiFi, and can never get wpa_supplicant(8) to actually connect (network is WPA2-PSK AES). net-mgmt/wifimgr crashes (as reported in another thread) and net/wpa_gui simply scans forever but never shows anything.
Relevant rc.conf:
Code:
ifconfig_re0="up"
ifconfig_ath0="ether OBSCURED_RE0_MAC"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto failover laggport re0 laggport wlan0 DHCP"
Relevant wpa_supplicant.conf
Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="MYSSID"
priority=5
key_mgmt=WPA-PSK
proto=WPA RSN
psk="PSK"
}
My user is in wheel and operator groups. Also tried wpa_gui via sudo(8), same results. I've also tried this whole shebang with the LAGG config switched out for plain old eth and WLAN, and had no better luck.