Pulse audio 100% CPU Usage

Archived topics about LMDE 1 and LMDE 2
Locked
srikar137

Pulse audio 100% CPU Usage

Post by srikar137 »

What may be the fix?? I attached the image.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
srikar137

Re: Pulse audio 100% CPU Usage

Post by srikar137 »

That's already in the file.Still facing the problem :(
kwevej

Re: Pulse audio 100% CPU Usage

Post by kwevej »

You can exists without pulseaudio.
So try to uninstall it.
srikar137

Re: Pulse audio 100% CPU Usage

Post by srikar137 »

I un-installed it , but experience with my 5.1 with alsa is quite poor compared to pulse.Pulse is good,But pulse is taking a lot of CPU(i can literally hear CPU fan noise,along with the music i hear :( .
kwevej

Re: Pulse audio 100% CPU Usage

Post by kwevej »

Nick_Djinn

Re: Pulse audio 100% CPU Usage

Post by Nick_Djinn »

Pulse Audio is a rainbows disaster. Theoretically its cool and it has potential, but leave it to people who need it and know how to trouble shoot it. Its not ready for point and click users.

I would like some instructions for the best way to remove it from Julia please.

Some poor guy thought his CPU was toast and replaced it because of this shit.
specmod1

Re: Pulse audio 100% CPU Usage

Post by specmod1 »

I had this happen to me a few times.....
Nick_Djinn

Re: Pulse audio 100% CPU Usage

Post by Nick_Djinn »

This is happening to me 100% of the time lately.
srikar137

Re: Pulse audio 100% CPU Usage

Post by srikar137 »

Lets hope this gets fixed very soon.
kwevej

Re: Pulse audio 100% CPU Usage

Post by kwevej »

Folks, follow these instructions:
http://forums.linuxmint.com/viewtopic.p ... 85&start=0

And get rid of the Pulse.
Nick_Djinn

Re: Pulse audio 100% CPU Usage

Post by Nick_Djinn »

The problem has temporarily resolved, but next sign of trouble I wont hesitate to upgrade to a PulseAudio free setup.

Are there some polished alternatives I could add that are more stable besides vanilla ALSA?
the7erm
Level 1
Level 1
Posts: 2
Joined: Mon Apr 02, 2007 9:32 pm

Re: Pulse audio 100% CPU Usage

Post by the7erm »

I had the same problem. I'm not sure if I fixed it the right way or not.

I was having problems with skype notifications static, sizzling and crackling so I changed a line in /etc/pulse/default.pa:

Code: Select all

load-module module-udev-detect use_ucm=0 
to

Code: Select all

load-module module-udev-detect use_ucm=0 tsched=0
This solved the crackling problem, but created another one. The cpu was running at 24%, and that wasn't going to do at all.

So I just changed the line in /etc/pulse/default.pa to:

Code: Select all

load-module module-udev-detect

Code: Select all

sudo /etc/init.d/pulseaudio force-reload
pulseaudio -k
To further reduce cpu usage you can edit /etc/pulse/daemon.conf:

Code: Select all

high-priority = no
realtime-scheduling = no
Then restart your server again:

Code: Select all

sudo /etc/init.d/pulseaudio force-reload
pulseaudio -k
Using those settings seems to reduce cpu-usage for me drastically. Keep in mind I have no clue what those settings in /etc/pulse/ change. I simply found them on a forum. Just like you are now :)
the7erm
Level 1
Level 1
Posts: 2
Joined: Mon Apr 02, 2007 9:32 pm

Re: Pulse audio 100% CPU Usage

Post by the7erm »

I had the same problem. I'm not sure if I fixed it the right way or not.

I was having problems with skype notifications static, sizzling and crackling so I changed a line in /etc/pulse/default.pa:

Code: Select all

load-module module-udev-detect use_ucm=0 
to

Code: Select all

load-module module-udev-detect use_ucm=0 tsched=0
This solved the crackling problem, but created another one. The cpu was running at 24%, and that wasn't going to do at all.

So I just changed the line in /etc/pulse/default.pa to:

Code: Select all

load-module module-udev-detect

Code: Select all

sudo /etc/init.d/pulseaudio force-reload
pulseaudio -k
To further reduce cpu usage you can edit /etc/pulse/daemon.conf:

Code: Select all

high-priority = no
realtime-scheduling = no
Then restart your server again:

Code: Select all

sudo /etc/init.d/pulseaudio force-reload
pulseaudio -k
Using those settings seems to reduce cpu-usage for me drastically. Keep in mind I have no clue what those settings in /etc/pulse/ change. I simply found them on a forum. Just like you are now :)
Locked

Return to “LMDE Archive”