Bluetooth device paired and connected (no sound)
I'm on Ubuntu gnome 16.04. Solution is to enable auto-detection, pair the headset again and select it in the list of output audio devices.
- Change
#AutoEnable=false
toAutoEnable=true
in the/etc/bluetooth/main.conf
(notice new line is un-commented) - Unpair the headset
- Restart the bluetooth service
sudo /etc/init.d/bluetooth restart
- Pair your headset again and connect it
- Go to sound settings. From the output device tab you should now see the headset listed along with other output device like internal speakers
- Choose it as the sound output device.
I'm with the same problem, after pair the headset, I'm using the pulseaudio -k
command, then the device shows up in the Sound Settings and it works.
It's not a good solution, but it was what I got until now.
The following worked for me.
There's an option in /etc/bluetooth/audio.conf
called AutoConnect=true
. Make sure this is not commented (i.e. no hashes)
(change #AutoConnect=true
to AutoConnect=true
)
This will make pulseaudio recognize the device.
Note: For Ubuntu 14 and up, the file is called /etc/bluetooth/main.conf
.