Hello, Im trying to implement pulseaudio on a Slackware based distribution which Im working on. I have also rebuild phonon so it will support properly pulseaudio and gstreamer package too. Basically it works, just there is no actual sound and I get this error in syslog: Dec 9 11:08:06 kongoni pulseaudio[898]: alsa-util.c: Disabling timer-based scheduling because running inside a VM. Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-sink.c: ALSA woke us up to write new data to the device, but there was actually nothing to write! Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-sink.c: Most likely this is a bug in the ALSA driver 'snd_intel8x0'. Please report this issue to the ALSA developers. Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-sink.c: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-util.c: Disabling timer-based scheduling because running inside a VM. Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-source.c: ALSA woke us up to read new data from the device, but there was actually nothing to read! Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-source.c: Most likely this is a bug in the ALSA driver 'snd_intel8x0'. Please report this issue to the ALSA developers. Dec 9 11:08:07 kongoni pulseaudio[898]: alsa-source.c: We were woken up with POLLIN set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail. [root at kongoni ~]$ cat /etc/pulse/default.pa |grep hw load-module module-alsa-sink device=hw:0 load-module module-alsa-source device=hw:0 NOTE: Pulseaudio is build with --disable-hal if it matters. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20101209/2faa958c/attachment.htm>