PINE64
Issues connecting bluetooth headphones and speakers - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112)
+--- Thread: Issues connecting bluetooth headphones and speakers (/showthread.php?tid=8455)



Issues connecting bluetooth headphones and speakers - jamathis - 11-30-2019

I am having a problem getting bluetooth headphones and speakers to connect using the default OS.  They pair without a problem, but always fail when connecting to audio sink.  The error I receive is "Device added successfully, but failed to connect."  I've tried two sets of headphones and two speakers and get the same error with each one.  Is there a workaround or fix available?


RE: Issues connecting bluetooth headphones and speakers - narfthag - 12-01-2019

You need to install the package pulseaudio-module-bluetooth to be able to use bluetooth headsets.

a simple 
Code:
sudo apt-get install pulseaudio-module-bluetooth

will do the magic.


RE: Issues connecting bluetooth headphones and speakers - jamathis - 12-01-2019

Thank you. Worked perfectly.