Skip to content

Instantly share code, notes, and snippets.

@kazuhisya
Created August 19, 2015 09:00
Show Gist options
  • Save kazuhisya/34ff526cd203c5b6b5e6 to your computer and use it in GitHub Desktop.
Save kazuhisya/34ff526cd203c5b6b5e6 to your computer and use it in GitHub Desktop.
alsaunmute
#!/bin/sh
exec /sbin/alsactl \
-E ALSA_CONFIG_PATH=/etc/alsa/alsactl.conf \
--initfile=/lib/alsa/init/00main \
init
@kazuhisya
Copy link
Author

  • Fedora の alsa-utils に含まれてるスクリプト

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment