Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
8658 Discussions

Intel Wi-Fi 7 BE200 320MHz, kernel warning and system freeze

MaskRay
Beginner
5,622 Views

When I run `sudo iwctl station wlan0 connect wifiname` for the first time during a boot, iwctl would error

```
No matching method found
Failed to retrieve IWD dbus objects, quitting...
```

Running it for the second time would succeed and I can then `dhcpcd wlan0`. journalctl demonstrates the relevant kernel warnings for the first iwctl run.

 

System information
```
% inxi
CPU: 16-core Intel Core Ultra 7 255H (-MCP-)
speed/min/max: 1751/400/5100:4400:2500 MHz Kernel: 6.15.6-arch1-1 x86_64
Up: 25m Mem: 4.77/30.84 GiB (15.5%) Storage: 931.51 GiB (2.7% used) Procs: 331
Shell: fish inxi: 3.3.38
% uname -a
Linux hacking 6.15.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 10 Jul 2025 17:10:18 +0000 x86_64 GNU/Linux
% lsmod | grep 'wmi\|iwlwifi'
iwlwifi 622592 1 iwlmld
cfg80211 1400832 3 iwlmld,iwlwifi,mac80211
wmi_bmof 12288 0
wmi 32768 2 video,wmi_bmof
% ethtool -i wlan0 | grep firmware
firmware-version: 98.d661c37c.0 gl-c0-fm-c0-98.uc
% lspci -k | grep BE200
Subsystem: Intel Corporation BE200 320MHz [Gale Peak]
% lspci
00:00.0 Host bridge: Intel Corporation Device 7d06 (rev 05)
00:02.0 VGA compatible controller: Intel Corporation Arrow Lake-P [Intel Graphics] (rev 03)
00:04.0 Signal processing controller: Intel Corporation Meteor Lake-P Dynamic Tuning Technology (rev 05)
00:06.0 PCI bridge: Intel Corporation Device 7ecb (rev 10)
00:07.0 PCI bridge: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 10)
00:08.0 System peripheral: Intel Corporation Device 774c
00:0a.0 Signal processing controller: Intel Corporation Meteor Lake-P Platform Monitoring Technology (rev 01)
00:0b.0 Processing accelerators: Intel Corporation Meteor Lake NPU (rev 05)
00:0d.0 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 USB Controller (rev 10)
00:0d.2 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 NHI #0 (rev 10)
00:14.0 USB controller: Intel Corporation Device 777d
00:14.2 RAM memory: Intel Corporation Device 777f
00:15.0 Serial bus controller: Intel Corporation Arrow Lake-H [Serial IO I2C Host Controller]
00:15.1 Serial bus controller: Intel Corporation Arrow Lake-H [Serial IO I2C Host Controller]
00:16.0 Communication controller: Intel Corporation Device 7770
00:1c.0 PCI bridge: Intel Corporation Device 773d
00:1c.7 PCI bridge: Intel Corporation Device 773f
00:1f.0 ISA bridge: Intel Corporation Device 7702
00:1f.3 Audio device: Intel Corporation Device 7728
00:1f.4 SMBus: Intel Corporation Device 7722
00:1f.5 Serial bus controller: Intel Corporation Device 7723
00:1f.6 Ethernet controller: Intel Corporation Device 550a
01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9C1a (DRAM-less)
2c:00.0 SD Host controller: O2 Micro, Inc. SD/MMC Card Reader Controller (rev 01)
2d:00.0 Network controller: Intel Corporation Wi-Fi 7(802.11be) AX1775*/AX1790*/BE20*/BE401/BE1750* 2x2 (rev 1a)
```

 

journalctl -b log

 

