Ryan wrote:
Yes I have the same problem but do not know how to fix.Hello all,
Has anyone run into this problem? Everytime I boot Fedora Core 3, my alsamixer settings reset to all muted.
I'm using FC3, AlsaMixer 1.07, Card: NVidia nForce2 , Chip: Realtek ALC650F
Thanks
Make sure you have the following lines in /etc/modprobe.conf:
install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; }
remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove sound-slot-0
"aumix-minimal" is the minimalized alsa mixer. The "-S" in the remove command says "store current settings", the "-L" in the install command says "load settings". That should fix it. ---------------------------------------------------------------------- - Rick Stevens, Senior Systems Engineer rstevens@xxxxxxxxxxxxxxx - - VitalStream, Inc. http://www.vitalstream.com - - - - Always remember you're unique, just like everyone else. - ----------------------------------------------------------------------