On Thu, 2006-02-16 at 17:46 +0100, Alexander Dalloz wrote: > My /etc/modprobe.conf contains this for the soundcard module: > > install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && > /usr/sbin/alsactl restore >/dev/null 2>&1 || : > remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-emu10k1 > > The "install" part runs "alsactl restore" when loading the module. The > "remove" entry runs "alsactl store" when unloading the module. Mine's different. This is how the system set itself up, I haven't modified it: alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 options snd-intel8x0 index=0 remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0 NB: My sound seems to be fine, though I occasionally find something seems to have been muted, like the CD-ROM audio playback, without my interaction. -- Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists.