Gentoo Archives: gentoo-user

From: wu chuanwen <wcw8410@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] soundcards inconsistent
Date: Sat, 29 Apr 2006 14:49:46
Message-Id: 7797aa370604290744w644de307o15fcdc8156fc534a@mail.gmail.com
In Reply to: [gentoo-user] soundcards inconsistent by Michael Schreckenbauer
1 Hi!
2 I don't konw why you need two soundcard! I just think that maybe one is
3 enough.Once before I had two sound cards too,and at that time my gentoo can
4 not have any sound(maybe not because i had two soundcards but the init
5 script).Anyway, I just reset my bios,and mask my first soundcard which is
6 in my board,and then the problem gone!Now everything is good!
7 Maybe you can have a try if you don't need two soundcards!
8
9 2006/4/19, Michael Schreckenbauer <grimlog@×××.de>:
10 >
11 > Dear gentoo-users,
12 > yesterday I recognized a strange problem with my soundcards. I have two
13 > soundcards in my system. A Soundblaster, ens1371 based, and a Terratec
14 > DMX6Fire, which uses an ice1712 chip. The Soundblaster is used as the
15 > primary
16 > soundcard, recording from tape or vinyl and stereo playback, the ice1712
17 > one
18 > is used for 5.1 playback of dvds.
19 > So, the normal situation is as follows:
20 > ~ $ cat /proc/asound/cards
21 > 0 [AudioPCI ]: ENS1371 - Ensoniq AudioPCI
22 > Ensoniq AudioPCI ENS1371 at 0xc000, irq 16
23 > 1 [DMX6Fire ]: ICE1712 - TerraTec DMX6Fire
24 > TerraTec DMX6Fire at 0xc400, irq 19
25 >
26 > Now, after boot, I _sometimes_ get this one:
27 >
28 > ~ $ cat /proc/asound/cards
29 > 0 [DMX6Fire ]: ICE1712 - TerraTec DMX6Fire
30 > TerraTec DMX6Fire at 0xc400, irq 19
31 > 1 [AudioPCI ]: ENS1371 - Ensoniq AudioPCI
32 > Ensoniq AudioPCI ENS1371 at 0xc000, irq 16
33 >
34 > which I don't want, because I always have to adjust my applications ;)
35 > After executing /etc/init.d/alsasound restart, things are as expected.
36 > Some more info:
37 > ~ $ uname -a
38 > Linux pc 2.6.15-gentoo-r3 #2 Mon Feb 27 22:36:46 CET 2006 i686 AMD
39 > Athlon(tm)
40 > 64 Processor 3000+ GNU/Linux
41 >
42 > ~ $ cat /proc/asound/version
43 > Advanced Linux Sound Architecture Driver Version 1.0.11rc5.
44 > Compiled on Apr 12 2006 for kernel 2.6.15-gentoo-r3.
45 >
46 > ~ $ eix ^udev$
47 > * sys-fs/udev
48 > Available versions: 068-r1 069 070-r1 071 072 073 077 077-r1 077-r2
49 > 077-r3 077-r4 077-r5 078 079 079-r1 081 081-r1 084 085 086 087 089 089-r1
50 > 089-r2 090
51 > Installed: 090
52 > Homepage:
53 > http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
54 > Description: Linux dynamic and persistent device naming
55 > support
56 > (aka userspace devfs)
57 >
58 > Found 1 matches
59 >
60 > ~ $ cat /etc/modules.d/alsa
61 > # Alsa 0.9.X kernel modules' configuration file.
62 > #
63 > $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-
64 > modules.conf-rc,v
65 > 1.1 2003/08/05 21:07:55 johnm Exp $
66 >
67 > # ALSA portion
68 > alias char-major-116 snd
69 > # OSS/Free portion
70 > alias char-major-14 soundcore
71 >
72 > ##
73 > ## IMPORTANT:
74 > ## You need to customise this section for your specific sound card(s)
75 > ## and then run `update-modules' command.
76 > ## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
77 > ##
78 > ## ALSA portion
79 > alias snd-card-0 snd-ens1371
80 > alias snd-card-1 snd-ice1712
81 > ## OSS/Free portion
82 > alias sound-slot-0 snd-card-0
83 > alias sound-slot-1 snd-card-1
84 > ##
85 >
86 > # OSS/Free portion - card #1
87 > alias sound-service-0-0 snd-mixer-oss
88 > alias sound-service-0-1 snd-seq-oss
89 > alias sound-service-0-3 snd-pcm-oss
90 > alias sound-service-0-8 snd-seq-oss
91 > alias sound-service-0-12 snd-pcm-oss
92 > ## OSS/Free portion - card #2
93 > alias sound-service-1-0 snd-mixer-oss
94 > alias sound-service-1-3 snd-pcm-oss
95 > alias sound-service-1-12 snd-pcm-oss
96 >
97 > alias /dev/mixer snd-mixer-oss
98 > alias /dev/dsp snd-pcm-oss
99 > alias /dev/midi snd-seq-oss
100 >
101 > options snd-card-1 model=dmx6fire
102 >
103 > # Set this to the correct number of cards.
104 >
105 > options snd cards_limit=2
106 >
107 > I searched bugzilla for sound, alsa and udev, but found nothing useful.
108 > Well
109 > http://bugs.gentoo.org/show_bug.cgi?id=128601 sounds similar, but it's
110 > about
111 > cdroms and an older version of udev.
112 > Any idea, what's the problem here?
113 >
114 > Thanks in advance,
115 > Michael
116 > --
117 > gentoo-user@g.o mailing list
118 >
119 >
120
121
122 --
123 wcw

Replies

Subject Author
Re: [gentoo-user] soundcards inconsistent Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] soundcards inconsistent Michael Schreckenbauer <grimlog@×××.de>
[gentoo-user] Re: soundcards inconsistent Michael Mauch <michael.mauch@×××.de>