Comment 96 for bug 428619

Revision history for this message
hoocker (box-) wrote :

Hi, I've played a bit more with pulseaudio and have something for you to test.

Try to comment udev line in default.pa, like this
#load-module module-udev-detect

And here is all together:

1) stop pulseaudio server

2) /etc/pulse/default.pa
load-module module-alsa-card tsched=0 (not sure, is it really necessary)
load-module module-alsa-sink tsched=0
(...skip...)
### Automatically load driver modules depending on the hardware available
.ifexists module-udev-detect.so
#load-module module-udev-detect
.else

3) /etc/pulse/daemon.conf
default-fragments = 2
default-fragment-size-msec = 5
resample-method = src-linear (helps to fix light crackling noise with some (48 KHz?) media)

4) rm -rf ~/.pulse/ (to be sure)

5) start pulseaudio server

This config works for me with acpi too. Hope it helps.