0

i would like pulseaudio to automatically load a module named module-bluetooth-discover, rather then executing pactl load-module module-bluetooth-discover each time after the system boots.

i removed the condition surrounding the loading of the module in pulseaudio configuration, but the result is the same.

$ cat /etc/pulse/default.pa | grep -i module-bluetooth-discover -B1 -A1
#.ifexists module-bluetooth-discover.so
load-module module-bluetooth-discover
#.endif

i see no errors in /var/log/syslog. can one offer some assistance?

Mr.
  • 415
  • 1
  • 9
  • 21

1 Answers1

1

If you uninstall Blueman and use Ubuntu's Bluetooth Manager you can avoid having to manually load module-bluetooth-discover every boot

This was supposed to have been fixed in 1.23-git201406261335-deb-1ubuntu1 and it seems to work on my laptop but it is possible it only works because I uninstalled the original version I had before installing this version

Jeremy31
  • 12,602
  • 10
  • 58
  • 114