Last active
July 30, 2021 15:23
-
-
Save Bnux256/a39a6f3e7da3c54b57fdb9a571858eb3 to your computer and use it in GitHub Desktop.
Fixing the "Dummy Output" audio output error on Ubuntu 20.04/20.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In order to fix the "Dummy Output" Error we will reset PulseAudio | |
# restarting PulseAudio deamon | |
systemctl --user restart pulseaudio | |
# removing the user configuration files for PulseAudio | |
rm -r ~/.config/pulse | |
# killing all instances of PulseAudio | |
pulseaudio -k |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Couldn't hear any audio on my Ubuntu 20.10 installation after reboot. Audio output was called "Dummy Output". In order to fix the issue, we will reset PulseAudio. If this isn't helpful, try seeing if the issue is in ALSA and verify that this isn't a hardware issue.