Comment 4 for bug 1490349

Revision history for this message
Hibernator (psychotux) wrote : Re: 15:10: bluetoothd reports "Not enough handles to register service" at start

#3 seems to be correct.

I added the following lines to the end of /etc/pulse/system.pa:

<BEGIN of snippet>
### Automatically load driver modules for Bluetooth hardware
.ifexists module-bluetooth-policy.so
load-module module-bluetooth-policy
.endif

.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
.endif
<END of snippet>

(Notice: I stole the snippet above from this informative page: https://github.com/ev3dev/ev3dev/issues/198 )

After executing pulseaudio -k all went smooth, bluetooth headphone seems to work well for now. Hope it will stay that way.