我找不到要连接的蓝牙设备,因此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 操作系统上都可以运行。
答案1
我通过查看启动板错误解决了这个问题此链接并安装dkms
包以及ar3011-dkms
链接中建议的包(虽然我不需要手动安装它并且dkms
使用apt-get
它自动安装)然后重新启动我的笔记本电脑。
现在蓝牙可以正常工作并且符合预期。