Hallo,
Mark Knecht hat gesagt: // Mark Knecht wrote:

> On Sat, 2004-01-24 at 17:07, Knute Johnson wrote:
> > Mark Knecht wrote:
> > > 
> > > alias /dev/mixer snd-mixer-oss
> > > alias /dev/dsp snd-pcm-oss
> > > alias /dev/midi snd-seq-oss
> > > 
> > 
> > I haven't seen this before in modules.conf.
> > It isn't in mine.  Is this needed to get ALSA to work
> > correctly?
> 
> Well, to the best of my knowledge this is what's required to get Alsa to
> do OSS emulation. (Notice the oss's at the end of each line.)
> 
> In my configuration I have two sound cards. Card 0 is the onboard Via
> sound chip. I have Alsa set up to do both Alsa and OSS emulation for
> that chip. 
> 
> Sound card 1 is the RME HDSP 9652. For that card I only set up Alsa.
> 
> You don't need any of this if you don't want OSS emulation, or at least
> that's what I understand.

There are other ways to specify this in the modules configuration. The
most common is this from the docs:

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

Then you don't need the /dev/mixer lines and you can use
snd-service-X-X for the second or third card as well.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to