Solved Failed to initiate AP scan

Just installed FreeBSD 10.3 on my old notebook. The setup successfully downloaded the required files, but after the setup, it's not able to connect to the internet again.

Doing cat /var/log/messages I get a bunch of

Code:
wlan0: Failed to initiate AP scan
ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
wlan0: Failed to initiate AP scan
ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress
wlan0: Failed to initiate AP scan
ioctl[SIOCS80211, op=103, val=0, arg_len=128]: Operation now in progress

EDIT: Looks like in this step:

bsdinstall-configure-network-ipv4-dns.png


The "Search" field was empty, as I assumed the installed would figure all that out, but it didnt work. By using Google's DNS there (8.8.8.8) it now works.
 
Back
Top