Hi!
I have some problem with my wireless card on ar9287 (FreeBSD 9.0)
I do:
After that, card works normal, but after some time system freezes.
I found:
https://bbs.archlinux.org/viewtopic.php?id=129344
But how do it onfreebsd FreeBSD? I dont know what can I do to fix this problem.
Sorry for my bad English.
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
I found:
https://bbs.archlinux.org/viewtopic.php?id=129344
Reboot.Code:sudo -s echo "options ath9k nohwcrypt=1" > /etc/modprobe.d/ath9k.conf
But how do it on
Sorry for my bad English.