我找不到要连接的蓝牙设备,因此blueman
无法正常工作,我无法弄清楚问题所在。
奇怪的是我什至找不到蓝牙设备,正如你在这里看到的那样,所有结果hcitool dev
或rfkill
不包含任何关于蓝牙设备的信息,如hci0
.
我正在使用 Lubuntu 18.04 LTS,我的笔记本电脑是 Asus X555L,相关命令的结果如下:
$rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
$hcitool dev
Devices:
$lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
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 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 003: ID 04ca:3010 Lite-On Technology Corp.
Bus 002 Device 002: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$lspci -nnk | grep -iA2 net
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
Subsystem: ASUSTeK Computer Inc. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1043:200f]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Lite-On Communications Inc QCA9565 / AR9565 Wireless Network Adapter [11ad:0662]
Kernel driver in use: ath9k
Kernel modules: ath9k
当我blueman-manager
从终端运行时,我在日志中得到了这个:
SetAdapter (/usr/lib/python3/dist-packages/blueman/gui/DeviceList.py:271)
No such adapter
此外,几乎所有按钮都处于非活动状态,我无法在蓝牙管理器中执行任何操作。
我不知道问题是什么,蓝牙设备可以在我以前的 linux 操作系统上运行,也可以在我的 windows 上运行。