Page 1 of 1

How to save asound.state volume level

PostPosted: 13 Aug 2014, 23:44
by wick
I wanted to save the asound.state file in /var/lib/alsa so that each time I boot my BBB I don't have to use, e.g., alsamixer to unmute the DragonFly DAC. How should I do this?
Thanks

Re: How to save asound.state volume level

PostPosted: 13 Aug 2014, 23:54
by Orion
wick wrote:I wanted to save the asound.state file in /var/lib/alsa so that each time I boot my BBB I don't have to use, e.g., alsamixer to unmute the DragonFly DAC. How should I do this?
Thanks


Try with this command:
Code: Select all
alsactl store

[solved] Re: How to save asound.state volume level

PostPosted: 14 Aug 2014, 01:13
by wick
Thanks - that appeared to do the trick!