我双启动 Lunar Lobster Ubuntu 23.04 和 Windows 11。我有 Razer Opus X 蓝牙无线耳机。当我使用 Windows 11 启动时,它在我的移动设备上连接得非常好。
蓝牙已打开,并且 bluez 已安装。
我使用 Realtek 蓝牙无线电(USB 适配器)。它的 ID 是 6655::8771。根据我的理解,这意味着它使用 rtl8761b_fw.bin 和 rtl8761_config.bin 来工作蓝牙。据我所知,直到最近才发现这个问题,今年六月的某个时候修复了这个问题:https ://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1968604 我已经关注了该线程上的每条线索都没有让我的蓝牙正常工作。
尽管显然不再需要它,但我什至尝试将 rtl8761bu_fw.bin 和 rtl8761bu_config.bin 符号链接文件制作为其非 bu 对应文件(分别为 rtl8761b_fw.bin 和 rtl8761_config.bin ),但这没有任何作用。
结果来自sudo dmesg | grep -i Bluetooth
:
[ 1.497932] usb 1-8: Product: Bluetooth Radio
[ 4.198735] Bluetooth: Core ver 2.22
[ 4.198763] NET: Registered PF_BLUETOOTH protocol family
[ 4.198764] Bluetooth: HCI device and connection manager initialized
[ 4.198768] Bluetooth: HCI socket layer initialized
[ 4.198770] Bluetooth: L2CAP socket layer initialized
[ 4.198774] Bluetooth: SCO socket layer initialized
[ 5.228342] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.228343] Bluetooth: BNEP filters: protocol multicast
[ 5.228346] Bluetooth: BNEP socket layer initialized
[ 5.229257] Bluetooth: MGMT ver 1.22
[ 7.309061] Bluetooth: RFCOMM TTY layer initialized
[ 7.309065] Bluetooth: RFCOMM socket layer initialized
[ 7.309067] Bluetooth: RFCOMM ver 1.11
[ 774.438702] usb 1-8: Product: Bluetooth Radio
[ 774.512974] Bluetooth: MGMT ver 1.22
来自hciconfig -a
:
hci0: Type: Primary Bus: USB
BD Address: 70:3E:97:EA:E0:9E ACL MTU: 1021:6 SCO MTU: 255:12
UP RUNNING
RX bytes:1614 acl:0 sco:0 events:161 errors:0
TX bytes:5584 acl:0 sco:0 commands:148 errors:0
Features: 0xff 0xff 0xff 0xfe 0xdb 0xfd 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: PERIPHERAL ACCEPT
Name: 'LAX-B760-Pro-RS'
Class: 0x7c0104
Service Classes: Rendering, Capturing, Object Transfer, Audio, Telephony
Device Class: Computer, Desktop workstation
HCI Version: 5.1 (0xa) Revision: 0xb
LMP Version: 5.1 (0xa) Subversion: 0x8761
Manufacturer: Realtek Semiconductor Corporation (93)
蓝牙已打开、启用并正在运行。当我打开设置中的蓝牙选项卡时,它似乎正在主动搜索设备。尝试使用 bluetoothctl 在终端中连接到我的耳机(或任何与此相关的蓝牙设备)也不会产生任何结果。我什至确保它的某些部分不会被 rfkill 命令阻止。
我已经完成并尝试了很多其他事情,尽管它们与我的问题并没有真正相关,但我拼命地试图让某些事情发挥作用。我已经重新安装了linux固件,我已经尝试安装blueman,我已经禁用然后重新启用蓝牙,我已经打开/关闭蓝牙,我已经尝试重新启动我的计算机,我已经尝试拔掉然后重新插上在我的蓝牙 USB 适配器中,我尝试关闭计算机,启动 Windows,关闭,然后启动 Ubuntu。这些都没有产生任何效果。
我已经在这里呆了大约六个小时了,我完全不知所措,所以我在这里注册了一个帐户只是为了询问这个问题。我知道 RealTek 蓝牙并未明确支持 ubuntu,但网上的人似乎没有任何问题,特别是在 6 月份最新的 Linux 固件更新之后。我的所有其他蓝牙设备都可以很好地相互连接,甚至可以与我的计算机连接(除了当我使用 Ubuntu 启动时),所以我不认为是它们的问题。
如果我应该在此处发布有关我的计算机的任何其他命令或其他任何可以使这更容易帮助我的命令,请告诉我。我的内核是 6.2.0-36-generic