attempting to use bsdinstall on an x220 reports "No wireless networks were found. Rescan?" after 5s scan delay + a few more seconds from another vty running "wpa_cli scan; sleep 5; wpa_cli scan_results" shows: Selected interface 'wlan0' OK Selected interface 'wlan0' 'SCAN_RESULTS' command timed out. It's not clear why ssid scan is failing, but in any case bsdinstall should report that there was an error, not just that no networks were found. Reproducible on my X220 on 12.1-RELEASE and most recent 13 snapshot as of May 2 2020.
Sorry, if I am missing it, which hardware do you have (or had) in that machine?
Also for others encountering this; can you also break into the shell and not just use wpa_cli but manually try to force ifconfig wlan0 scan If that commands comes back immediately, repeat it a few more times and see if it "hangs" for a few seconds before coming back to the shell and see if that makes a difference. And please report the driver/hw (PCI IDs or USB IDs ideally; pciconf -lv drvname0 or usbconfig -d X.Y dump_device_desc with drvname0 or X.Y replaced will tell).
Created attachment 238255 [details] Framebuffer from installer
Hi, I have the same problem from some previous versions, I couldn't say which one. It worked fine in the past. If you are interested I could download the 13.0 and 12.3 installers to check. It happens with memstick and mini-memstick for me. Bsdinstall recognizes the interface but does not return networks. I change to the tty and run "ifconfig wlan0 up" then the installer shows the networks on rescan. It's an old laptop: $ uname -a FreeBSD hostname 13.1-RELEASE FreeBSD 13.1-RELEASE releng/13.1-n250148-fc952ac2212 GENERIC amd64 $ pciconf -lv wpi0 wpi0@pci0:2:0:0: class=0x028000 rev=0x02 hdr=0x00 vendor=0x8086 device=0x4222 subvendor=0x8086 subdevice=0x1001 vendor = 'Intel Corporation' device = 'PRO/Wireless 3945ABG [Golan] Network Connection' class = network *Attaching framebuffer from installer. Regards.
Reproducible with yesterday's 14.2-RC1?
(In reply to Graham Perrin from comment #5) I'd be interested as well given the extra IFF_UP added but also given wpa_supplicant was fixed in the past; I wonder why this PR fell through the cracks. That said someone should finish the bsdconfig wifi bits and migrate them to the installer which is so much more detailed from the looks.
Thanks, (In reply to Bjoern A. Zeeb from comment #6) > … finish the bsdconfig wifi bits … Would that be, bug 280145 and its see also?