blob: 4cbaae5b54d144eb50452ad8063dc8db1a0b9959 (
plain)
1
2
3 README for alsa-utils
4
5 alsa-utils includes an init script in /etc/rc.d called "alsa". In order to
6 save and restore your soundcard mixer levels at shutdown and boot, add
7 "alsa" to the SERVICES array in /etc/rc.conf.
8
9 NOTE: If the "alsa" init script attempts to restore mixer levels that have
10 not been saved yet, it will produce an error that looks like:
11
12 "alsactl: load_state:1677: Cannot open /var/lib/alsa/asound.state for
13 reading: No such file or directory"
14
15 This just means that the mixer settings have not yet been saved and can be
16 fixed by running "alsactl store".
|