Ubuntu 18.04 中蓝牙无法使用,请插入适配器以使用

Ubuntu 18.04 中蓝牙无法使用,请插入适配器以使用

我的蓝牙无法在 ubuntu 18.04 上使用(我最近才安装的)。我尝试了 StackExchange 上几乎所有的答案,但毫无用处。

这里有一些可能有助于您理解问题的命令。

$ systemctl status bluetooth

● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset
   Active: inactive (dead)
     Docs: man:bluetoothd(8)
lines 1-4/4 (END)

我知道它可以启动 systemctl start bluetooth但它没有用,因为它除了状态之外没有改变任何东西。

$ sudo bluetoothctl

除了我必须手动取消的空白光标外,它什么也不做。

我也安装了 bluez,正如有人在任何答案中所说的那样。版本是

$ dpkg --status bluez | grep '^Version:'
Version: 5.50-0ubuntu0ppa1

如果我启动蓝牙服务,$ systemctl start bluetooth则会bluetoothctl显示以下内容。

(base) ahmad@ahmad-HP-Laptop-15-da1xxx:~$ bluetoothctl 
Agent registered
[bluetooth]# list
[bluetooth]# scan on
No default controller available
[bluetooth]# power
Missing on/off argument
[bluetooth]# power on
No default controller available
[bluetooth]# 

但是我可以在顶部看到一个小的蓝牙丑陋符号(可能是因为 bluez),但打开它会弹出如下窗口

请帮我解决这个问题。

编辑

另外还有一个命令可能会对你有帮助,启动蓝牙后,我也输入了这个命令

(base) ahmad@ahmad-HP-Laptop-15-da1xxx:~$ lspci -knn | grep Net -A3; lsusb
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
    Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless Network Adapter [103c:831a]
    Kernel driver in use: rtl8821ce
    Kernel modules: rtl8821ce
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0408:5365 Quanta Computer, Inc. 
Bus 001 Device 002: ID 04f2:1055 Chicony Electronics Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

编辑:

(base) ahmad@ahmad-HP-Laptop-15-da1xxx:~$ rfkill list
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

編輯2

在此处输入图片描述

编辑3

(base) ahmad@ahmad-HP-Laptop-15-da1xxx:~$ lsmod | grep -i rtl
rtl8821ce            1794048  0
cfg80211              712704  1 rtl8821ce

相关内容