蓝牙突然关闭,不再活动

Hes*_*ama 5 linux ubuntu bluetooth ubuntu-20.04

突然我的蓝牙被关闭了,我几乎做了我所知道的一切让它处于活动状态,没有任何反应!

看一下这个!我的蓝牙连接的屏幕截图

这是一些信息:

系统控制| grep -i 蓝色

输出:

  sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d14-1\x2d14:1.0-bluetooth-hci0.device        loaded active     plugged      /sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0     
  sys-subsystem-bluetooth-devices-hci0.device                                               loaded active     plugged      /sys/subsystem/bluetooth/devices/hci0   
  bluetooth.service                                                                         loaded active     running      Bluetooth service   
  bluetooth.target                                                                          loaded active     active       Bluetooth                                                                  
Run Code Online (Sandbox Code Playgroud)

rfkill 列表

输出:

0: phy0: Wireless LAN
             Soft blocked: no
             Hard blocked: no
1: hci0: Bluetooth
             Soft blocked: no
             Hard blocked: no
Run Code Online (Sandbox Code Playgroud)

lsusb

输出:

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 27c6:538d Shenzhen Goodix Technology Co.,Ltd. FingerPrint
Bus 001 Device 003: ID 0bda:565a Realtek Semiconductor Corp. Integrated_Webcam_HD
Bus 001 Device 005: ID 8087:0aaa Intel Corp. 
Bus 001 Device 002: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

                        
Run Code Online (Sandbox Code Playgroud)

systemctl status bluetooth.service

输出:

? bluetooth.service - Bluetooth service
      Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
      Active: active (running) since Mon 2020-06-15 14:17:57 CEST; 22min ago
      Docs: man:bluetoothd(8)
      Main PID: 94071 (Bluetooth)
      Status: "Running"
      Tasks: 1 (limit: 18883)
      Memory: 1.2M
      CGroup: /system.slice/bluetooth.service
              ??94071 /usr/lib/bluetooth/bluetoothd

  Jun 15 14:17:57 hitch-Inspiron-7590 systemd[1]: Starting Bluetooth service...
  Jun 15 14:17:57 hitch-Inspiron-7590 bluetoothd[94071]: Bluetooth daemon 5.53
  Jun 15 14:17:57 hitch-Inspiron-7590 systemd[1]: Started Bluetooth service.
  Jun 15 14:17:57 hitch-Inspiron-7590 bluetoothd[94071]: Starting SDP server
  Jun 15 14:17:57 hitch-Inspiron-7590 bluetoothd[94071]: Bluetooth management interface 1.14 initialized
Run Code Online (Sandbox Code Playgroud)

我还尝试禁用和启用 bluetooth.service

须藤 systemctl 禁用 bluetooth.service

须藤 systemctl 启用蓝牙服务

我还重新安装了蓝牙:

sudo apt 删除 blueman

sudo apt 安装 blueman

然后我运行:

blueman-manager

输出:

blueman-manager version 2.1.2 starting
blueman-manager 14.45.44 ERROR    Manager:118 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 14.45.44 ERROR    Manager:122 on_dbus_name_appeared: No adapter(s) found, exiting
Run Code Online (Sandbox Code Playgroud)

所以,现在我很困惑。请问有人可以帮我吗?

git*_*rik 0

我遇到过同样的问题。我找到了一个建议的解决方案:

  1. 在 UEFI/BIOS 设置中禁用蓝牙
  2. 重启
  3. 在 UEFI / BIOS 设置中再次启用蓝牙
  4. 重启

这对我有用。希望它也适合你。

我在这里找到了解决方案: https ://superuser.com/a/1451102/121441

轮到他们在这里找到解决方案: https://ubuntuforums.org/showthread.php ?t=2348005