Hey Robert,

I just wanted to thank you for this tip.  I have a setup that sounds
similar to yours- and was having the same lost sound card settings on
reboot problem.

Your solution worked perfectly and fixed an issue I've been having for over
a year and a half now.

Thanks a ton.
Brad

On Mon, Dec 19, 2016 at 4:49 PM, Robert Jeffares <[email protected]>
wrote:

> I have a number of appliance installs which are updated on initial
> install. Centos 6.8 V 2.15.1
> They have M-Audio sound cards.
> When I set the output levels using alsamixer and save using 'alsactrl
> store' [creating a requested directory]  the settings do not restore on
> reboot.
> I have no idea why they don't.
> running 'alsactrl restore' works so the settings are being saved.
>
> I think the on board card settings are loaded OK
>
> /var/lib/alsa/asound.state
>
> seems to have the right permissions, and I can find no errors in any logs.
>
> My fix is to run a script from /etc/rc.local which runs on restart and
> sends me an email
>
> --------------snip-----------------
> #! /bin/bash
> date > /home/rd/soundset.log
> alsactl restore
> cat /home/rd/soundset.log |mail -s 'sound set ' [email protected]
> exit 0
> --------------snip-----------------
>
>
> This is not a Rivendell issue; it's either Centos or Alsa.
>
> Did not have this in earlier systems.
>
> This may help someone
>
> regards
>
> Robert
>
> --
> *Big Valley Radio*
> 64 Warner Park Avenue
>
> Laingholm
>
> Auckland 0604
>
> 09 8176358
>
> 0221693124
>
> 06 650 6087
>
> _______________________________________________
> Rivendell-dev mailing list
> [email protected]
> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
>
>
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to