Hi,
Fabrice DELENTE hat gesagt: // Fabrice DELENTE wrote:

> 2°) After asking in comp.os.linux.harware, I was told to create a
> ~/.asoundrc file. 

It's not needed, they told you wrong (I think).

> $ cat /etc/modules.conf
> # ALSA part
> alias char-major-116 snd
> alias snd-card-0 snd-ens1371
> alias snd-card-1 snd-via82xx
> # module options should go here
> 
> # OSS/Free portion
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> #alias sound-slot-1 snd-card-1
> 
> # card #1
> 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

You need to add the OSS-emu configuration for the second card as well: 

# card #2 (named card1 in /proc/asound/...)
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-1 snd-seq-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-8 snd-seq-oss
alias sound-service-1-12 snd-pcm-oss

ciao
-- 
 Frank Barknecht                               _ ______footils.org__


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to