I believe I can read but I still wonder how to do this (mainly this : set your levels with aumix, then add both the alsasound and aumix rc scripts (usually found in /etc/init.d/) to your default runlevel).
"If you find that your sound is muting itself every time you restart your computer despite changing it afterward, the problem is that the settings are not being saved and then reloaded at startup. If you're using aumix, the solution is easy: first, set your levels with aumix, then add both the alsasound and aumix rc scripts (usually found in /etc/init.d/) to your default runlevel. From then on, your system will start with the last levels you saved. If you do not have aumix or don't want to use it, then you can use alsactl to solve the problem. First, set your levels with alsamixer then as root, type:
alsactl store
Next, edit your /etc/rc.d/rc.local file and add these lines at the end:
# The following restores ALSA mixer settings
alsactl restore 0"
http://applications.linux.com/article.p ... =49&tid=47



