Debian 11 中未找到蓝牙设备

Debian 11 中未找到蓝牙设备

我有双启动Win10-Debian11,联想Yoga slim 7 pro。在Windows系统中可以成功找到蓝牙设备,但在Debian中我看不到任何蓝牙设备。

我已经在 win 系统中关闭了蓝牙,并按照 wiki.debian 安装包中的说明进行操作bluez-firmwaresystemctl status bluetooth.service给了我以下内容:

● bluetooth.service - Bluetooth service
     Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
     Active: active (running) since Sun 2021-11-28 07:35:25 CET; 4min 44s ago
       Docs: man:bluetoothd(8)
   Main PID: 1473 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 16547)
     Memory: 2.1M
        CPU: 24ms
     CGroup: /system.slice/bluetooth.service
             └─1473 /usr/libexec/bluetooth/bluetoothd --noplugin=sap

Nov 28 07:35:25 debian systemd[1]: Starting Bluetooth service...
Nov 28 07:35:25 debian bluetoothd[1473]: Bluetooth daemon 5.55
Nov 28 07:35:25 debian systemd[1]: Started Bluetooth service.
Nov 28 07:35:25 debian bluetoothd[1473]: Starting SDP server
Nov 28 07:35:25 debian bluetoothd[1473]: Excluding (cli) sap
Nov 28 07:35:25 debian bluetoothd[1473]: Bluetooth management interface 1.18 initialized
Nov 28 07:35:25 debian bluetoothd[1473]: Failed to set mode: Blocked through rfkill (0x12)
Nov 28 07:35:25 debian bluetoothd[1473]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSink/sbc
Nov 28 07:35:25 debian bluetoothd[1473]: Endpoint registered: sender=:1.35 path=/MediaEndpoint/A2DPSource/sbc
Nov 28 07:35:27 debian bluetoothd[1473]: Failed to set mode: Blocked through rfkill (0x12)

#rfkill unblock bluetooth
#systemctl restart bluetooth
#rmmod btusb

错误“无法设置模式...”消失了,但我仍然没有看到任何蓝牙设备。有任何想法吗?

答案1

下面的评论对我帮助很大: Debian buster 中未找到蓝牙适配器

有时我们有必要了解硬件的品牌并搜索驱动程序。我通过以下命令知道了该品牌:

$ lsusb

我搜索了驱动程序。

相关内容