Comment 130 for bug 1283003

Revision history for this message
fragargon (fragargon) wrote : Re: [Bluetooth + 14.04] Bluetooth headsets are not working after last couple of updates

hi,

got the same bug, bluetooth doesn't connect to my jbl pulse (wireless bluetooth speaker). However the command given works

pactl load-module module-bluetooth-discover

It needs to be launched at each reboot into terminal. my work around is the following:

a create a sh script blueauto

[code]
#!/bin/sh
sleep 15
pactl load-module module-bluetooth-discover
[/code]

in terminal ==> chmod a+r /to/your/folder/blueauto

and then go to your startup application (controle center) and select the script.
it doesn't connect automaticaly, you need to connect it. but this is a workaround till blueman developer solved this bug.