I have a small problem with ALSA. My sound settings don't stick. So everytime I reboot Linux, I have to set my volume controls again. It's getting really annoying, especially since all the sedttings have to be at or around 75% except the master, since I use headphones and having a master of 14 is a bit odd to me The sound settings don't stick even when I log in as root and use amixer (aumix doesn't work either).
You no longer need to guess! This free stability scan and registry cleaner download will give you a complete diagnosis of your Windows registry, identifying errors and conflicts.
You will need to try these from the command line before putting them in your rc.local--I'm on a winders box right now so i'm running off memory.
alsactrl save 0
and
alsactrl restore 0
You need to specify the card ID.
You can specify the file it saves to with:
alsactrl -f /etc/mixerlevel save 0
Hope that helps.
It runs alsactl restore when the machine starts up, but that isn't in the rc.local script. well, whateverit is, running alsactl store after setting the mixer fixes it. Thanks guys!