Well, well, I installed GhostBSD and I'm writing from it
But my search for smooth Wifi is not over.
Right now I use an (old) stick with AR9170 chipset so I'm stuck with wifi g.
What should I buy to get decent Wifi N since Wifi AC or AX seems not for today ?
But I need a little help for configuration.
In rc.conf I have :
Code: Select all
if_otus_load="YES"
wlans_otus0="wlan0"
wpa_supplicant_enable="YES"
synchronous_dhclient="YES"
and in /etc/wpa_supplicant.conf I have :
Code: Select all
ctrl_interface=/var/run/wpa_supplicant
network={
ssid="2.4bgn"
priority=146
scan_ssid=1
psk="xxxxxx"
}
After boot I have no wifi so I just configure it with command lines :
Code: Select all
ifconfig wlan create wlandev otus0
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf &
dhclient wlan0
and wifi is ok then.
What am I missing in the config files ?