Click to See Complete Forum and Search --> : alsa mixer settings -- how to save?


alsh
03-31-2003, 08:00 PM
Basically the question is the title... how do I save my alsamixer settings so everytime I boot I dont have to pump all the little sliders up to the levels I like?

Hayl
03-31-2003, 08:10 PM
gentoo has a script that does this automatically.

basically it just does this.

for shutdown (save settings):

/usr/sbin/alsactl -f /etc/asound.state store

for startup (restore settings):

/usr/sbin/alsactl -f /etc/asound.state restore

alsh
03-31-2003, 08:57 PM
sweet! thanks man, I use debian but that was easy to implement, thats been bothering me awhile :P thanks for the answer.