Linux audio Automute Fix
PC audio muted on reboot? To fix it follow the following instructions
Install [c]alsa-utils[/c]
## Arch Linux
sudo pacman -S alsa-utils
## Void Linux
sudo xbps-install -S alsa-utils
Usage
- Run [c]alsamixer[/c] command on terminal
- Press F6 and select the default sound card
- Navigate to <Auto-Mute> by using the arrow keys
- Press Page Down to set it to Disabled
- Exit [c]alsamixer[/c] by pressing Control + C
Saving the changes
sudo alsactl store
0 Comments