You are not logged in.
dear all,
I have a thinkpad x13 gen5 ,I installed archlinux, desktop is kde6,but be200 wificard and bluetooth can't work .
my kernel ver is: Linux mzdn 6.18.2-arch2-1 #1 SMP PREEMPT_DYNAMIC Thu, 18 Dec 2025 18:00:18 +0000 x86_64 GNU/Linux
lspci's result:
00:00.0 Host bridge: Intel Corporation Device 7d14 (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Meteor Lake-P [Intel Arc Graphics] (rev 02)
00:04.0 Signal processing controller: Intel Corporation Meteor Lake-P Dynamic Tuning Technology (rev 03)
00:06.0 PCI bridge: Intel Corporation Meteor Lake-H/U PCIe Root Port #9 (rev 10)
00:06.1 PCI bridge: Intel Corporation Meteor Lake-H/U PCIe Root Port #10 (rev 02)
00:07.0 PCI bridge: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #0 (rev 01)
00:07.2 PCI bridge: Intel Corporation Meteor Lake-P Thunderbolt 4 PCI Express Root Port #2 (rev 01)
00:08.0 System peripheral: Intel Corporation Meteor Lake-P Gaussian & Neural-Network Accelerator (rev 10)
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 03)
00:0d.0 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 USB Controller (rev 01)
00:0d.2 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 NHI #0 (rev 01)
00:0d.3 USB controller: Intel Corporation Meteor Lake-P Thunderbolt 4 NHI #1 (rev 01)
00:14.0 USB controller: Intel Corporation Meteor Lake-P USB 3.2 Gen 2x1 xHCI Host Controller (rev 10)
00:14.2 RAM memory: Intel Corporation Meteor Lake-H/U Shared SRAM (rev 10)
00:15.0 Serial bus controller: Intel Corporation Meteor Lake-P Serial IO I2C Controller #0 (rev 10)
00:15.1 Serial bus controller: Intel Corporation Meteor Lake-P Serial IO I2C Controller #1 (rev 10)
00:16.0 Communication controller: Intel Corporation Meteor Lake-P CSME HECI #1 (rev 10)
00:1c.0 PCI bridge: Intel Corporation Device 7e38 (rev 10)
00:1c.7 PCI bridge: Intel Corporation Meteor Lake-H/U PCIe Root Port #8 (rev 10)
00:1f.0 ISA bridge: Intel Corporation Meteor Lake-P LPC/eSPI Controller (rev 10)
00:1f.3 Audio device: Intel Corporation Meteor Lake-P HD Audio Controller (rev 10)
00:1f.4 SMBus: Intel Corporation Meteor Lake-P SMBus Controller (rev 10)
00:1f.5 Serial bus controller: Intel Corporation Meteor Lake-P SPI Controller (rev 10)
04:00.0 Non-Volatile memory controller: Sandisk Corp WD PC SN810 / Black SN850 NVMe SSD (rev 01)
09:00.0 Network controller: Intel Corporation Wi-Fi 7(802.11be) AX1775*/AX1790*/BE20*/BE401/BE1750* 2x2 (rev 1a)
Then I run "journalctl -p err -n " in konsole,I get some messages:
1月 01 17:50:09 mzdn kernel: spi-nor spi0.0: unrecognized JEDEC id bytes: f7 f0 30 09 03 00
1月 01 17:50:09 mzdn kernel: iwlwifi 0000:09:00.0: no suitable firmware found!
1月 01 17:50:09 mzdn kernel: iwlwifi 0000:09:00.0: minimum version required: iwlwifi-gl-b0-fm-b0-100
1月 01 17:50:09 mzdn kernel: iwlwifi 0000:09:00.0: maximum version supported: iwlwifi-gl-b0-fm-b0-c99
1月 01 17:50:09 mzdn kernel: iwlwifi 0000:09:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
1月 01 17:50:09 mzdn kernel: Bluetooth: hci0: Failed to load Intel firmware file intel/ibt-0191-0191.sfi (-2)
1月 01 17:50:09 mzdn kernel: Bluetooth: hci0: Failed to read MSFT supported features (-56)
I have already installed linux-firmware,
I don't kow how to debug,Please help me ,thank's a lot!
Last edited by dwzn (2026-01-01 10:09:19)
Offline
iwlwifi: no suitable firmware found
minimum version required: iwlwifi-gl-b0-fm-b0-100
Bluetooth: Failed to load Intel firmware file intel/ibt-0191-0191.sfi
drivers are present but the 'linux-firmware' which is installed might not have the requaired blobs of the BE200 firmware.
run this
ls /usr/lib/firmware/iwlwifi-gl-b0-fm-b0-*.ucode
ls /usr/lib/firmware/intel/ibt-0191-0191.sfiif you see nothing then this confirms, in that case install the latest upstream firmware manually, and after that rebooting should fix the issue.
Last edited by 5hridhyan (2026-01-01 14:23:20)
I expect some mercy from my fellow humans! ^^
Keep your virtue sharpened in a kingdom of carrion, and the throne they offer will be built from your ribs.
Offline
thank's for you reply,
I try to search those file by internet,
But unfortunately I can't find those files,
so I decided to solve the problem by compling the drive,
Please wait for my futher report.
Last edited by dwzn (2026-01-02 11:30:47)
Offline