蓝牙无法在 ubuntu 18.04 LTS 上使用

蓝牙无法在 ubuntu 18.04 LTS 上使用

我最近安装了 Ubuntu 18.04 LTS,并尝试了几种解决方案来解决此问题,但到目前为止没有任何效果。

以下是rfkill list

0: acer-wireless: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

当我尝试时bluetoothctl,我得到了以下结果:

hozayfa@hozayfa:~$ bluetoothctl
Agent registered
[bluetooth]# power off
No default controller available
[bluetooth]# 

输出dmesg | grep Blue

hozayfa@hozayfa:~$ dmesg | grep Blue
[   89.501965] Bluetooth: Core ver 2.22
[   89.501993] Bluetooth: HCI device and connection manager initialized
[   89.501997] Bluetooth: HCI socket layer initialized
[   89.501999] Bluetooth: L2CAP socket layer initialized
[   89.502005] Bluetooth: SCO socket layer initialized
[  389.448413] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  389.448415] Bluetooth: BNEP filters: protocol multicast
[  389.448418] Bluetooth: BNEP socket layer initialized

输出lspci -knn | grep Net -A3; lsusb

03:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
    Subsystem: Foxconn International, Inc. QCA9565 / AR9565 Wireless Network Adapter [105b:e091]
    Kernel driver in use: ath9k
    Kernel modules: ath9k
04:00.0 3D controller [0302]: NVIDIA Corporation GK208BM [GeForce 920M] [10de:1299] (rev a1)
Bus 001 Device 002: ID 8087:8001 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 005: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 004: ID 04f2:b51f Chicony Electronics Co., Ltd 
Bus 002 Device 002: ID 258a:1007  
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

非常感谢您的帮助。

答案1

此行显示 BT 已关闭

[蓝牙]# 关机

检查您的计算机是否有物理开关来打开它,或者检查 BIOS 是否有办法打开和关闭它。

应该支持该卡的驱动程序。但它好像坏了。

相关内容