Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Sorting soundcards...
Date: Fri, 10 Jun 2011 23:06:29
Message-Id: 20110610223936.GA3118@solfire
1 Hi,
2
3 With my PC I have three "soundcards" (from the Alsa point of view),
4 which are:
5
6 0 [SB ]: HDA-Intel - HDA ATI SB
7 HDA ATI SB at 0xfcaf8000 irq 16
8 1 [NVidia ]: HDA-Intel - HDA NVidia
9 HDA NVidia at 0xfe97c000 irq 25
10 2 [CameraB404271 ]: USB-Audio - USB Camera-B4.04.27.1
11 OmniVision Technologies, Inc. USB Camera-B4.04.27.1 at usb-0000:00:12.2-3, high
12
13 . To prevent, that they come up in any possible kind of sorting after
14 a reboot, I wrote into /etc/modporbe.d/alsa.conf:
15
16 # Alsa kernel modules' configuration file.
17 # ALSA portion
18 # OSS/Free portion
19
20 ##
21 ## IMPORTANT:
22 ## You need to customise this section for your specific sound card(s)
23 ## and then run `update-modules' command.
24 ## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
25 ##
26
27 alias /dev/mixer snd-mixer-oss
28 alias /dev/dsp snd-pcm-oss
29 alias /dev/midi snd-seq-oss
30
31 alias snd-card-0 snd-hda-intel
32 alias sound-slot-0 snd-hda-intel
33 alias snd-card-1 snd-usb-intel
34 alias sound-slot-1 snd-usb-intel
35 alias snd-card-0 snd-hda-intel
36 alias sound-slot-0 snd-hda-intel
37
38 , but that did not help (I did a update-modules before reboot).
39
40 How can I urge the "soundcards" into a specific order?
41 How can I more specific than specifying "snd-hda-intel" since
42 this appears twice...?
43
44 Thank you very much in advance for any help! :)
45
46 Have a nice weekend!
47 Best regardsm
48 mcc

Replies

Subject Author
Re: [gentoo-user] Sorting soundcards... Paul Hartman <paul.hartman+gentoo@×××××.com>
Re: [gentoo-user] Sorting soundcards... Mark Knecht <markknecht@×××××.com>