Before starting PulseEffects, my audio output to the speakers/headphones is fine. Once I start PulseEffects (with no output effects toggled), no audio is heard from anything. Closing PulseEffects does not remedy the issue; I have to restart Ubuntu to regain audio out. Any ideas?
Asked
Active
Viewed 8,329 times
3 Answers
1
I had the same problem. In my case, incorrect pulse config made that problem.
I fixed that problem by resetting that configuration by:
Rename
pulse
folder located at$HOME/.config
to any name (just for backup the original)Open your terminal and type the commands below:
pulseaudio --kill pulseaudio --start

Kevin Bowen
- 19,615
- 55
- 79
- 83
-
Great solution, clearing the configuration worked for me. – jII Apr 22 '21 at 07:21
0
Got the same problem on t430 also all works without pulse effects when i start it there is no output from pulse audio service even if the apps are playing into pulseeffects device.
kill -9 pgrep pulseeffects
kills it and fixes the audio after closing.

JWaz
- 11
0
I got the same problem on 20.04.
pulseaudio --kill
pulseaudio --start
resolved my issue without restarting the ubuntu.

Alperen Sözer
- 101