On 2021 M09 6, Mon 16:23:21 EEST Cy Schubert wrote: > In message <CAPp9Orn0RYod1h+e_K171dk9ZiG4X9CK8XFHmqDT6DL4BRacBg@mail.gmail.c > om> > > , Idwer Vollering writes: > > Op ma 6 sep. 2021 om 07:53 schreef Cy Schubert <cy.schub...@cschubert.com>: > > > In message <2838567.hhqauc6...@sigill.theweb.org.ua>, "Oleg V. Nauman" > > > > > > writes: > > > > On 2021 M09 5, Sun 15:52:50 EEST David Wolfskill wrote: > > > > > Sorry I hadn't noticed this yesterday (so I could have repported it > > > > > then), but after updating the "head" slice of my laptopp from: > > > > > > > > > > FreeBSD g1-51.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #340 > > > > > main-n249128-a0c64a443e4c: Fri Sep 3 04:06:12 PDT 2021 > > > > > r...@g1-55.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CAN > > > > > ARY > > > > > amd64 1400032 1400032 > > > > > > > > > > to: > > > > > > > > > > FreeBSD g1-51.catwhisker.org 14.0-CURRENT FreeBSD 14.0-CURRENT #341 > > > > > main-n249146-cb5c07649aa0: Sat Sep 4 04:28:27 PDT 2021 > > > > > r...@g1-51.catwhisker.org:/common/S4/obj/usr/src/amd64.amd64/sys/CAN > > > > > ARY > > > > > amd64 1400032 1400032 > > > > > > > > > > I find that while the em0 NIC still works, wlan0 (iwn(4) HW) does > > > > > not: > > > > > the WLAN LED doesn't light up. > > > > > > > > I am also experiencing issues with wlan after my current update to > > > > > > > > 1f7a6325fe1b. I have checked ath(4) , run(4), rtwn(4) and all of them > > > > demonstrating the same behavior - wlan can not associate. > > > > You can mitigate it by using security/wpa_supplicant from ports as > > > > replac > > > > emen > > > > > > t > > > > of wpa_supplicant in base. > > > > > > > > ..... > > > > > > > > > I note that exactly the same hardware works OK in stable/12 and > > > > > stable/ > > > > 13. > > > > > > > Peace, > > > > > david > > > > > > Can you grep wpa_supplicant in /var/log/messages? This will give us a > > > clue. > > > > wpa_supplicant stops in wpa_driver_bsd_scan() - > > https://github.com/freebsd/freebsd-src/blob/bd452dcbede69b1862c769f244948f > > 94b 86448b5/contrib/wpa/src/drivers/driver_bsd.c#L1315 > > > > Here's some selected output from /var/log/messages. > > > > Before (built from commit a0c64a443e4cae67a5eea3a61a47d746866de3ee): > > > > Sep 6 13:29:40 <hostname> wpa_supplicant[45348]: Successfully > > initialized wpa_supplicant > > Sep 6 13:29:40 <hostname> wpa_supplicant[45348]: ioctl[SIOCS80211, > > op=20, val=0, arg_len=7]: Invalid argument > > Sep 6 13:29:40 <hostname> syslogd: last message repeated 1 times > > Sep 6 13:29:46 <hostname> wpa_supplicant[45349]: wlan1: Trying to > > associate with <mac> (SSID='<ssid>' freq=2447 MHz) > > Sep 6 13:29:46 <hostname> wpa_supplicant[45349]: Failed to add > > supported operating classes IE > > Sep 6 13:29:46 <hostname> kernel: wlan1: link state changed to UP > > Sep 6 13:29:46 <hostname> wpa_supplicant[45349]: wlan1: Associated with > > <mac > > > > Sep 6 13:29:46 <hostname> dhclient[45401]: send_packet: No buffer > > space available > > Sep 6 13:29:46 <hostname> wpa_supplicant[45349]: wlan1: WPA: Key > > negotiation completed with <mac> [PTK=CCMP GTK=CCMP] > > Sep 6 13:29:46 <hostname> wpa_supplicant[45349]: wlan1: > > CTRL-EVENT-CONNECTED - Connection to <mac> completed [id=0 id_str=] > > > > After (built from main): > > > > Sep 6 12:19:50 <hostname> wpa_supplicant[1236]: Successfully > > initialized wpa_supplicant > > Sep 6 12:19:50 <hostname> kernel: wlan1: Ethernet address: <mac> > > Sep 6 12:19:50 <hostname> wpa_supplicant[1236]: ioctl[SIOCS80211, > > op=20, val=0, arg_len=7]: Invalid argument > > Sep 6 12:19:50 <hostname> syslogd: last message repeated 1 times > > Sep 6 12:19:50 <hostname> wpa_supplicant[1237]: wlan1: > > CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 > > Is there a wpa_supplicant.core dump in / ?
No > > Can you also send me a sanitized copy of wpa_supplicant.conf, please? I'm > interested in the lines proto=, key_mgmt=, pairwise=, group=, eap=, and > phase2=. You may not be using eap= or phase2=, which is fine. # grep -E -2 "proto=|key_mgmt=|pairwise=|group=|eap=|phase2=" /etc/ wpa_supplicant.conf network={ priority=0 key_mgmt=NONE } Config of active wireless network looks like network={ ssid=",,," scan_ssid=0 psk="..." priority=4 } Global section of /etc/wpa_supplicant.conf ctrl_interface=/var/run/wpa_supplicant eapol_version=2 ap_scan=1 fast_reauth=1 > I'd like to > see if there are any differences from what was tested. Though, looking at > your outputs above you're probably using something like: > > proto=RSN WPA > key_mgmt=WPA-PSK > pairwise=CCMP > group=CCMP > > Is this correct? > > If you try ports/securitiy/wpa_supplicant-devel (same codebase as in > 14-CURRENT), does it work? No it fals to associate with same symptoms as wpa_supplicant from base. > (ports/security/wpa_supplicant is the old 2.9 > codebase.) > > What is your AP set for? 802.11g, 802.11n, 802.11ac? 802.11gn