On Sunday 31 October 2004 16:01, Thomas Adam wrote: > --- David Baron <d_baron@xxxxxxxxxx> wrote: > > Didn't work. > > Can you be any less specific? Please give details, about *what* didn't > work, expected outcomes, any errors produced, etc. 1. OK. I took out the numerical argument. It either defaults to 0 or does not need it to store/restore everyting. 2. The restore script had: if msg("alsactl restore ....."); then ... I changed that to: if alsactl restore ....; then This works. So from where came the 2 and why the msg() function?