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?