At Tue, 21 Oct 2003 09:11:04 -0700, Ken Locarnini wrote: > > Caveat: if alsaconf succeded in configuring your soundcard and you want > your sound modules to stay loaded at all times add these couple of lines > at the very end of the /etc/modules.conf file that was changed by alsaconf: > > # -- Keep modules from being autocleaned > add options -k snd-card-0 An alternative (sexier?) method would be to configure kmod to save configuration information and reload it. Appending this to modules.conf should work: pre-remove snd snd-ice1712 alsactl store post-install snd-ice1712 alsactl restore Replace snd-ice1712 above with whatever the name of your particular sound modules is, and you should be set.