Thanks Mark, That is exactly the configuration the install routine put into modprobe.conf during the install. Steve On Monday 29 November 2004 3:51 pm, Markus Huber wrote: > Am Mo, den 29.11.2004 schrieb stevew@xxxxxxx um 21:27: > > system settings/soundcard detection shows: > > Vendor: Intel > > Model 82801DB.DBL/DMB (ICCH4/ICH4-M) AC'97 Audio Controller > > Module: snd-intel8x0 > > Maybe this part of /etc/modprobe.conf from a working FC2-install might > be of interest: > > alias snd-card-0 snd-intel8x0 > install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && > /usr/sbin/alsactl restore >/dev/null 2>&1 || : > remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; > /sbin/modprobe -r --ignore-remove snd-intel8x0 > > Markus