ath9287 wifi = no internet
I got this card running beautifully on FBSD 9.0.
I copied my wpa_supplicant.conf from FBSD to the /etc of my PC-BSD 9.0 and added to /etc/rc.conf the following:
-------------------------
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
-------------------
After a reboot, I still have no net. I tried adding
-------------------
ath_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"
----
to /boot/loader.conf without much luck.
any ideas? thank you
|