A day ago or before I updated from 17.04 to 17.10, I was able to connect my computer with my headphones via bluetooth. Now I can't. I thought maybe I needed to install Bluetooth Manager and Bluetooth Adapter from the Software manager, but this didn't help. Can someone suggest some code I can use through the terminal to reinstall the bluetooth drivers or whatever isn't working so I can get back to using the bluetooth function on my computer? On the settings, Bluetooth, it says plug in a dongle to use bluetooth now. It didn't say this before.
brian@brian-Gazelle-Professional:~$ sudo service bluetooth status [sudo] password for brian: ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset Active: inactive (dead) Docs: man:bluetoothd(8) brian@brian-Gazelle-Professional:~$ dmesg | grep -i blue [ 1837.682565] audit: type=1400 audit(1509035362.629:112): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.bluetoothctl" pid=5534 comm="apparmor_parser" [ 1837.739136] audit: type=1400 audit(1509035362.686:113): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.bluez" pid=5536 comm="apparmor_parser" [ 1837.796899] audit: type=1400 audit(1509035362.743:114): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.btmgmt" pid=5538 comm="apparmor_parser" [ 1837.855706] audit: type=1400 audit(1509035362.802:115): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.btmon" pid=5540 comm="apparmor_parser" [ 1837.906840] audit: type=1400 audit(1509035362.853:116): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.hciattach" pid=5542 comm="apparmor_parser" [ 1837.960018] audit: type=1400 audit(1509035362.906:117): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.hciconfig" pid=5544 comm="apparmor_parser" [ 1838.017010] audit: type=1400 audit(1509035362.963:118): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.hcidump" pid=5546 comm="apparmor_parser" [ 1838.071942] audit: type=1400 audit(1509035363.018:119): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.hcitool" pid=5548 comm="apparmor_parser" [ 1838.121894] audit: type=1400 audit(1509035363.068:120): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.obex" pid=5550 comm="apparmor_parser" [ 1838.170836] audit: type=1400 audit(1509035363.117:121): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.bluez.obexctl" pid=5552 comm="apparmor_parser"
sudo service bluetooth status
anddmesg | grep -i blue
– Legolas Oct 26 '17 at 16:36