I have problems pairing my Bose NC 700 headphones on Ubuntu 18.04 LTS via bluetooth. Every time I turn them on, they continue to connect and disconnect and don't work. I need to go to the bluetooth configurations and click on "remove device", then pair them again. Then they will work until I turn off the laptop or don't use them for some time.
Sometimes, using "systemctl restart bluetooth" helps. Is there a way to fix that permanently?
sudo sh -c "echo -1 > /sys/module/usbcore/parameters/autosuspend"
. Did you check what happen onjournalctrl -xe
? Do you havepulseaudio-module-bluetooth
apt package installed? – Pablo Bianchi May 03 '22 at 05:56