Comment 15 for bug 344057

Revision history for this message
emmeda (emmeda) wrote :

Pulseaudio needs a complete core, when I play an .ogg-file in Rythmbox and gets killed 4-10 seconds later:

grep CPU /var/log/user.log
May 9 13:10:01 itchy pulseaudio[3390]: cpulimit.c: Received request to terminate due to CPU overload.

I put a lot of hopefully helpfull output in the attachment file "debugoutput.txt". Here is the order of all commands, which output is in the attachment:
$ pulseaudio --version
$ cat /etc/pulse/daemon.conf
$ lsb_release -d
$ uname -a
$ lspci | grep -i audio
$ lsmod | grep "snd"
$ cat /proc/asound/cards
$ head -n 3 /proc/asound/card0/codec#0
$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0
$ head -n 3 /proc/asound/card0/codec97#0/ac97#0-0+regs
$ aplay -l
$ aplay /usr/share/sounds/question.wav
$ asoundconf list
$ cat ~/.asoundrc
$ ps -C esd
$ ps -C arts
$ ps -C pulseaudio

I just thought, that it is better to post too much, than too less. So I postet all recommended output from this page:
http://wiki.ubuntuusers.de/Soundprobleme/Audio-Fehler-Beschreibung .. and a bit more.