Suddenly my Bluetooth is switched off, and I did almost everything I know to make it active without any response!
Check this out! Screenshot of my Bluetooth connection
Here is some info:
systemctl | grep -i blue
output:
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
rfkill list
output:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
lsusb
output:
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
systemctl status bluetooth.service
output:
● 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
I also tried to disable and enable bluetooth.service
sudo systemctl disable bluetooth.service
sudo systemctl enable bluetooth.service
I also reinstalled bluetooth:
sudo apt remove blueman
sudo apt install blueman
Then I run:
blueman-manager
output:
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
So, now I am puzzled. Could anyone help me, please?