On Mon, 8 Jul 2002, Aaron Gaudio wrote:

> And lo, upon Mon, Jul 08, 2002 at 10:20:54AM -0400, Adam K Kirchhoff spaketh thusly:
> >
> > So I know that Alsa is supposed to be devfs aware :-)  And I have it
> > working on my home machine without any problems (with a ymfpci card).
> >
> > However, I'm having a really difficult time getting Alsa + devfs to play
> > nice on my work machine (with an ens1371 card)...
> >
> > These are the modules I have loaded:
> >
> > snd-seq-midi            3200   0 (unused)
> > snd-seq-midi-event      3360   0 [snd-seq-midi]
> > snd-seq                37968   0 [snd-seq-midi snd-seq-midi-event]
> > snd-ens1371            10736   0
> > snd-pcm                51776   0 [snd-ens1371]
> > snd-timer              10576   0 [snd-seq snd-pcm]
> > snd-rawmidi            12768   0 [snd-seq-midi snd-ens1371]
> > snd-seq-device          3808   0 [snd-seq-midi snd-seq snd-rawmidi]
> > snd-ac97-codec         23952   0 [snd-ens1371]
> > snd                    26848   0 [snd-seq-midi snd-seq-midi-event snd-seq 
>snd-ens1371 snd-pcm snd-timer snd-rawmidi snd-seq-device snd-ac97-codec]
> > soundcore               4048   2 [snd]
> >
>
> You seem to be missing the snd-pcm-oss module.
> esd & the like require the /dev/dsp (aka /dev/sound/dsp)
> file, which isn't being created for you.

Hmmm... That was exactly the problem.  As soon as I manually loaded the
module, the device was created.

So now the question is: How do I get Alsa to automatically load that
module?

My modules.conf file lists that module:

------------------------------------------------------------------
# ALSA portion
alias /dev/sound snd-ens1371
alias /dev/dsp snd-service-0-3
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
alias snd-card-0 snd-ens1371
options snd-ens1371 snd_index=0 snd_id="1371"

# 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

post-install snd-ens1371 alsactl restore 0

Any more ideas?

Adam




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to