Just realize the issue is not arm specific, faced the same on amd64. NetBSD asusnetbsd 8.0_RC1 NetBSD 8.0_RC1 (GENERIC.201804191727Z) amd64
On Mon, Jun 11, 2018 at 09:19:05PM +0530, Mayuresh wrote: > Just want to check whether run0 is expected to work on the following > setup: > > # uname -a > NetBSD armv7 8.0_RC1 NetBSD 8.0_RC1 (RPI2.201804240813Z) evbarm > > > # dmesg | grep run0 > run0 at uhub1 port 3 > run0: Ralink (0x148f) 802.11 n WLAN (0x5370), rev 2.00/1.01, addr 4 > run0: MAC/BBP RT5390 (rev 0x0502), RF RT5592 (MIMO 1T1R), address > 00:c1:00:c1:94:b6 > run0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps > run0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps > run0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps > 24Mbps 36Mbps 48Mbps 54Mbps > > # wpa_cli status > Selected interface 'run0' > 20:31:07.754: wpa_state=SCANNING > address=00:c1:00:c1:94:b6 > > wpa_cli status always shows scanning only. > > I have done /etc/rc.conf and /etc/wpa_supplicant.conf settings as per > the following link and don't think there is any problem with them: > https://wiki.netbsd.org/tutorials/how_to_use_wpa_supplicant/ > > It had got connected all of a sudden once, something I could not repeat. > > Mayuresh