Robert, thank you, I have alsactl working!

Now if someone can help with changing the M-Audio Delta 44 from -10 to +4, that 
would be great!

Patrick

> On May 29, 2017, at 4:56 PM, Robert Jeffares <[email protected]> 
> wrote:
> 
> Hi Patrick,
> 
> 
> On 30/05/17 10:52, Patrick wrote:
>> Second, I have failed miserably trying to get alsactl to save and restore 
>> the current sounds card settings set
>> with alsamixer. The M-Audio Delta 44 defaults to all input/output levels at 0
> use alsamixer to set levels
> esc out of Alsamixer
> #alsactrl store  <---- this may say it can't find the store directory which 
> you have to create and re do
> on restart you need a script that runs alsactrl restore. See below.
> Bit of a glitch in the centos/alsa system. Older versions used to remember 
> OK. I think it's an alsa issue or more correctly something in Centos which 
> also plays with pulse.
> 
> My scripts for remote sites also wait for RD to start and hit the button to 
> start audio
> 
> #! /bin/bash
> #this makes sure that the sound card settings are restored from the saved file
> # for some reason alsa does not read these on boot
> date > /home/rd/soundset.log
> alsactl restore
> cat /home/rd/soundset.log |mail -s "sound set on anatoly in whakatu" 
> [email protected]
> exit 0
> 
> 
> 
> regards
> 
> Robert
> 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to