0

My speaker pairs with Ubuntu 14.04, but sound doesn't work and there is a lock near the bluetooth indicator. I tried this solution without success:

PulseAudio can not load bluetooth module

jokerdino
  • 41,320
  • The lock on the Bluetooth indicator means something is connected. – SuperSluether Sep 24 '16 at 17:51
  • the speaker send a sound when does the pair with my pc, but it doesn't work – tiltmug Sep 24 '16 at 18:19
  • It's not automatic. After pairing you still need to explicitly select that audio output. –  Sep 25 '16 at 00:53
  • in the audio section i see the speaker but i can't select it – tiltmug Sep 25 '16 at 07:44
  • I solved in this way. I have installed pavucontrol. In terminal: sudo gedit /etc/bluetooth/audio.conf add this lines [General] Disable=Socket Enable=Media,Source,Sink,Gateway Save and exit from the editor Then: sudo service bluetooth restart cancel bluetooth speaker setup, and setup it again. – tiltmug Sep 27 '16 at 13:31

1 Answers1

1

Copied from Question owner's comments from the question.

I solved in this way. I have installed pavucontrol. In terminal:

sudoedit /etc/bluetooth/audio.conf

Add these lines:

[General] 
Disable=Socket
Enable=Media,Source,Sink,Gateway

Save and exit from the editor

Then:

sudo service bluetooth restart

Cancel bluetooth speaker setup and set it up again.

Kulfy
  • 17,696
jokerdino
  • 41,320