PDA

View Full Version : Is this an example of the pulse audio problem?


frumpy_uk
2008-11-18, 16:45
Seems as if I push any button on my keyboard during video playback the audio sticks and xbmc crashes. My xbmc.log is here : http://pastebin.com/m6d5fb13a

Can some kindly soul confirm if this looks like a pulse audio issue?

thanks
Paul

Mojonba
2008-11-18, 17:34
I had the same problem and removing pulseaudio fixed it. Try temporarily by killing pulseaudio. In a terminal prompt type "sudo kill pulseaudio". If that seems to fix the problem you can remove pulseaudio altogether. There are instructions for this in the ubuntu forums.

frumpy_uk
2008-11-18, 17:40
I had the same problem and removing pulseaudio fixed it. Try temporarily by killing pulseaudio. In a terminal prompt type "sudo kill pulseaudio". If that seems to fix the problem you can remove pulseaudio altogether. There are instructions for this in the ubuntu forums.

Thanks, but I get :-

coopsnjo@HP-laptop:~$ sudo kill pulseaudio
[sudo] password for coopsnjo:
ERROR: garbage process ID "pulseaudio".
Usage:
kill pid ... Send SIGTERM to every process listed.
kill signal pid ... Send a signal to every process listed.
kill -s signal pid ... Send a signal to every process listed.
kill -l List all signal names.
kill -L List all signal names in a nice table.
kill -l signal Convert between signal numbers and names.

spiff
2008-11-18, 17:57
killall

frumpy_uk
2008-11-18, 18:05
killall

That did the trick. I no longer get crashes while e.g. seeking while playing back video. Thanks