Pop!_OS 22.04系统中Intel AX210无线网卡蓝牙控制器无法识别的问题求助
Pop!_OS 22.04系统中Intel AX210无线网卡蓝牙控制器无法识别的问题求助
各位大佬好,我最近遇到了一个头疼的问题,想请大家帮忙支支招。我买了一块Intel AX210NGW无线网卡,当前用的是Pop!_OS 22.04系统,内核版本是6.2.6。WiFi功能完全正常,速度也拉满了,但网卡自带的蓝牙控制器却完全找不到——不管是冷启动(从BIOS开机)还是热重启,dmesg里搜不到相关信息,设备列表里也没有它的影子。我确认网卡是正品,不是山寨货。
我已经试过了能找到的几乎所有办法,包括直接从kernel.org的git仓库拉取最新的linux-firmware,但还是没用。我不想换内核,除非实在没办法。另外我对Linux内核了解不多,也不确定这是不是内核bug,或者是某个版本开始的回归问题。
下面是我收集到的系统信息,麻烦大家帮忙看看:
相关命令输出
- 执行
sudo dmesg | grep -i blue的结果:
[ 9.723185] Bluetooth: Core ver 2.22 [ 9.723246] NET: Registered PF_BLUETOOTH protocol family [ 9.723250] Bluetooth: HCI device and connection manager initialized [ 9.723259] Bluetooth: HCI socket layer initialized [ 9.723264] Bluetooth: L2CAP socket layer initialized [ 9.723275] Bluetooth: SCO socket layer initialized [ 9.990883] Bluetooth: HCI UART driver ver 2.3 [ 9.990895] Bluetooth: HCI UART protocol H4 registered [ 9.990898] Bluetooth: HCI UART protocol BCSP registered [ 9.990947] Bluetooth: HCI UART protocol LL registered [ 9.990951] Bluetooth: HCI UART protocol ATH3K registered [ 9.990983] Bluetooth: HCI UART protocol Three-wire (H5) registered [ 10.009924] Bluetooth: HCI UART protocol Intel registered [ 10.045913] Bluetooth: HCI UART protocol Broadcom registered [ 10.045952] Bluetooth: HCI UART protocol QCA registered [ 10.045956] Bluetooth: HCI UART protocol AG6XX registered [ 10.045980] Bluetooth: HCI UART protocol Marvell registered [ 56.033198] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 56.033209] Bluetooth: BNEP filters: protocol multicast [ 56.033219] Bluetooth: BNEP socket layer initialized
- 执行
sudo dmesg | grep -i hci0无任何输出。 - 执行
rfkill list all的结果:
0: phy0: Wireless LAN Soft blocked: no Hard blocked: no
- 内核版本(
uname -sr):
Linux 6.2.6-76060206-generic
- 执行
lspci的结果:
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e) 00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e) 00:13.0 SATA controller: Intel Corporation Atom Processor E3800 Series SATA AHCI Controller (rev 0e) 00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0e) 00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e) 00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e) 00:1c.0 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 1 (rev 0e) 00:1c.1 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 2 (rev 0e) 00:1c.2 PCI bridge: Intel Corporation Atom Processor E3800 Series PCI Express Root Port 3 (rev 0e) 00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e) 00:1f.3 SMBus: Intel Corporation Atom Processor E3800/CE2700 Series SMBus Controller (rev 0e) 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI Express Fast Ethernet controller (rev 07) 02:00.0 Network controller: Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a) 03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
- 执行
lsusb的结果:
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 1a40:0101 Terminus Technology Inc. Hub Bus 001 Device 002: ID 04f2:b446 Chicony Electronics Co., Ltd TOSHIBA Web Camera - HD Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- 执行
nmcli --get-values GENERAL.DEVICE,GENERAL.TYPE device show的结果:
wlp2s0 wifi virbr0 bridge p2p-dev-wlp2s0 wifi-p2p enp1s0 ethernet lo loopback
真心希望有经验的朋友能给我一些排查方向或者解决办法,谢谢大家!
备注:内容来源于stack exchange,提问作者blue linden




