Created
July 27, 2018 01:27
-
-
Save h4n2k/825c197aa89e10fd6bc4104e7ba710fc to your computer and use it in GitHub Desktop.
cant unmute using amixer - arch linux
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
| //change | |
| amixer -q set Master toggle | |
| //to | |
| amixer -D pulse set Master toggle |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://ubuntuforums.org/showthread.php?t=1796713