我无法打开蓝牙,也无法显示。此页面上的所有按钮均无响应。我唯一能做的就是勾选复选框,但没有显示蓝牙状态。
我检查了我的 /etc/blueoth/main.conf。AutoEnable=true
我也尝试过命令:
rfkill block bluetooth
rfkill unblock bluetooth #Nothing changed or showed up
也
sudo rmmod btusb
>rmmod: ERROR: Module btusb is not currently loaded
lspci -nnk | grep -iA3 net; lsusb
编辑:按建议添加输出
$ lspci -nnk | grep -iA3 net; lsusb
00:1f.6 Ethernet controller [0200]: Intel Corporation Ethernet Connection (2) I219-LM [8086:15b7] (rev 31)
Subsystem: Dell Ethernet Connection (2) I219-LM [1028:06b9]
Kernel driver in use: e1000e
Kernel modules: e1000e
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Oland XT [Radeon HD 8670 / R7 250/350] [1002:6610] (rev 83)
Bus 002 Device 003: ID 0424:5744 Standard Microsystems Corp.
Bus 002 Device 002: ID 0424:5744 Standard Microsystems Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 413c:301a Dell Computer Corp.
Bus 001 Device 003: ID 0424:2744 Standard Microsystems Corp.
Bus 001 Device 002: ID 0424:2744 Standard Microsystems Corp.
Bus 001 Device 005: ID 2516:003c
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
那是不是说我没有蓝牙适配器呢?