Skip to content

Instantly share code, notes, and snippets.

@BeauBouchard
Last active July 8, 2019 21:50
Show Gist options
  • Save BeauBouchard/576e025820c81f1bd11e32afdaf65000 to your computer and use it in GitHub Desktop.
Save BeauBouchard/576e025820c81f1bd11e32afdaf65000 to your computer and use it in GitHub Desktop.
that ubuntu audio fix you keep forgetting
pulseaudio --kill
## removing config
rm --recursive ~/.config/pulse/*
rm --recursive ~/.pulse*
pulseaudio --kill
killall pulseaudio
## that beefy forced reload of alsa
sudo alsa force-reload
## detect muting
pacmd list-sinks | grep muted
## Testing audio
aplay /usr/share/sounds/purple/send.wav
## after this it may play the wav, or not
## either way i am forcing you to cold boot :P
## init 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment