Eric wrote:
> 
> Thanx Stefan that worked.
> 
> I got one more simple question to anybody, is it possible to save current
> setting without loosing them during a reboot? I did not see this is the docs.

  use alsactl to store settings during shutdown and restore them during
boot.

  how to do that properly depends on your distro, lot of them have
scripts in /etc/init.d and links to these scripts from /etc/rcN.d (N is
runlevel), e.g. debian has:

/etc/init.d/alsa

/etc/rc0.d/K20alsa -> ../init.d/alsa
/etc/rc1.d/K20alsa -> ../init.d/alsa
/etc/rc2.d/S20alsa -> ../init.d/alsa
/etc/rc3.d/S20alsa -> ../init.d/alsa

  it start or stops alsa - loads/removes modules, stores/restores mixer
settings etc. (K* links stop alsa, S* links start it).

        erik

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to