On Tue, 22 Aug 2006 05:32:24 -0700 (PDT) Globe Trotter <itsme_410@xxxxxxxxx> wrote: > Here is my /etc/modprobe.comf: > > > alias eth0 e1000 > 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 > > Note that the last two lines is actually in one line in the file: it > reformats it in this Yahoo! mailer.... Okay, try this new version : # ALSA portion alias char-major-116 snd alias snd-card-0 snd-card-intel8x0 # module options should go here # OSS/Free portion alias char-major-14 soundcore alias sound-slot-0 snd-card-0 # card #1 alias sound-service-0-0 snd-mixer-oss alias sound-service-0-1 snd-seq-oss alias sound-service-0-3 snd-pcm-oss alias sound-service-0-8 snd-seq-oss alias sound-service-0-12 snd-pcm-oss It works fine for me. -- M.B