Date: Thu, 29 Jan 2026 00:12:39 -0800 From: Fred Finster <fred@thegalacticzoo.com> To: wireless@freebsd.org Cc: fredfinster58@gmail.com, wb7odyfred@yahoo.com Subject: iwlwifi driver on intel150N chinese box, Jumper Tech JNG11, was Windows11 on NVME, Installed FreeBSD 15.0-RELEASE Message-ID: <e32b0c89-fd68-4b34-97f2-ab8ca4570b49@thegalacticzoo.com>
index | next in thread | raw e-mail
[-- Attachment #1 --] Sending now before loosing information. Sorry for sharing so much data and not being specific enough in the details. Maybe I should have used PasteBin? Hope that by question and answering your specific directions, I can share the correct details that help you improve the driver. I am probably missing some option being needed to SET. I will look again at the contents of the /etc/wpa_supplicant.conf file and /etc/rc.conf file and /boot/loader.conf. Using an Intel N150 miniPC, with i915kms and iwlwifi0 device driver. Will share bsd-hardware.info catalog URL link; Probe URL: https://bsd-hardware.info/?probe=33cfdf4e02 root@jgn11:~/Downloads # hw-probe -all -upload Probe for hardware ... Ok Reading logs ... Ok WARNING: failed to detect EDID Uploaded to DB, Thank you! Probe URL: https://bsd-hardware.info/?probe=33cfdf4e02 root@jgn11:~/Downloads # I was trying to connect to an OPEN ACCESS Point wifi on 2.4Ghz with no encryption. Do not no why WPA3 is being enabled when in /etc/wpa_supplicant.conf file I have line " key_mgmt=NONE" wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 When comes up using ifconfig wlan99 up, it reports multicast error -5 iwlwifi0: FW error in SYNC CMD ECHO_CMD #0 0xffffffff80df3e8b at linux_dump_stack+0x1b #1 0xffffffff834e744a at iwl_trans_pcie_send_hcmd+0x43a #2 0xffffffff834c48a4 at iwl_trans_send_cmd+0x84 #3 0xffffffff835300e9 at iwl_mvm_send_cmd_pdu+0x49 #4 0xffffffff834f6d8e at iwl_mvm_recalc_multicast+0x4e #5 0xffffffff834f6cae at iwl_mvm_configure_filter+0x9e #6 0xffffffff80de9770 at lkpi_update_mcast_filter+0x100 #7 0xffffffff80dde2ef at lkpi_sta_assoc_to_run+0x57f #8 0xffffffff80deb14e at lkpi_iv_newstate+0x43e #9 0xffffffff80d12bb8 at ieee80211_newstate_cb+0x1f8 #10 0xffffffff80bd4de2 at taskqueue_run_locked+0x182 #11 0xffffffff80bd5fb2 at taskqueue_thread_loop+0xc2 #12 0xffffffff80b2786b at fork_exit+0x7b #13 0xffffffff81050f3e at fork_trampoline+0xe iwlwifi0: Failed to synchronize multicast groups update wlan99: link state changed to UP iwlwifi0: WRT: Collecting data: ini trigger 4 fired (delay=0ms). iwlwifi0: Device error - SW reset root@jgn11:~ # I added 3 attached text files of the errors I copied from the screen and pasted into a text file. cat /etc/rc.conf root@jgn11:~/Downloads # cat /etc/rc.conf hostname="jgn11" keymap="us.unix.kbd" #ifconfig_re0="DHCP" #ifconfig_re0_ipv6="inet6 accept_rtadv" sshd_enable="YES" ntpd_sync_on_start="YES" powerd_enable="YES" moused_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO" zfs_enable="YES" kld_list="i915kms iwlwifi" #kldlist="i915kms drm" #kldlist="iwlwifi" dbus_enable="YES" # ifconfig_wlan0="DHCP" wlans_iwlwifi0="wlan99" # ifconfig_wlan99="SYNCDHCP" #ifconfig_wlan99_ipv6="inet6 accept_rtadv" root@jgn11:~/Downloads # cat /etc/wpa_supplicant.conf root@jgn11:~/Downloads # cat /etc/wpa_supplicant.conf # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel # # home network; allow all valid ciphers network={ ssid="FreshTomato24" scan_ssid=1 # #key_mgmt=WPA-PSK key_mgmt=NONE # psk="very secret passphrase" } network={ ssid="FreshTomato50" # scan_ssid=0 # #key_mgmt=WPA-PSK key_mgmt=NONE # psk="very secret passphrase" } root@jgn11:~/Downloads # cat /boot/loader.conf root@jgn11:~/Downloads # cat /boot/loader.conf kern.geom.label.disk_ident.enable="0" kern.geom.label.gptid.enable="0" zfs_load="YES" snd_hda_load="YES" snd_driver_load="YES" hw.i915.disable_power_well=0 compat.linuxkpi.i915_disable_power_well=0 dev.hdac.polling=1 dev.hdac.0.msi=0 #i915kms_load="YES" root@jgn11:~/Downloads # root@jgn11:~/Downloads # ifconfig re0: flags=1008843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> ether 00:e0:4c:77:74:37 inet 192.168.1.38 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (100baseTX <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384 options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 groups: lo nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> wlan99: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=0 ether 70:08:10:d2:aa:aa groups: wlan ssid "" channel 40 (5200 MHz 11a ht/40-) regdomain FCC country US authmode OPEN privacy OFF txpower 17 bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 8k -amsdutx amsdurx shortgi -stbctx stbcrx -ldpctx ldpcrx -uapsd wme parent interface: iwlwifi0 media: IEEE 802.11 Wireless Ethernet autoselect (autoselect) status: no carrier nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> root@jgn11:~/Downloads # root@jgn11:~/Downloads # wpa_supplicant -dd -K -i wlan99 -c /etc/wpa_supplicant.conf wpa_supplicant v2.11 Successfully initialized wpa_supplicant Initializing interface 'wlan99' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group='wheel' Line: 6 - start of a new network block ssid - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 scan_ssid=1 (0x1) key_mgmt: 0x4 Line: 14 - start of a new network block ssid - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 35 30 FreshTomato50 key_mgmt: 0x4 Priority group 0 id=0 ssid='FreshTomato24' id=1 ssid='FreshTomato50' wpa_driver_bsd_capa: drivercaps=0x0581c001,cryptocaps=0x0000100b bsd_ctrl_iface: if wlan99 (no change) enable 0 IFF_UP 0 Add interface wlan99 to a new radio N/A PTKSA: Initializing wlan99: Failed to attach pkt_type filter wlan99: Own MAC address: 70:08:10:d2:aa:aa bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=0 bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=1 bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=2 bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=3 bsd_set_key: alg=0 addr=0x0 key_idx=4 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=4 ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument bsd_set_key: alg=0 addr=0x0 key_idx=5 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=5 ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument wpa_driver_bsd_set_countermeasures: enabled=0 wlan99: RSN: flushing PMKID list in the driver wlan99: Setting scan request: 0.100000 sec TDLS: TDLS operation not supported by driver TDLS: Driver uses internal link setup TDLS: Driver does not support TDLS channel switching wlan99: WPS: UUID based on MAC address: 6ea96755-3476-5d30-aaf2-41a4b45c6f25 ENGINE: Loading builtin engines ENGINE: Loading builtin engines EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED ctrl_interface_group=0 (from group name 'wheel') MBO: Update non-preferred channels, non_pref_chan=N/A wlan99: Added interface wlan99 wlan99: State: DISCONNECTED -> DISCONNECTED wlan99: State: DISCONNECTED -> SCANNING Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x1c21d7009800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (changed) enable 1 IFF_UP 1 RTM_IFINFO: Interface 'wlan99' UP wlan99: Event INTERFACE_ENABLED (25) received wlan99: Interface was enabled EAPOL: disable timer tick wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 1 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x1c21d7009800 done in 1.007985 seconds wlan99: radio_work_free('scan'@0x1c21d7009800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x1c21d7009800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 2 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x1c21d7009800 done in 1.015662 seconds wlan99: radio_work_free('scan'@0x1c21d7009800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x1c21d7009800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 3 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x1c21d7009800 done in 1.003491 seconds wlan99: radio_work_free('scan'@0x1c21d7009800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x1c21d7009800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 4 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x1c21d7009800 done in 1.009849 seconds wlan99: radio_work_free('scan'@0x1c21d7009800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x1c21d7009800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000013 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 5 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x1c21d7009800 done in 1.003007 seconds wlan99: radio_work_free('scan'@0x1c21d7009800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec ^Cwlan99: Removing interface wlan99 wlan99: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 (DEAUTH_LEAVING) state=SCANNING valid_links=0x0 ap_mld_addr=00:00:00:00:00:00 TDLS: Tear down peers wlan99: State: SCANNING -> DISCONNECTED EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 QM: Clear all active DSCP policies wlan99: CTRL-EVENT-DSCP-POLICY clear_all wpa_driver_bsd_set_countermeasures: enabled=0 PTKSA: Deinit. n_ptksa=0 wlan99: WPA: Clear old PMK and PTK wlan99: Cancelling scan request wlan99: Cancelling authentication timeout HS20: Delete all stored icons QM: Clear all active DSCP policies wlan99: CTRL-EVENT-DSCP-POLICY clear_all Remove interface wlan99 from radio Remove radio wpa_driver_bsd_set_wpa: enabled=0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 bsd_set_opt_ie: set WPA+RSN ie (len 0) bsd_ctrl_iface: if wlan99 (changed) enable 0 IFF_UP 0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 bsd_set_opt_ie: set WPA+RSN ie (len 0) wlan99: CTRL-EVENT-TERMINATING root@jgn11:~/Downloads # wlan99: Starting radio work 'scan'@0x1c21d7009800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 [-- Attachment #2 --] DATE: Tue Jan 27 18:11:20 PST 2026 ####cat /etc/wpa_supplicant.conf # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel # # home network; allow all valid ciphers network={ ssid="FreshTomato24" scan_ssid=1 # #key_mgmt=WPA-PSK key_mgmt=NONE # psk="very secret passphrase" } network={ ssid="FreshTomato50" # scan_ssid=0 # #key_mgmt=WPA-PSK key_mgmt=NONE # psk="very secret passphrase" } root@jgn11:~ # cat /etc/wpa_supplicant.conf >> error2_wpa3_none_iwlwifi0_wlan99.txt root@jgn11:~ # wpa_supplicant -K -dd -c /etc/wpa_supplicant.conf -i wlan99 wpa_supplicant v2.11 Successfully initialized wpa_supplicant Initializing interface 'wlan99' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group='wheel' Line: 6 - start of a new network block ssid - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 scan_ssid=1 (0x1) key_mgmt: 0x4 Line: 14 - start of a new network block ssid - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 35 30 FreshTomato50 key_mgmt: 0x4 Priority group 0 id=0 ssid='FreshTomato24' id=1 ssid='FreshTomato50' wpa_driver_bsd_capa: drivercaps=0x0581c001,cryptocaps=0x0000100b bsd_ctrl_iface: if wlan99 (no change) enable 0 IFF_UP 0 Add interface wlan99 to a new radio N/A PTKSA: Initializing wlan99: Failed to attach pkt_type filter wlan99: Own MAC address: 70:08:10:d2:aa:aa bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=0 bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=1 bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=2 bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=3 bsd_set_key: alg=0 addr=0x0 key_idx=4 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=4 ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument bsd_set_key: alg=0 addr=0x0 key_idx=5 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=5 ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument wpa_driver_bsd_set_countermeasures: enabled=0 wlan99: RSN: flushing PMKID list in the driver wlan99: Setting scan request: 0.100000 sec TDLS: TDLS operation not supported by driver TDLS: Driver uses internal link setup TDLS: Driver does not support TDLS channel switching wlan99: WPS: UUID based on MAC address: 6ea96755-3476-5d30-aaf2-41a4b45c6f25 ENGINE: Loading builtin engines ENGINE: Loading builtin engines EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED ctrl_interface_group=0 (from group name 'wheel') MBO: Update non-preferred channels, non_pref_chan=N/A wlan99: Added interface wlan99 wlan99: State: DISCONNECTED -> DISCONNECTED wlan99: State: DISCONNECTED -> SCANNING Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x5081c3a09800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x5081c3a09800 after 0.000017 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (changed) enable 1 IFF_UP 1 RTM_IFINFO: Interface 'wlan99' UP wlan99: Event INTERFACE_ENABLED (25) received wlan99: Interface was enabled EAPOL: disable timer tick wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 1 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x5081c3a09800 done in 1.001692 seconds wlan99: radio_work_free('scan'@0x5081c3a09800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x5081c3a09800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x5081c3a09800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 2 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x5081c3a09800 done in 1.002161 seconds wlan99: radio_work_free('scan'@0x5081c3a09800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x5081c3a09800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x5081c3a09800 after 0.000013 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 3 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x5081c3a09800 done in 1.001577 seconds wlan99: radio_work_free('scan'@0x5081c3a09800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x5081c3a09800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x5081c3a09800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 4 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x5081c3a09800 done in 1.007356 seconds wlan99: radio_work_free('scan'@0x5081c3a09800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x5081c3a09800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x5081c3a09800 after 0.000016 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 5 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x5081c3a09800 done in 1.033144 seconds wlan99: radio_work_free('scan'@0x5081c3a09800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec Scan SSID - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x5081c3a09800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x5081c3a09800 after 0.000009 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 6 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x5081c3a09800 done in 1.002175 seconds wlan99: radio_work_free('scan'@0x5081c3a09800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec ^Cwlan99: Removing interface wlan99 wlan99: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 (DEAUTH_LEAVING) state=SCANNING valid_links=0x0 ap_mld_addr=00:00:00:00:00:00 TDLS: Tear down peers wlan99: State: SCANNING -> DISCONNECTED EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 QM: Clear all active DSCP policies wlan99: CTRL-EVENT-DSCP-POLICY clear_all wpa_driver_bsd_set_countermeasures: enabled=0 PTKSA: Deinit. n_ptksa=0 wlan99: WPA: Clear old PMK and PTK wlan99: Cancelling scan request wlan99: Cancelling authentication timeout HS20: Delete all stored icons QM: Clear all active DSCP policies wlan99: CTRL-EVENT-DSCP-POLICY clear_all Remove interface wlan99 from radio Remove radio wpa_driver_bsd_set_wpa: enabled=0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 bsd_set_opt_ie: set WPA+RSN ie (len 0) bsd_ctrl_iface: if wlan99 (changed) enable 0 IFF_UP 0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 bsd_set_opt_ie: set WPA+RSN ie (len 0) wlan99: CTRL-EVENT-TERMINATING root@jgn11:~ # [-- Attachment #3 --] vv test [-- Attachment #4 --] Fred Finster 971-718-9144 January 27th 2026 root@jgn11:~ # wpa_supplicant -K -dd -c /etc/wpa_supplicant.conf -i wlan99 wpa_supplicant v2.11 Successfully initialized wpa_supplicant Initializing interface 'wlan99' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf' Reading configuration file '/etc/wpa_supplicant.conf' ctrl_interface='/var/run/wpa_supplicant' ctrl_interface_group='wheel' Line: 6 - start of a new network block ssid - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 32 34 FreshTomato24 key_mgmt: 0x4 Line: 14 - start of a new network block ssid - hexdump_ascii(len=13): 46 72 65 73 68 54 6f 6d 61 74 6f 35 30 FreshTomato50 key_mgmt: 0x4 Priority group 0 id=0 ssid='FreshTomato24' id=1 ssid='FreshTomato50' wpa_driver_bsd_capa: drivercaps=0x0581c001,cryptocaps=0x0000100b bsd_ctrl_iface: if wlan99 (no change) enable 0 IFF_UP 0 Add interface wlan99 to a new radio N/A PTKSA: Initializing wlan99: Failed to attach pkt_type filter wlan99: Own MAC address: 70:08:10:d2:aa:aa bsd_set_key: alg=0 addr=0x0 key_idx=0 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=0 bsd_set_key: alg=0 addr=0x0 key_idx=1 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=1 bsd_set_key: alg=0 addr=0x0 key_idx=2 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=2 bsd_set_key: alg=0 addr=0x0 key_idx=3 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=3 bsd_set_key: alg=0 addr=0x0 key_idx=4 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=4 ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument bsd_set_key: alg=0 addr=0x0 key_idx=5 set_tx=0 seq_len=0 key_len=0 bsd_del_key: key_idx=5 ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument wpa_driver_bsd_set_countermeasures: enabled=0 wlan99: RSN: flushing PMKID list in the driver wlan99: Setting scan request: 0.100000 sec TDLS: TDLS operation not supported by driver TDLS: Driver uses internal link setup TDLS: Driver does not support TDLS channel switching wlan99: WPS: UUID based on MAC address: 6ea96755-3476-5d30-aaf2-41a4b45c6f25 ENGINE: Loading builtin engines ENGINE: Loading builtin engines EAPOL: SUPP_PAE entering state DISCONNECTED EAPOL: Supplicant port status: Unauthorized EAPOL: KEY_RX entering state NO_KEY_RECEIVE EAPOL: SUPP_BE entering state INITIALIZE EAP: EAP entering state DISABLED ctrl_interface_group=0 (from group name 'wheel') MBO: Update non-preferred channels, non_pref_chan=N/A wlan99: Added interface wlan99 wlan99: State: DISCONNECTED -> DISCONNECTED wlan99: State: DISCONNECTED -> SCANNING wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x558d82809800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x558d82809800 after 0.000012 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (changed) enable 1 IFF_UP 1 RTM_IFINFO: Interface 'wlan99' UP wlan99: Event INTERFACE_ENABLED (25) received wlan99: Interface was enabled EAPOL: disable timer tick wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 1 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x558d82809800 done in 1.008188 seconds wlan99: radio_work_free('scan'@0x558d82809800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x558d82809800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x558d82809800 after 0.000015 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 2 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x558d82809800 done in 1.000174 seconds wlan99: radio_work_free('scan'@0x558d82809800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x558d82809800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x558d82809800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 3 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x558d82809800 done in 1.008018 seconds wlan99: radio_work_free('scan'@0x558d82809800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x558d82809800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x558d82809800 after 0.000014 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 4 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x558d82809800 done in 1.008082 seconds wlan99: radio_work_free('scan'@0x558d82809800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x558d82809800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x558d82809800 after 0.000015 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 5 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x558d82809800 done in 1.003461 seconds wlan99: radio_work_free('scan'@0x558d82809800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec wlan99: Starting AP scan for wildcard SSID wlan99: Add radio work 'scan'@0x558d82809800 wlan99: First radio work item in the queue - schedule start immediately wlan99: Starting radio work 'scan'@0x558d82809800 after 0.000013 second wait wpa_driver_bsd_set_wpa: enabled=1 wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1 bsd_ctrl_iface: if wlan99 (no change) enable 1 IFF_UP 1 wlan99: Event SCAN_RESULTS (3) received Received 0 bytes of scan results (0 BSSes) wlan99: BSS: Start scan result update 6 BSS: last_scan_res_used=0/0 wlan99: New scan results available (own=0 ext=0) wlan99: Radio work 'scan'@0x558d82809800 done in 1.008016 seconds wlan99: radio_work_free('scan'@0x558d82809800): num_active_works --> 0 wlan99: No suitable network found wlan99: Setting scan request: 5.000000 sec ^Cwlan99: Removing interface wlan99 wlan99: Request to deauthenticate - bssid=00:00:00:00:00:00 pending_bssid=00:00:00:00:00:00 reason=3 (DEAUTH_LEAVING) state=SCANNING valid_links=0x0 ap_mld_addr=00:00:00:00:00:00 TDLS: Tear down peers wlan99: State: SCANNING -> DISCONNECTED EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 QM: Clear all active DSCP policies wlan99: CTRL-EVENT-DSCP-POLICY clear_all wpa_driver_bsd_set_countermeasures: enabled=0 PTKSA: Deinit. n_ptksa=0 wlan99: WPA: Clear old PMK and PTK wlan99: Cancelling scan request wlan99: Cancelling authentication timeout HS20: Delete all stored icons QM: Clear all active DSCP policies wlan99: CTRL-EVENT-DSCP-POLICY clear_all Remove interface wlan99 from radio Remove radio wpa_driver_bsd_set_wpa: enabled=0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 bsd_set_opt_ie: set WPA+RSN ie (len 0) bsd_ctrl_iface: if wlan99 (changed) enable 0 IFF_UP 0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 bsd_set_opt_ie: set WPA+RSN ie (len 0) wlan99: CTRL-EVENT-TERMINATING # allow frontend (e.g., wpa_cli) to be used by all users in 'wheel' group ctrl_interface=/var/run/wpa_supplicant ctrl_interface_group=wheel # # home network; allow all valid ciphers network={ ssid="FreshTomato24" scan_ssid=0 # #key_mgmt=WPA-PSK key_mgmt=NONE # psk="very secret passphrase" } network={ ssid="FreshTomato50" # scan_ssid=0 # #key_mgmt=WPA-PSK key_mgmt=NONE # psk="very secret passphrase" } [-- Attachment #5 --] usbhid2 on uhub0 usbhid2: <Kingsis Peripherals Evoluent VerticalMouse 4 Left, class 0/0, rev 2.00/1.00, addr 5> on usbus0 hidbus2: <HID bus> on usbhid2 [drm] Got Intel graphics stolen memory base 0x0, size 0x0 iwlwifi0: <iwlwifi> mem 0x6001124000-0x6001127fff at device 20.3 on pci0 iwlwifi0: Detected crf-id 0x501, cnv-id 0x80400 wfpm id 0x80000030 iwlwifi0: PCI dev 54f0/0244, rev=0x370, rfid=0x10c000 iwlwifi0: Detected Intel(R) Wi-Fi 6 AX101 iwlwifi0: successfully loaded firmware image 'iwlwifi-so-a0-hr-b0-89.ucode' iwl-debug-yoyo.bin: could not load binary firmware /boot/firmware/iwl-debug-yoyo.bin either iwl-debug-yoyo.bin: could not load binary firmware /boot/firmware/iwl-debug-yoyo.bin either iwl-debug-yoyo_bin: could not load binary firmware /boot/firmware/iwl-debug-yoyo_bin either iwl_debug_yoyo_bin: could not load binary firmware /boot/firmware/iwl_debug_yoyo_bin either iwlwifi0: loaded firmware version 89.7207fc64.0 so-a0-hr-b0-89.ucode op_mode iwlmvm iwlwifi0: WFPM_UMAC_PD_NOTIFICATION: 0x20 iwlwifi0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f iwlwifi0: WFPM_AUTH_KEY_0: 0x90 iwlwifi0: CNVI_SCU_SEQ_DATA_DW9: 0x10 iwlwifi0: Detected RF HR1 B3, rfid=0x10c000 iwlwifi0: RFIm is deactivated, reason = 4 iwlwifi0: base HW address: 70:08:10:d2:aa:aa ig4iic0: <Intel Alder Lake-M I2C Controller-0> at device 21.0 on pci0 ig4iic0: Using MSI iicbus0: <Philips I2C bus (ACPI-hinted)> on ig4iic0 iicbus0: <unknown card> at addr 0x2c iic0: <I2C generic I/O> on iicbus0 ichsmb0: <Intel Alder Lake SMBus controller> port 0xefa0-0xefbf mem 0x600112c000-0x600112c0ff at device 31.4 on pci0 smbus0: <System Management Bus> on ichsmb0 acpi_wmi0: <ACPI-WMI mapping> on acpi0 acpi_wmi0: cannot find EC device acpi_wmi0: Embedded MOF found acpi_wmi1: <ACPI-WMI mapping> on acpi0 acpi_wmi1: cannot find EC device acpi_wmi1: Embedded MOF found hcons0: <SIGMACHIP USB Keyboard Consumer Control> on hidbus1 hsctrl0: <SIGMACHIP USB Keyboard System Control> on hidbus1 hms0: <Kingsis Peripherals Evoluent VerticalMouse 4 Left> on hidbus2 hms0: 6 buttons and [XYW] coordinates ID=0 iwlwifi0: WFPM_UMAC_PD_NOTIFICATION: 0x20 iwlwifi0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f iwlwifi0: WFPM_AUTH_KEY_0: 0x90 iwlwifi0: CNVI_SCU_SEQ_DATA_DW9: 0x10 iwlwifi0: RFIm is deactivated, reason = 4 wlan99: Ethernet address: 70:08:10:d2:aa:aa re0: link state changed to DOWN lo0: link state changed to UP iwlwifi0: Microcode SW error detected. Restarting 0x0. iwlwifi0: Start IWL Error Log Dump: iwlwifi0: Transport status: 0x0000004B, valid: 6 iwlwifi0: Loaded firmware version: 89.7207fc64.0 so-a0-hr-b0-89.ucode iwlwifi0: 0x00000071 | NMI_INTERRUPT_UMAC_FATAL iwlwifi0: 0x000002F0 | trm_hw_status0 iwlwifi0: 0x00000000 | trm_hw_status1 iwlwifi0: 0x004D7324 | branchlink2 iwlwifi0: 0x000081E8 | interruptlink1 iwlwifi0: 0x000081E8 | interruptlink2 iwlwifi0: 0x0000EFAC | data1 iwlwifi0: 0x00000010 | data2 iwlwifi0: 0x00000000 | data3 iwlwifi0: 0x001A077A | beacon time iwlwifi0: 0x0025F884 | tsf low iwlwifi0: 0x00000000 | tsf hi iwlwifi0: 0x00000000 | time gp1 iwlwifi0: 0x0026B2CF | time gp2 iwlwifi0: 0x00000001 | uCode revision type iwlwifi0: 0x00000059 | uCode version major iwlwifi0: 0x7207FC64 | uCode version minor iwlwifi0: 0x00000370 | hw version iwlwifi0: 0x00C80002 | board version iwlwifi0: 0x80CBFF00 | hcmd iwlwifi0: 0x00020000 | isr0 iwlwifi0: 0x20000080 | isr1 iwlwifi0: 0x48F00002 | isr2 iwlwifi0: 0x00C00008 | isr3 iwlwifi0: 0x00000000 | isr4 iwlwifi0: 0x0101001C | last cmd Id iwlwifi0: 0x0000EFAC | wait_event iwlwifi0: 0x00004880 | l2p_control iwlwifi0: 0x00000020 | l2p_duration iwlwifi0: 0x0000013F | l2p_mhvalid iwlwifi0: 0x00000000 | l2p_addr_match iwlwifi0: 0x00000009 | lmpm_pmg_sel iwlwifi0: 0x00000000 | timestamp iwlwifi0: 0x00004064 | flow_handler iwlwifi0: Start IWL Error Log Dump: iwlwifi0: Transport status: 0x0000004B, valid: 7 iwlwifi0: 0x20101A0D | ADVANCED_SYSASSERT iwlwifi0: 0x00000000 | umac branchlink1 iwlwifi0: 0x804824F0 | umac branchlink2 iwlwifi0: 0x01057000 | umac interruptlink1 iwlwifi0: 0x00000000 | umac interruptlink2 iwlwifi0: 0x00000006 | umac data1 iwlwifi0: 0x00000001 | umac data2 iwlwifi0: 0x000000FF | umac data3 iwlwifi0: 0x00000059 | umac major iwlwifi0: 0x7207FC64 | umac minor iwlwifi0: 0x0026B2CA | frame pointer iwlwifi0: 0xC0886BAC | stack pointer iwlwifi0: 0x002C050F | last host cmd iwlwifi0: 0x00000000 | isr status reg iwlwifi0: IML/ROM dump: iwlwifi0: 0x00000B03 | IML/ROM error/state iwlwifi0: 0x000051AE | IML/ROM data1 iwlwifi0: 0x00000090 | IML/ROM WFPM_AUTH_KEY_0 iwlwifi0: Fseq Registers: iwlwifi0: 0x60000000 | FSEQ_ERROR_CODE iwlwifi0: 0x80350002 | FSEQ_TOP_INIT_VERSION iwlwifi0: 0x00150002 | FSEQ_CNVIO_INIT_VERSION iwlwifi0: 0x0000A482 | FSEQ_OTP_VERSION iwlwifi0: 0x00000003 | FSEQ_TOP_CONTENT_VERSION iwlwifi0: 0x4552414E | FSEQ_ALIVE_TOKEN iwlwifi0: 0x00080400 | FSEQ_CNVI_ID iwlwifi0: 0x00000501 | FSEQ_CNVR_ID iwlwifi0: 0x00080400 | CNVI_AUX_MISC_CHIP iwlwifi0: 0x00000501 | CNVR_AUX_MISC_CHIP iwlwifi0: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM iwlwifi0: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR iwlwifi0: 0x00150002 | FSEQ_PREV_CNVIO_INIT_VERSION iwlwifi0: 0x00350002 | FSEQ_WIFI_FSEQ_VERSION iwlwifi0: 0x210AF121 | FSEQ_BT_FSEQ_VERSION iwlwifi0: 0x000000DC | FSEQ_CLASS_TP_VERSION iwlwifi0: UMAC CURRENT PC: 0x804a237c iwlwifi0: LMAC1 CURRENT PC: 0xd0 iwlwifi0: FW error in SYNC CMD ECHO_CMD #0 0xffffffff80df3e8b at linux_dump_stack+0x1b #1 0xffffffff834e744a at iwl_trans_pcie_send_hcmd+0x43a #2 0xffffffff834c48a4 at iwl_trans_send_cmd+0x84 #3 0xffffffff835300e9 at iwl_mvm_send_cmd_pdu+0x49 #4 0xffffffff834f6d8e at iwl_mvm_recalc_multicast+0x4e #5 0xffffffff834f6cae at iwl_mvm_configure_filter+0x9e #6 0xffffffff80de9770 at lkpi_update_mcast_filter+0x100 #7 0xffffffff80dde2ef at lkpi_sta_assoc_to_run+0x57f #8 0xffffffff80deb14e at lkpi_iv_newstate+0x43e #9 0xffffffff80d12bb8 at ieee80211_newstate_cb+0x1f8 #10 0xffffffff80bd4de2 at taskqueue_run_locked+0x182 #11 0xffffffff80bd5fb2 at taskqueue_thread_loop+0xc2 #12 0xffffffff80b2786b at fork_exit+0x7b #13 0xffffffff81050f3e at fork_trampoline+0xe iwlwifi0: Failed to synchronize multicast groups update wlan99: link state changed to UP iwlwifi0: WRT: Collecting data: ini trigger 4 fired (delay=0ms). iwlwifi0: Device error - SW reset root@jgn11:~ # root@jgn11:~ # ifconfig re0: flags=1008802<BROADCAST,SIMPLEX,MULTICAST,LOWER_UP> metric 0 mtu 1500 options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE> ether 00:e0:4c:77:74:37 media: Ethernet autoselect (100baseTX <full-duplex>) status: active nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> lo0: flags=1008049<UP,LOOPBACK,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 16384 options=680003<RXCSUM,TXCSUM,LINKSTATE,RXCSUM_IPV6,TXCSUM_IPV6> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 groups: lo nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL> wlan99: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=0 ether 70:08:10:d2:aa:aa groups: wlan ssid FreshTomato50 channel 40 (5200 MHz 11a ht/40-) bssid 00:01:36:1f:e4:5c regdomain FCC country US authmode OPEN privacy OFF txpower 17 bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 32k ampdudensity 8 -amsdutx amsdurx shortgi -stbctx stbcrx -ldpctx ldpcrx -uapsd wme parent interface: iwlwifi0 media: IEEE 802.11 Wireless Ethernet MCS mode 11na status: associated nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> root@jgn11:~ # dhclient wlan99 dhclient already running, pid: 5623. exiting. root@jgn11:~ # ifconfig wlan99 wlan99: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=0 ether 70:08:10:d2:aa:aa groups: wlan ssid FreshTomato50 channel 40 (5200 MHz 11a ht/40-) bssid 00:01:36:1f:e4:5c regdomain FCC country US authmode OPEN privacy OFF txpower 17 bmiss 7 mcastrate 6 mgmtrate 6 scanvalid 60 ampdulimit 32k ampdudensity 8 -amsdutx amsdurx shortgi -stbctx stbcrx -ldpctx ldpcrx -uapsd wme parent interface: iwlwifi0 media: IEEE 802.11 Wireless Ethernet MCS mode 11na status: associated nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL> root@jgn11:~ # root@jgn11:~ # fwget Needed firmware packages: 'gpu-firmware-intel-kmod-alderlake gpu-firmware-intel-kmod-tigerlake wifi-firmware-iwlwifi-kmod-ax210' The most recent versions of packages are already installed root@jgn11:~ # fwget -h Usage: fwget [options] [subsystem] Supported subsystems pci, usb Options: -n -- Do not install packages, only print the results -q -- Quiet mode. If used with -n only prints a package a line -v -- More verbose root@jgn11:~ # fwget -n Needed firmware packages: 'gpu-firmware-intel-kmod-alderlake gpu-firmware-intel-kmod-tigerlake wifi-firmware-iwlwifi-kmod-ax210' root@jgn11:~ # root@jgn11:~ # ifconfig wlan99 up scan SSID/MESH ID BSSID CHAN RATE S:N INT CAPS Verizon_NCY96Q 88:de:7c:ee:a6:7d 1 54M -61:-96 100 EP RSN HTCAP MU_EDCA_PARAM_SET ATH WME WPS [range]_E30AJT7113978K bc:10:2f:1e:ce:6e 1 54M -71:-96 100 EPS RSN HTCAP WME FreshTomato24 00:01:36:1f:e4:5b 6 54M -53:-96 100 E HTCAP WME MsPepper 88:ad:43:ce:22:88 11 54M -67:-96 100 EPS HTCAP WME ATH WPS RSN 96:ad:43:ce:22:88 11 54M -68:-96 100 EPS HTCAP WME ATH WPA RSN a2:ad:43:ce:22:88 11 54M -68:-96 100 EPS HTCAP WME ATH WPA RSN xfinitywifi 9e:ad:43:ce:22:90 149 54M -84:-96 100 E HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH MsPepper 88:ad:43:ce:22:90 149 54M -84:-96 100 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPS RSN 8e:ad:43:ce:22:90 149 54M -85:-96 100 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN 9a:ad:43:ce:22:90 149 54M -84:-96 100 EP HTCAP VHTCAP VHTOPMODE VHTPWRENV WME ATH WPA RSN FreshTomato50 00:01:36:1f:e4:5c 40 54M -72:-96 100 E HTCAP WME root@jgn11:~ #home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e32b0c89-fd68-4b34-97f2-ab8ca4570b49>
