Cannot connect to bluetooth speaker logitech Boombox

6,680

I had the same problem running Ubuntu 13.04, with a Logithech Boombox UE. In my case the solution was to edit the /etc/bluetooth/audio.conf file.

Under section [General] add:

Disable=Socket
Enable=Source

This should get the connection working. However, the sound is faltering and I had to add further modifications to the file.

In the same section add:

SCORouting=PCM
AutoConnect=true

Under section [Headset] add:

HFP=false
SBCSources=1
MPEG12Sources=0

This solved the problem for me.

I hope that helps.

Share:
6,680

Related videos on Youtube

SebaZ
Author by

SebaZ

Updated on September 18, 2022

Comments

  • SebaZ
    SebaZ over 1 year

    i looked and couldn't find an answer to my problem. I am trying to connect to my Logitech Boombox via bluetooth. It recognizes the device, but once it pairs it claims "failed authentication".

    Thx, Sebas

    • Sukupa91
      Sukupa91 over 10 years
    • Admin
      Admin about 10 years
      I have the same issue, only Ubuntu does not even recognise the speakers in the first place. Connecting them to my phone is not a problem. I tried installing Blueman Bluetooth Manager and but it didn't find my speakers either.
    • iokevins
      iokevins over 9 years
      On Debian Wheezy (I do not have an Ubuntu install handy to test), I successfully paired the device with my Lenovo ThinkPad x201, but it did not appear as a device in Sound Settings until I ran the following: sudo apt-get install pulseaudio-module-bluetooth && pacmd load-module module-bluetooth-discover
  • iokevins
    iokevins over 9 years
    On Debian Wheezy (I do not have an Ubuntu install handy to test), I successfully paired the device with my Lenovo ThinkPad x201, but it did not appear as a device in Sound Settings until I ran the following: sudo apt-get install pulseaudio-module-bluetooth && pacmd load-module module-bluetooth-discover