Gentoo Archives: gentoo-user

From: James Ausmus <james.ausmus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev 103, alsa dual soundcard problem
Date: Tue, 28 Nov 2006 01:09:13
Message-Id: b79f23070611271702m6f0ddc8ek9e619d82fee42bcf@mail.gmail.com
In Reply to: [gentoo-user] udev 103, alsa dual soundcard problem by Dave Jones
1 On 11/27/06, Dave Jones <Dave.Jones@××××××.nl> wrote:
2 > Yesterday I upgraded udev to 103, but have hit some problems with alsa
3 > configuration of multiple sound cards.
4 >
5 > I have an 'on board' Intel 8x0 sound card which I use for VoIP
6 > telephony, and a PCI Creative Audigy which I use to play music.
7 >
8 > The Audigy is configured to alsa as sound card 0, while the Intel card
9 > is sound card 1. This set up has worked perfectly for years.
10 >
11 > The udev 103 upgrade recommends removing coldplug. However, the alsa
12 > initialisation script (alsasound) depend on both coldplug and hotplug.
13 >
14 > If I remove coldplug from the boot runlevel alsasound fails, leaving
15 > only the Intel sound card initialised.
16 >
17
18 Hmm - I don't have this issue - what version of alsa-utils are you
19 running? I'm running 1.0.13. I don't even have a /etc/init.d/coldplug
20 init script on my system - maybe you need to do an emerge -C coldplug?
21 Maybe if the coldplug script doesn't exist then alsasound won't
22 complain about it... Just a theory. ;)
23
24 > Even worse is that udev seems to discover the sound cards in the reverse
25 > order to coldplug. My Audigy card becomes /dev/dsp1 and the Intel card
26 > is /dev/dsp0. Unfortunately, Audacious, my music player of choice,
27 > doesn't seem to offer any choice of which dsp to use.
28 >
29 > To put it mildly, this is a major pain; I don't want to listen to music
30 > played through the VoIP headset connected to the Intel card.
31 >
32 > Is there any way I can persuade udev to generate the /dev entries for my
33 > sound cards in a particular order, so that Audacious can continue to
34 > work with /dev/dsp0?
35 >
36
37 Check http://www.reactivated.net/writing_udev_rules.html and the links
38 at the bottom of
39 http://gentoo-wiki.com/UDEV
40
41
42 HTH-
43
44 James
45
46
47 > Thanks in advance for any help or advice you may be able to give.
48 >
49 > Cheers, Dave
50 > --
51 > gentoo-user@g.o mailing list
52 >
53 >
54 --
55 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: udev 103, alsa dual soundcard problem "Sven Köhler" <skoehler@×××.de>