When I start Bluetooth Manager, I get this
Connection to Bluez failed.
bluez daemon is not running, blueman-manager cannot continue...
I tried re-installing bluez and blueman.
I have several dongles that I am trying to troubleshoot.
sudo /etc/init.d/bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
sudo rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo /etc/init.d/bluetooth start
and see if it brings the daemon up. – Parto Mar 15 '19 at 06:29
– allanlaal Feb 20 '20 at 08:43systemctl enable bluetooth && systemctl start bluetooth
this will persist through reboots