I recently upgraded from rel-7.4 to rel-9.0. My wifi stopped working (ifconfig status: no carrier)
Using Atheros based AR5416 tp-link wn-951 which was working flawlewssly on previous system (rel-7.4).
My /etc/rc.conf.local:
My /etc/hostapd.conf:
Apart from the lines commented above, hardly anything else changed from previous config. Am I missing something here?
Using Atheros based AR5416 tp-link wn-951 which was working flawlewssly on previous system (rel-7.4).
My /etc/rc.conf.local:
Code:
# ifconfig_ath0_name="wlan0" # not recognized by freebsd 9
hostapd_enable=yes
wlans_ath0="wlan0"
create_args_wlan0="wlanmode hostap" # freebsd 9
ifconfig_wlan0="up ssid ingeBSD mode 11ng" # mediaopt hostap"
My /etc/hostapd.conf:
Code:
interface=wlan0
ctrl_interface=/var/run/hostapd
ssid=ingeBSD
# sets the hostapd to use wpa and wpa2
wpa=3
wpa_passphrase=12345679
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP
dump_file=/var/log/hostapd.log
Apart from the lines commented above, hardly anything else changed from previous config. Am I missing something here?