Martin Grim wrote: > For some reason, everytime I reboot my system the sound from the headphone > output is lost. I am sure I enabled it with "alsamixer" (set everything to > unmuted and max output but mixer mono). i've "saved" the settings with "alsactl > store" and the contents of /etc/asound.conf look alright to me.
The settings saved by "alsactl store" are loaded again with "alsactl restore". This is usually done by some script after loading the ALSA drivers (but, apparently, not in your case). Try adding the following line to modules.conf: post-install snd-card-0 alsactl restore HTH Clemens ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user
