Skip to content

Instantly share code, notes, and snippets.

@jacobmischka
Created November 6, 2017 16:11
Show Gist options
  • Save jacobmischka/4c926813a79ac89e871e1522ed41e663 to your computer and use it in GitHub Desktop.
Save jacobmischka/4c926813a79ac89e871e1522ed41e663 to your computer and use it in GitHub Desktop.
Snippet to unmute my sound device in ALSA
# No idea why I had to do this, but I don't want to forget in case I have to again
amixer -c 1 sset 'Line Out' unmute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment