I also had no sound after upgrading to Ubuntu 11.10 Oneiric Ocelot (Kubuntu edition). Pulseaudio crashes every time.
After some debugging I found, that this debug output can be helpful: $ pulseaudio -v [...] W: [pulseaudio] module.c: module-combine is deprecated: Please use module-combine-sink instead of module-combine! W: [pulseaudio] module-combine.c: We will now load module-combine-sink. Please make sure to remove module-combine from your configuration. I: [pulseaudio] sink.c: Created sink 1 "combined" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right I: [pulseaudio] sink.c: device.class = "filter" I: [pulseaudio] sink.c: device.description = "Simultaneous Output" I: [pulseaudio] sink.c: device.icon_name = "audio-card" I: [pulseaudio] source.c: Created source 2 "combined.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right I: [pulseaudio] source.c: device.description = "Monitor of Simultaneous Output" I: [pulseaudio] source.c: device.class = "monitor" I: [pulseaudio] source.c: device.icon_name = "audio-input-microphone" I: [combine] core-util.c: Successfully enabled SCHED_RR scheduling for thread, with priority 6. Killed I could not directly change "module-combine" to "module-combine-sink" because both modules could not be found in my pulseaudio configuration: $ grep -R combine /etc/pulse/ ~/.pulse [... no hit...] But renaming /usr/lib/pulse-1.0/modules/module-combine.so helped. Now Pulseaudio starts again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/821052 Title: No sound after upgrade to Ubuntu 11.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/821052/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
