Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] wrong order of soundcards
Date: Sun, 02 Apr 2006 13:54:05
Message-Id: 5bdc1c8b0604020652h4b75185bib9ffb53c2bc0ff03@mail.gmail.com
In Reply to: [gentoo-amd64] wrong order of soundcards by "Michal Žeravík"
1 ## ALSA portion
2 alias snd-card-0 snd-intel8x0
3 options snd-intel8x0 index=0
4
5 alias snd-card-1 snd-usb-audio
6 options snd-usb-audio index=1
7
8 # Set this to the correct number of cards.
9 options snd cards_limit=2
10
11 ## OSS/Free portion
12 alias sound-slot-0 snd-card-0
13 alias sound-slot-1 snd-card-1
14 ##
15
16 # OSS/Free portion - card #1
17 alias sound-service-0-0 snd-mixer-oss
18 alias sound-service-0-1 snd-seq-oss
19 alias sound-service-0-3 snd-pcm-oss
20 alias sound-service-0-8 snd-seq-oss
21 alias sound-service-0-12 snd-pcm-oss
22 ## OSS/Free portion - card #2
23 alias sound-service-1-0 snd-mixer-oss
24 alias sound-service-1-3 snd-pcm-oss
25 alias sound-service-1-12 snd-pcm-oss
26
27 alias /dev/mixer snd-mixer-oss
28 alias /dev/dsp snd-pcm-oss
29 alias /dev/midi snd-seq-oss
30
31
32
33
34 On 4/2/06, Michal Žeravík <michalz@×××××××.com> wrote:
35 > Hi all,
36 >
37 > I have two soundcards : sblive (emu10k1)
38 > and Audiophile2496 (ice1712), both on pci .
39 > in modules.d are :
40 > alias snd-card-0 snd-emu10k1
41 > alias sound-slot-0 snd-emu10k1
42 >
43 > alias snd-card-1 snd-ice1712
44 > alias sound-slot-1 snd-ice1712
45 >
46 > but after restart I've got ice as hw0
47 > and emu10k1 as hw1.
48 > Is it possible to switch them?
49 > To use emu10k1 as hw0 and ice1712 as hw1..
50 >
51 > lspci:
52 > 01:07.0 Multimedia audio controller: VIA Technologies Inc. ICE1712 [Envy24] PCI
53 > Multi-Channel I/O Controller (rev 02)
54 > 01:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
55 >
56 > Michal
57 > --
58 > gentoo-amd64@g.o mailing list
59 >
60 >
61
62 --
63 gentoo-amd64@g.o mailing list