Quoting Chris Kloiber <ckloiber@xxxxxxxxxxxx>: Thanks for all the help on this! Actually, I found the solution I was looking for after I posted the message. I went into Sound in the Preferences menu and turned the sound server and system sounds on on bootup. That fixed it. Thanks for all the technical info, though. That's good to know if I ever find myself starting from scratch! :) > On Mon, 2004-05-24 at 01:02, 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 thought this was fixed in FC2 final, but... > > After setting the volume correctly for your system open a root shell and > run: > > # alsactl store > > That should cause your volume to be unmuted (and at the current levels) > on reboot if your modprobe.conf is not hosed. Look in there for lines > like these (of course your module may differ): > > alias snd-card-0 snd-intel8x0 > install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && > /usr/sbin/alsactl restore >/dev/null 2>&1 || : > remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-intel8x0 > > -- > Chris Kloiber > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >