Bluetoothctl 未检测到我的 Realtek 蓝牙控制器。
ls 的输出/dev | grep hci
vhci
输出dmesg | grep -i bluetooth
[ 3.203531] usb 4-10: Product: Bluetooth Radio
[ 3.689235] Bluetooth: Core ver 2.22
[ 3.689259] Bluetooth: HCI device and connection manager initialized
[ 3.689264] Bluetooth: HCI socket layer initialized
[ 3.689267] Bluetooth: L2CAP socket layer initialized
[ 3.689272] Bluetooth: SCO socket layer initialized
[ 3.720373] Bluetooth: hci0: RTL: rtl: examining hci_ver=08 hci_rev=826c lmp_ver=08 lmp_subver=a99e
[ 3.720377] Bluetooth: hci0: RTL: rtl: unknown IC info, lmp subver a99e, hci rev 826c, hci ver 0008
[ 59.402999] audit: type=1130 audit(1547348479.153:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 59.413396] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 59.413398] Bluetooth: BNEP filters: protocol multicast
[ 59.413404] Bluetooth: BNEP socket layer initialized
输出lsusb
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 002: ID 1532:0502 Razer USA, Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 003: ID 062a:5918 MosArt Semiconductor Corp.
Bus 004 Device 002: ID 046d:c31c Logitech, Inc. Keyboard K120
Bus 004 Device 004: ID 0bda:b00a Realtek Semiconductor Corp.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
输出bluetoothctl
然后输入power on
No default controller available
该bluetooth
服务当前正在运行
lp
我是小组成员
输出lsmod | grep btusb
btusb 57344 0
btrtl 20480 1 btusb
btbcm 16384 1 btusb
btintel 28672 1 btusb
bluetooth 651264 12 btrtl,btintel,btbcm,bnep,btusb
我已经bluez
安装了该软件包并且我已经尝试过bluex-utils
并且bluez-utils-compat
编辑hci0
内核检测到蓝牙控制器,但 bluetoothctl 未找到它。
有谁知道如何解决这个问题?
编辑#2我发现hciconfig
hci0 已关闭,但如果我运行hciconfig hci0 up
它会返回Can't init device hci0: Invalid argument (22)
答案1
您是否拥有 RTL8821CE 无线 + 蓝牙组合?
AUR 包的 Github 上有关于 Arch 的解决方案。 https://github.com/tomaspinho/rtl8821ce/issues/19#issuecomment-451890849
我希望这是由于其他错误而导致的暂时问题,因为有人说它又开始工作了。 https://bugzilla.kernel.org/show_bug.cgi?id=201921#c1