protux-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-devel] OFF TOPIC : help in setting up two isapnp soundcards


From: Luciano Giordana
Subject: Re: [Protux-devel] OFF TOPIC : help in setting up two isapnp soundcards (awe32/sbawe AND vibra16x/sb16) - SOLUTION
Date: Tue, 16 Sep 2003 18:54:51 -0300
User-agent: KMail/1.5

got it !
we gotta make this public, because I searched a lot and could not find it 
anywhere....

Suppose you have a SB32, a SB64 and a SBLive. The /etc/modules.conf should look 
like

alias char-major-116 snd
alias snd-card-0 snd-sbawe       # this is for SB32
alias snd-card-1 snd-sbawe       # this is for SB64 (same alsa module)
alias snd-card-2 snd-emu10k1  # this is for SBLive
options snd-sbawe index=0,1 port=0x220,0x240 irq=5,7 # this is what make it 
"split" in 2 sound cards

Also, if you have a SB32, a SB Vibra16X it would look like 
 
alias char-major-116 snd
alias snd-card-0 snd-sbawe       # this is for SB32
alias snd-card-1 snd-sb16       # this is for SB Vibra16X
alias snd-card-2 snd-emu10k1  # this is for SBLive
options snd-sbawe index=0,1 port=0x220,0x240 irq=5,7 


I dont know if it is a requisite, but when I compiled ALSA (0.9.1) I enabled  
./configure --with-isapnp=yes


Hope that it helps other people in the same situation :-)

L





reply via email to

[Prev in Thread] Current Thread [Next in Thread]