Skip to content

Instantly share code, notes, and snippets.

@m-rey
Created November 7, 2019 13:12
Show Gist options
  • Save m-rey/72539968789fbf181447a38e4351a412 to your computer and use it in GitHub Desktop.
Save m-rey/72539968789fbf181447a38e4351a412 to your computer and use it in GitHub Desktop.
Sometimes pulseaudio doesn't work, even after restarting it (`pulseaudio -k && pulseaudio --start`). This removes the config and thus may fix the problem.
# see:
# https://bbs.archlinux.org/viewtopic.php?pid=1243988#p1243988
# https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting
# (re)moves the config
mv .config/pulse .config/pulse_broken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment