[PlanetCCRMA] ensonic 1371 - help

Fernando Pablo Lopez-Lezcano nando@ccrma.Stanford.EDU
Mon Dec 22 10:12:01 2003


>   **** The auto config seems OK ****
>   alias ethO ne2k-pci
>   alias usb-controller usb-ohci
>   # --- BEGIN: Generated by ALSACONF, do not edit. --
>   # --- ALSACONF verion 1.0.0 --
>   alias char-major-116 snd
>   alias char-major-14 soundcore
>   alias sound-service-O-O 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
>   alias snd-card-O snd-ens1371
>   # --- Keep modules from being autocleaned
>   add options -k snd-card-O
>   # --- END: Generated by ALSACONF, do not edit. --

You don't need the following lines, for some reason alsaconf did not
erase the OSS configuration lines:

>   alias sound-slot-O es1371
> post-install sound-slot-O /bin/aumix-minimal -f /etc/.aumixrc -1 >/dev/null
>   2>&1 I I
>   : pre-remove sound-slot-O /bin/aumix-minimal -f /etc/.aumixrc -S 
>  >/dev/null
>   2>&1 I I

So comment them out or erase them and do a "/sbin/depmod -a"
Reboot (to make sure no oss modules are loaded) and follow the next
configuration tasks. 

>   **** I can't see any oss modules ****
> 
>   :[root@craythorne-cosultants root]# /sbin/lsmod
>   Module	Size	Used by	Not tainted
>   ide-cd	33856	0	(autoclean)
>   cdrom	31264	0	(autoclean) [ide-cd]
>   snd-pcm-oss	42020	0	(autoclean) (unused)
>   snd-pcm	80320	0	(autoclean) [snd-pcm-oss]
>   snd-page-alloc	9268	0	(autoclean) [snd-pcm]
>   snd-timer	19588	0	(autoclean) [snd-pcm]
>   snd-mixer-oss	14256	0	(autoclean) [snd-pcm-oss]
>   snd	44356	0	(autoclean) [snd-pcm-oss snd-pcm snd-timer
>   snd-mixer-oss]

These are the culprits, the oss modules are loaded and won't let the
alsa soundcard modules load because they are already using the hardware
resources:

>   es1371	30440	1	(autoclean)
>   ac97_codec	15624	0	(autoclean) [es1371]
>   gameport	3284	0	(autoclean) [es1371]

-- Fernando