Am Mi, den 14.01.2004 schrieb Alexander Dalloz um 19:42: > Am Mi, den 14.01.2004 schrieb Alexandre Strube um 13:32: > > Hello guys, > > some days ago this begun to happen, and now this behaviour is repeating > > every day: When I reboot, sound is gone. I cannot change mixer settings. > > > > I'm using 2.4.22.2140 with ALSA > > alsactl store --> save actual mixer settings In addition to what Aleaxner wrote: I have this in my modules.conf: post-install snd-card-0 /usr/sbin/alsactl restore >/dev/null 2>&1 || : pre-remove snd-card-0 /usr/sbin/alsactl store >/dev/null 2>&1 || : (taken from http://freshrpms.net/docs/alsa/ ) Christoph