I suspect that this is also related to the intermittent system freeze I am experiencing (https://bbs.archlinux.org/viewtopic.php?pid=2251387 ). Freezes have occurred with at least the following Arch Linux kernel configurations:

* core/linux 6.15.6.arch1-1 w/o max_cstate
* core/linux 6.15.6.arch1-1 intel_idle.max_cstate=2
* core/linux-lts 6.12.37-1 w/o max_cstate
* core/linux-lts 6.12.37-1 intel_idle.max_cstate=1

On occasion, a freeze would occur within the first 30 minutes of booting.
wifi/audio/webcam are working. I've gathered full journalctl logs related to freezes

https://gist.github.com/MaskRay/396db070ac1515f01a9db5312dd63a5f
https://gist.github.com/MaskRay/0fa33f70b28961febb578827b4565a47
https://gist.github.com/MaskRay/ef2fcbf0b25456a88a37e755d064b428
https://gist.github.com/MaskRay/1a11d76b213ae3c3831d24b1d656cf83

0 Kudos
9 Replies
JeanetteC_Intel
Moderator
5,612 Views

Hello MaskRay,

 

Thank you for posting in Intel Communities.

 

I will look into this internally and provide an update as soon as it's available.

 

 

Best regards,

JeanetteC.

Intel® Customer Support Technician


0 Kudos
JeanetteC_Intel
Moderator
5,400 Views

Hello MaskRay,

 

To further investigate this issue, please help share these following details below:

 

  1. When did the issue begin, and was everything functioning properly before?
  2. Is this the original adapter that was pre-installed in your system, or have you recently changed or installed a new adapter?
  3. Are you using a laptop or a desktop system?
  4. Have you upgraded to the latest stable kernel available for testing?
  5. Kindly provide the full system specifications (SSU logs for Linux) by downloading the Intel® System Support Utility for the Linux* Operating System. For detailed instructions, refer to our article in the Help Guide for the Intel® System Support Utility.
  6. What other troubleshooting steps have you already attempted?

 

I hope to hear from you soon.

 

 

Best regards,

JeanetteC.

Intel® Customer Support Technician


0 Kudos
MaskRay
Beginner
5,074 Views

Thank you for the reply!

 

> When did the issue begin, and was everything functioning properly before?
> Is this the original adapter that was pre-installed in your system, or have you recently changed or installed a new adapter?
> Are you using a laptop or a desktop system?

 

This problem appeared since I received this laptop Linux (~2 weeks ago).
No hardware components have been replaced since then.

I'm using the laptop with an external monitor, connected through its Thunderbolt 4 port (USB-C compatible).

 

> Have you upgraded to the latest stable kernel available for testing?

 

I suspect this is a regression between kernel 6.11 and 6.15.
I observed random system freeze with Arch Linux 6.15.6-arch1-1.

On this laptop, I've also installed Ubuntu 24.04 LTS.
The WiFi functions correctly, and I experience no system freezes when using the older kernel, /boot/vmlinuz-6.11.0-29-generic.

However, booting with the newer /boot/vmlinuz-6.14.0-24-generic kernel consistently leads to a system freeze, often within five minutes of startup.

 

> Kindly provide the full system specifications (SSU logs for Linux) by downloading the Intel® System Support Utility for the Linux* Operating System. For detailed instructions, refer to our article in the Help Guide for the Intel® System Support Utility.

 

The "download" link on https://www.intel.com/content/www/us/en/download/18895/intel-system-support-utility-for-the-linux-operating-system.html has no response (in both Chrome and Firefox).
However, I found the release note link
https://downloadmirror.intel.com/26735/releasenotes_3.0.0.2.txt

and guessed the correct URI
https://downloadmirror.intel.com/26735/ssu_3.0.0.2_tar.gz

Attached the report.

 

> What other troubleshooting steps have you already attempted?

 

I started a thread "Random freeze, Intel Core Ultra 7 255H, Intel Wi-Fi 7 BE200" on https://bbs.archlinux.org/viewtopic.php?id=306935 

The kernel parameter intel_idle.max_cstate seems unrelated.

0 Kudos
JeanetteC_Intel
Moderator
5,019 Views

Hello MaskRay,

 

Thank you for sharing this information. I will review it internally and provide an update at the earliest opportunity.

 

 

Best regards,

JeanetteC.

Intel® Customer Support Technician


0 Kudos
JeanetteC_Intel
Moderator
4,511 Views

Hello MaskRay,

 

In the forum, you mentioned that the Wi-Fi works properly and there are no system freezes when using the older kernel via Ubuntu 2~24.04, Kernel v6.11, which is supported by pre-installation with additional purchase from the PC hardware link OS.

 

However, you're experiencing random system freezes with Arch Linux 6.15.6-arch1-1 between kernel versions 6.11 and 6.15.

According to the logs you provided, the system successfully detects BE200 with the latest kernel and firmware, although Arch Linux is not found via the PC OEM.

 

If you're a corporate user, please let me know how many hardware impacts and projects are involved.

 

I'm sharing the Linux Driver link here: Intel® Wireless Wi-Fi Drivers for Linux*

 

Please note that Linux* OS, software, and hardware not officially endorsed by your PC may affect performance and stability. We recommend consulting with the PC manufacturer or Linux* OS distributor to ensure compatibility and functionality with Intel wireless products.

 

The message "Failed to retrieve IWD dbus objects, quitting..." suggests enabling the automatic startup of the iwd service.

 

 

Best regards,

JeanetteC.

Intel® Customer Support Technician


0 Kudos
JeanetteC_Intel
Moderator
4,220 Views

Hello MaskRay,

 

Were you able to check the previous post? 

Let us know if you have any questions. 

 

 

Best regards,

JeanetteC.

Intel® Customer Support Technician


0 Kudos
MaskRay
Beginner
3,932 Views

Hi JeanetteC,

I'm using this laptop for personal use, not as a corporate user.

> According to the logs you provided, the system successfully detects BE200 with the latest kernel and firmware, although Arch Linux is not found via the PC OEM.

Correct, I've been running Arch Linux with the core/linux-lts 6.12.41-1 kernel for the past few days, and it's been stable with no freezes.
However, after testing kernel 6.15.9.arch1-1, I noticed a freeze about two hours after booting. The "[ cut here ]" stanza is included below.

In journalctl logs from system freezes, I find "[ cut here ]" stanzas, which is absent in logs from stable boots.

 

I suspect this is a regression between kernel 6.12.41 (stable) and 6.15.9 (unstable).

 

The https://www.intel.com/content/www/us/en/download/824804/intel-wireless-wi-fi-drivers-for-linux.html link is for kernel 6.16 . I'll test it once Arch Linux's core/linux upgrades to 6.16.

% pacman -Si linux
Repository : core
Name : linux
Version : 6.15.9.arch1-1
...

% pacman -Si linux-firmware-intel
Repository : core
Name : linux-firmware-intel
Version : 20250708-1
Description : Firmware files for Linux - Firmware for Intel devices
Architecture : any
URL : https://gitlab.com/kernel-firmware/linux-firmware
...

 

Aug 04 20:14:46 blitz kernel: ------------[ cut here ]------------
Aug 04 20:14:46 blitz kernel: WARNING: CPU: 13 PID: 1860 at net/wireless/nl80211.c:8822 nl80211_get_reg_do+0x1e4/0x210 [cfg80211]
Aug 04 20:14:46 blitz kernel: Modules linked in: ccm algif_aead crypto_null des3_ede_x86_64 des_generic libdes md4 uinput cmac algif_hash algif_skcipher af_alg bnep vfat fat snd_sof_pci_intel_mtl snd_sof_intel_hda_generic soundwire_intel snd_sof_intel_hda_sdw_bpt snd_sof_intel_hda_common snd_soc_hdac_hda snd_sof_intel_hda_mlink snd_sof_intel_hda soundwire_cadence snd_sof_pci snd_sof_xtensa_dsp intel_uncore_frequency intel_uncore_frequency_common snd_hda_codec_hdmi snd_sof x86_pkg_temp_thermal snd_sof_utils intel_powerclamp snd_hda_ext_core snd_soc_acpi_intel_match coretemp snd_soc_acpi_intel_sdca_quirks soundwire_generic_allocation snd_soc_acpi soundwire_bus kvm_intel iwlmld snd_hda_codec_realtek snd_soc_sdca uvcvideo snd_soc_core snd_hda_codec_generic kvm mac80211 snd_hda_scodec_component snd_compress ac97_bus videobuf2_vmalloc irqbypass libarc4 snd_pcm_dmaengine joydev polyval_clmulni crc8 mousedev polyval_generic snd_hda_intel ghash_clmulni_intel uvc snd_intel_dspcfg sha512_ssse3 snd_intel_sdw_acpi sha256_ssse3 snd_hda_codec
Aug 04 20:14:46 blitz kernel: sha1_ssse3 btusb videobuf2_memops snd_hda_core aesni_intel processor_thermal_device_pci btrtl videobuf2_v4l2 snd_hwdep processor_thermal_device iwlwifi crypto_simd btintel cryptd processor_thermal_wt_hint hid_multitouch iTCO_wdt snd_pcm mei_gsc_proxy btbcm processor_thermal_rfim rapl intel_pmc_bxt processor_thermal_rapl videobuf2_common intel_cstate mei_me iTCO_vendor_support btmtk intel_rapl_msr e1000e snd_timer cfg80211 videodev clevo_acpi(OE) i2c_i801 intel_rapl_common bluetooth ptp ucsi_acpi snd intel_lpss_pci i2c_smbus processor_thermal_wt_req intel_uncore typec_ucsi mei mc tuxedo_io(OE) pps_core pcspkr wmi_bmof clevo_wmi(OE) intel_lpss rfkill i2c_mux soundcore thunderbolt tuxedo_keyboard(OE) intel_pmc_core typec processor_thermal_power_floor intel_vpu idma64 tuxedo_compatibility_check(OE) processor_thermal_mbox int3403_thermal igen6_edac roles led_class_multicolor i2c_hid_acpi int340x_thermal_zone i2c_hid pmt_telemetry int3400_thermal intel_hid pmt_class pinctrl_meteorlake acpi_tad acpi_thermal_rel
Aug 04 20:14:46 blitz kernel: acpi_pad sparse_keymap mac_hid pkcs8_key_parser crypto_user dm_mod loop nfnetlink ip_tables x_tables xe drm_ttm_helper drm_suballoc_helper gpu_sched drm_gpuvm drm_exec drm_gpusvm i915 sdhci_pci i2c_algo_bit sdhci_uhs2 drm_buddy sdhci ttm video nvme cqhci intel_gtt nvme_core mmc_core drm_display_helper serio_raw nvme_keyring intel_vsec cec nvme_auth wmi
Aug 04 20:14:46 blitz kernel: Unloaded tainted modules: tuxedo_nb02_nvidia_power_ctrl(OE):1
Aug 04 20:14:46 blitz kernel: CPU: 13 UID: 0 PID: 1860 Comm: iwd Tainted: G OE 6.15.8-arch1-2 #1 PREEMPT(full) 7b804d8109e142013e8263acc2bd1ff1b0003d09
Aug 04 20:14:46 blitz kernel: Tainted: [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Aug 04 20:14:46 blitz kernel: Hardware name: EUROCOM BLITZ Ultra 2/V54x_6x_TU, BIOS 1.07.14aEu 02/06/2025
Aug 04 20:14:46 blitz kernel: RIP: 0010:nl80211_get_reg_do+0x1e4/0x210 [cfg80211]
Aug 04 20:14:46 blitz kernel: Code: 4c 24 0c ba 04 00 00 00 be 9a 00 00 00 48 89 df c7 44 24 0c 01 00 00 00 e8 49 83 56 db 85 c0 0f 84 4f ff ff ff e9 18 ff ff ff <0f> 0b bd ea ff ff ff e9 11 ff ff ff 89 c5 e9 0f ff ff ff bd 97 ff
Aug 04 20:14:46 blitz kernel: RSP: 0018:ffffd279cb113920 EFLAGS: 00010202
Aug 04 20:14:46 blitz kernel: RAX: 0000000000000000 RBX: ffff8de351c39e00 RCX: 0000000000000000
Aug 04 20:14:46 blitz kernel: RDX: ffff8de35bfa0000 RSI: 0000000000000000 RDI: ffff8de3655303c0
Aug 04 20:14:46 blitz kernel: RBP: ffffd279cb113980 R08: 0000000000000000 R09: ffff8de3613bc014
Aug 04 20:14:46 blitz kernel: R10: 0000000000000000 R11: ffffffffc1691bf0 R12: ffff8de3613bc014
Aug 04 20:14:46 blitz kernel: R13: ffff8de351c39b00 R14: ffff8de3655303c0 R15: 0000000000000001
Aug 04 20:14:46 blitz kernel: FS: 00007fbc0043bb80(0000) GS:ffff8deb0126c000(0000) knlGS:0000000000000000
Aug 04 20:14:46 blitz kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Aug 04 20:14:46 blitz kernel: CR2: 000055c9dd66aa50 CR3: 00000001116b8004 CR4: 0000000000f72ef0
Aug 04 20:14:46 blitz kernel: PKRU: 55555554
Aug 04 20:14:46 blitz kernel: Call Trace:
Aug 04 20:14:46 blitz kernel: <TASK>
Aug 04 20:14:46 blitz kernel: genl_family_rcv_msg_doit+0xfc/0x160
Aug 04 20:14:46 blitz kernel: genl_rcv_msg+0x1aa/0x2b0
Aug 04 20:14:46 blitz kernel: ? __pfx_nl80211_pre_doit+0x10/0x10 [cfg80211 b625d429b1bbf682cbc4c5c7c822b08fc1cdb591]
Aug 04 20:14:46 blitz kernel: ? __pfx_nl80211_get_reg_do+0x10/0x10 [cfg80211 b625d429b1bbf682cbc4c5c7c822b08fc1cdb591]
Aug 04 20:14:46 blitz kernel: ? __pfx_nl80211_post_doit+0x10/0x10 [cfg80211 b625d429b1bbf682cbc4c5c7c822b08fc1cdb591]
Aug 04 20:14:46 blitz kernel: ? __pfx_genl_rcv_msg+0x10/0x10
Aug 04 20:14:46 blitz kernel: netlink_rcv_skb+0x59/0x110
Aug 04 20:14:46 blitz kernel: genl_rcv+0x28/0x40
Aug 04 20:14:46 blitz kernel: netlink_unicast+0x26f/0x3a0
Aug 04 20:14:46 blitz kernel: netlink_sendmsg+0x20d/0x430
Aug 04 20:14:46 blitz kernel: __sys_sendto+0x1f4/0x200
Aug 04 20:14:46 blitz kernel: __x64_sys_sendto+0x24/0x30
Aug 04 20:14:46 blitz kernel: do_syscall_64+0x7b/0x810
Aug 04 20:14:46 blitz kernel: ? do_syscall_64+0x87/0x810
Aug 04 20:14:46 blitz kernel: ? ep_item_poll.isra.0+0x56/0x90
Aug 04 20:14:46 blitz kernel: ? do_epoll_ctl+0x5c3/0xdd0
Aug 04 20:14:46 blitz kernel: ? __seccomp_filter+0x41/0x4e0
Aug 04 20:14:46 blitz kernel: ? __x64_sys_epoll_ctl+0x6f/0xa0
Aug 04 20:14:46 blitz kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Aug 04 20:14:46 blitz kernel: ? do_syscall_64+0x87/0x810
Aug 04 20:14:46 blitz kernel: ? __x64_sys_epoll_wait+0x70/0x120
Aug 04 20:14:46 blitz kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Aug 04 20:14:46 blitz kernel: ? do_syscall_64+0x87/0x810
Aug 04 20:14:46 blitz kernel: ? syscall_exit_to_user_mode+0x37/0x1c0
Aug 04 20:14:46 blitz kernel: ? do_syscall_64+0x87/0x810
Aug 04 20:14:46 blitz kernel: ? do_syscall_64+0x87/0x810
Aug 04 20:14:46 blitz kernel: ? irqentry_exit_to_user_mode+0x2c/0x1b0
Aug 04 20:14:46 blitz kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Aug 04 20:14:46 blitz kernel: RIP: 0033:0x7fbc002931ce
Aug 04 20:14:46 blitz kernel: Code: 4d 89 d8 e8 64 be 00 00 4c 8b 5d f8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 74 11 c9 c3 0f 1f 80 00 00 00 00 48 8b 45 10 0f 05 <c9> c3 83 e2 39 83 fa 08 75 e7 e8 13 ff ff ff 0f 1f 00 f3 0f 1e fa
Aug 04 20:14:46 blitz kernel: RSP: 002b:00007ffd1e2bd260 EFLAGS: 00000202 ORIG_RAX: 000000000000002c
Aug 04 20:14:46 blitz kernel: RAX: ffffffffffffffda RBX: 000055ca03a00960 RCX: 00007fbc002931ce
Aug 04 20:14:46 blitz kernel: RDX: 000000000000001c RSI: 000055ca03a0c430 RDI: 0000000000000004
Aug 04 20:14:46 blitz kernel: RBP: 00007ffd1e2bd270 R08: 0000000000000000 R09: 0000000000000000
Aug 04 20:14:46 blitz kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 000055ca03a0c430
Aug 04 20:14:46 blitz kernel: R13: 000055ca03a0bbe0 R14: 0000000000000001 R15: 0000000000000000
Aug 04 20:14:46 blitz kernel: </TASK>



0 Kudos
JeanetteC_Intel
Moderator
3,818 Views

Hello MaskRay,

 

I will investigate this further and provide an update once available

 

 

Best regards,

JeanetteC.

Intel Customer Support Technician


0 Kudos
JeanetteC_Intel
Moderator
3,413 Views

Hello MaskRay,

 

As per further checking on this issue, this is more related to PC OEM support of Linux OS and kernel version. It is highly recommended to reach out with OEM PC for supported Linux OS and kernel version.

 

Upon further examination, this issue appears to be related to the PC OEM support for Linux OS and kernel version. It is strongly advised to contact your OEM PC for information on supported Linux OS and kernel versions.

 

I will go ahead and close this thread. Should you need assistance in the future, please submit a new question as this thread will no longer be monitored.

 

 

Sincerely,

JeanetteC.

Intel Customer Support Technician


0 Kudos
Reply