I've been having problems with my Pulse Audio server, and recently while investigating, I came across these error messages in /var/log/syslog:
Jul 20 09:16:40 mythbuntu pulseaudio[6555]: [pulseaudio] module.c: module-combine is deprecated: Please use module-combine-sink instead of module-combine!
Jul 20 09:16:40 mythbuntu pulseaudio[6555]: [pulseaudio] module-combine.c: We will now load module-combine-sink. Please make sure to remove module-combine from your configuration.
I looked in /etc/pulse/default.pa for any mention of module-combine, but did not see any. Also, I searched the web for elements of the error message and only got links to bug reports with vague discussions.
How do I get rid of this module-combine error?
module-combinedid you addload-module module-combine-sinkto your/etc/pulse/default.pa– damien Jul 20 '12 at 3:39load-module module-combine-sinkis not in/etc/pulse/default.pa. If I add it, can I add it to anywhere in the file? Or does it need to be at the end of the beginning...? – Dave M G Jul 20 '12 at 4:17please make sure to remove module-combineerror. Also, I now get a new error:[pulseaudio] module-zeroconf-publish.c: avahi_entry_group_add_service_strlst(): Local name collision– Dave M G Jul 20 '12 at 4:35