ar9287 system freeze

Hi!

I have some problem with my wireless card on ar9287 (FreeBSD 9.0)

I do:
Code:
ifconfig wlan0 create wlandev ath0
ifconfig wlan0 up
wpa_passphrase ssid key > /etc/wpa_supplicant.conf
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf &
dhclient wlan0
After that, card works normal, but after some time system freezes.

I found:
https://bbs.archlinux.org/viewtopic.php?id=129344

Code:
sudo -s
echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf
Reboot.

But how do it on freebsd FreeBSD? I dont know what can I do to fix this problem.

Sorry for my bad English.
 
Try FreeBSD way to use wpa_supplicant in /etc/rc.conf file first and then report the result. My Acer laptop uses ar9827 without any problem in 11g mode, system is FreeBSD 9.0.
 
Back
Top