On Sun, 2004-05-23 at 19:14, Amadeus W.M. wrote: Thanks, I'll try that. :) > On Sun, 23 May 2004 13:02:30 -0400, Brian Hartman wrote: > > > Hi, Everyone. > > > > Every time I start up Fedora Core 2, it starts with all the volume > > meters muted. I have to go into Volume Control and reset them all > > again. Is there a way to *save* the levels so I don't have to go > > through this every time? > > I have this in /etc/modprobe.conf > > alias snd-card-0 snd-ens1371 > install snd-ens1371 /sbin/modprobe --ignore-install snd-ens1371 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : > remove snd-ens1371 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-ens1371 > > The "install" part restores the volume settings upon loading of the > sound modules. The "remove" part saves the settings upon unloading > of the modules. That's for my SB card. > >