hcitool dev 或 rfkill 或 blueman 中没有蓝牙设备

hcitool dev 或 rfkill 或 blueman 中没有蓝牙设备

我找不到要连接的蓝牙设备,因此blueman无法工作,而且我不知道问题出在哪里。

奇怪的是,我根本找不到蓝牙设备,正如您在下面看到的,所有结果hcitool devrfkill都不包含有关蓝牙设备的任何信息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它自动安装)然后重新启动我的笔记本电脑。

现在蓝牙可以正常工作并且符合预期。

答案2

我知道我有点迟到了,但是如果蓝牙服务正在运行并且 rfkill 没有显示你的蓝牙,你可能需要让内核进行注册。

打开你的内核选项并添加到最后pci=nomsi 重新启动你的计算机,你就应该注册蓝牙了。 在此处输入图片描述

相关内容