Hi guys, A week or two I wrote that I was SO excited that I finally got sound under Linux working. Well it does still work fine... but I have to do, "su" "/sbin/modprobe snd-card-ens1371" "alsamixer" and make the settings unmuted each time I go into Linux. My modules.conf file is attached. Thanks for any help. -Brandon _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
alias parport_lowlevel parport_pc alias sound-slot-0 audiopci post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || : pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || : alias usb-controller usb-uhci # ALSA native device support alias char-major-116 snd options snd snd_major=116 snd_cards_limit=1 alias snd-card-0 snd-card-audiopci #next line might need to have snd_id, if so... options snd-card-ens1371 snd_index=0 # see below # OSS/Free setup alias char-major-14 soundcore alias sound-slot-0 snd-card-0 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 #----------> end add to /etc/conf.modules #Some cards require something more like this on the interwave. options snd-card-audiopci snd_index=0 #I also found I had to remove: alias sound-slot-0 sb options sound dmabuf=1 alias midi opl3 options opl3 io=0x388 options sb io=0x240 irq=5 dma=1 #---------> end remove /etc/conf.modules