On 5/2/05, david walcroft <david_walcroft@xxxxxxxxxxxx> wrote: > Try commenting out these > > # /sbin/modprobe -r --ignore-remove snd-emu10k1 > > # alias snd-card-1 snd-ac97 > > # options snd-card-1 index=1 > > # install snd-ac97 /sbin/modprobe --ignore-install snd-ac97 && > > /usr/sbin/alsactl restore >/dev/null 2>&1 || : > > # remove snd-ac97 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; > > /sbin/modprobe -r --ignore-remove snd-ac97 > > Add > install snd-ac97 /bin/true > I've already tried removing the ac97 stuff altogether, it doesn't seem to stop the kernel loading the modules. Also the snd-emu10k1 modules get loaded just fine, they just don't seem to be getting used, so I don't think it's a modprobe problem? Rob