Comment 6 for bug 860251

Revision history for this message
Pavel Fischer (rubbiroid) wrote :

hmm. It looks like the error is more complicated. I have reinstalled Ubuntu 11.10 and the installed Pulseaudio 1.1 from the source with

./configure --prefix=/usr --sysconfdir=/etc
make -j2
sudo make install

Then remove files from ~/.pulse/, as I make it last time, but it doesn't work more. No switching.

I have also tried to install packages from Precise (https://launchpad.net/ubuntu/+source/pulseaudio/1:1.1-0ubuntu1/+build/2881253), but it also don't work.

Then i started the server in the debug mode (pulseaudio --log-level=debug) and try to change the output port. Nothing was printed after the changing. On my current Ubuntu 11.04 i get a text like this:

I: sink.c: Changed port of sink 0 "alsa_output.pci-0000_04_02.0.analog-stereo" to output-speaker
I: module-device-restore.c: Storing volume/mute/port for device sink:alsa_output.pci-0000_04_02.0.analog-stereo.

So, it seems to be an error in module-alsa-sink.so.

What else can I do to get more information about the problem?