我无法在我的系统上启用蓝牙。我在Ubuntu22.04LTS上运行内核版本:5.19.0-38-generic
;我的蓝牙/wifi模块的信息如下:链接(USB0489:e069)。这似乎表明,在编写本报告时,Linux不支持这一点。我想知道如何跟踪在6.2内核中包括对此设备的支持方面是否取得了任何进展。
要求提供的补充资料:
[ 0.083001] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.244580] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.253788] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 2.589070] [drm] Loading DMUB firmware via PSP: version=0x05000500
[ 2.589530] [drm] Found VCN firmware Version ENC: 1.24 DEC: 2 VEP: 0 Revision: 0
[ 2.589533] amdgpu 0000:0b:00.0: amdgpu: Will use PSP to load VCN firmware
[ 4.628019] Bluetooth: Core ver 2.22
[ 4.628068] NET: Registered PF_BLUETOOTH protocol family
[ 4.628070] Bluetooth: HCI device and connection manager initialized
[ 4.628073] Bluetooth: HCI socket layer initialized
[ 4.628075] Bluetooth: L2CAP socket layer initialized
[ 4.628078] Bluetooth: SCO socket layer initialized
[ 4.867270] mt7921e 0000:08:00.0: WM Firmware Version: ____000000, Build Time: 20221227123243
[ 5.046049] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.046051] Bluetooth: BNEP filters: protocol multicast
[ 5.046054] Bluetooth: BNEP socket layer initialized
[ 6.777901] Bluetooth: hci0: Opcode 0x c03 failed: -110
07:00.0 Ethernet controller [0200]: Intel Corporation Ethernet Controller I225-V [8086:15f3] (rev 03)
DeviceName: Intel I225-V LAN
Subsystem: ASUSTeK Computer Inc. Ethernet Controller I225-V [1043:87d2]
Kernel driver in use: igc
Kernel modules: igc
08:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:0616]
Subsystem: Foxconn International, Inc. Device [105b:e0cd]
Kernel driver in use: mt7921e
Kernel modules: mt7921e
发布于 2023-05-05 05:15:43
我可以确认这个芯片组与它的默认6.2内核Ubuntu23.04一起工作。
当我在一个新的工作站上安装Ubuntu22.04LTS时,也出现了同样的错误。计算机的芯片组与cogle在其问题中所报告的相同:
Network controller [0280]: MEDIATEK Corp. Device [14c3:0616]
Subsystem: Foxconn International, Inc. Device [105b:e0cd].
我的工作站报告了同样的错误:
Bluetooth: hci0: Opcode 0x c03 failed: -110
我已经升级系统到Ubuntu23.04和蓝牙现在工作。
https://askubuntu.com/questions/1462352
复制相似问题