Celeb Glow
news | March 23, 2026

PulseAudio high CPU load and sound gets interrupted

Serious sound problems starting occuring about last week, with no particular reason. The problem is that all programs that send sound to PulseAudio, at some point stop playing sound, they continue for a few seconds and then the playback is interrupted. VLC gave an error that source was disconnected. Skype halts.

Then I realized that PulseAudio in keeping one of the two CPUs busy with 80% load.

enter image description here

I am using Ubuntu 12.10 fully updated, 32bit, on a Samsung Q45 with an Intel Sound card

I would appreciate any idea about what is wrong or instructions on how the error can be further traced

3

1 Answer

So, when everything fails try to remove and re-install. I did this and it worked for me...

sudo apt-get --purge remove pulseaudio

Which removed also some dependant packages (confirmation asked), which had to be re-installed altogether with the following command

sudo apt-get install indicator-sound* libcanberra-pulse* pulseaudio* pulseaudio-module-bluetooth*

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy