Created
November 6, 2017 16:11
-
-
Save jacobmischka/4c926813a79ac89e871e1522ed41e663 to your computer and use it in GitHub Desktop.
Snippet to unmute my sound device in ALSA
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
# 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