Last active
July 8, 2019 21:50
-
-
Save BeauBouchard/576e025820c81f1bd11e32afdaf65000 to your computer and use it in GitHub Desktop.
that ubuntu audio fix you keep forgetting
This file contains 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
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