Gentoo Archives: gentoo-user-de

From: pslizer@×××××.com
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] A7N8X-X Soundprobleme
Date: Sat, 17 Sep 2005 17:33:58
Message-Id: 200509171933.40643.pslizer@gmail.com
In Reply to: RE: [gentoo-user-de] A7N8X-X Soundprobleme by Olaf Niermann
1 Am Samstag, 17. September 2005 19:22 schrieb Olaf Niermann:
2 > Hallo Paul,
3 >
4 > Sehe gerade erst in deiner 'lsmod'-Ausgabe, dass ALSA auch Module für eine
5 > CS4231 Soundkarte geladen hat. Baue dich bitte einen neuen Kernel, wo Du in
6 > der Soundabteilung alles deaktivierst (auch nicht als Modul), außer den
7 > treiber für 'nForce2/AC97/Intel8x0'.
8 >
9 > Weitere Infos findest Du auch noch in der Datei:
10 > /usr/src/linux/Documentation/sound/alsa/ALSA-Configuration.txt
11 >
12 > Ich hänge noch mal meine Kernelconfig (gentoo-sources-2.6.13) für 'nen
13 > nForce2-Chipsatz dran für Sound (ALSA ohne OSS) unter KDE 3.4 mit
14 > arts-daemon (ohne esd).
15 >
16 > Wenn Du die USE-Flags änderst, nicht vergessen beim 'emerge' die Option
17 > '--newuse' mit anzugeben. Achja, nach jedem 'genkernel' mache ich zur
18 > Sicherheit immer noch ein 'emerge nforce-audio alsa-driver alsa-lib
19 > alsa-oss alsa-utils'
20 >
21 > Viel Glück, Olaf
22 >
23 >
24 > ### /etc/make.conf
25 > ALSA_CARDS="intel8x0"
26 > ALSA_TOOLS="as10k1 ac3dec"
27 > USE="kde alsa arts -esd -oss win32codecs"
28 >
29 > ### /etc/modules.d/alsa (erstellt/erweitert durch 'alsaconf')
30 > alias /dev/mixer snd-mixer-oss
31 > alias /dev/dsp snd-pcm-oss
32 > alias /dev/midi snd-seq-oss
33 > alias snd-card-0 snd-intel8x0
34 > alias sound-slot-0 snd-intel8x0
35 >
36 > ### /etc/kernels/kernel-config-x86-2.6.13
37 > #
38 > # Sound
39 > #
40 > CONFIG_SOUND=m
41 >
42 > #
43 > # Advanced Linux Sound Architecture
44 > #
45 > CONFIG_SND=m
46 > CONFIG_SND_TIMER=m
47 > CONFIG_SND_PCM=m
48 > CONFIG_SND_SEQUENCER=m
49 > # CONFIG_SND_SEQ_DUMMY is not set
50 > CONFIG_SND_OSSEMUL=y
51 > CONFIG_SND_MIXER_OSS=m
52 > CONFIG_SND_PCM_OSS=m
53 > CONFIG_SND_SEQUENCER_OSS=y
54 > CONFIG_SND_RTCTIMER=m
55 > # CONFIG_SND_VERBOSE_PRINTK is not set
56 > # CONFIG_SND_DEBUG is not set
57 >
58 > #
59 > # Generic devices
60 > #
61 > # CONFIG_SND_DUMMY is not set
62 > # CONFIG_SND_VIRMIDI is not set
63 > # CONFIG_SND_MTPAV is not set
64 > # CONFIG_SND_SERIAL_U16550 is not set
65 > # CONFIG_SND_MPU401 is not set
66 > #
67 > # ISA devices
68 > #
69 > # CONFIG_SND_AD1816A is not set
70 > # CONFIG_SND_AD1848 is not set
71 > # CONFIG_SND_CS4231 is not set
72 > # CONFIG_SND_CS4232 is not set
73 > # CONFIG_SND_CS4236 is not set
74 > # CONFIG_SND_ES968 is not set
75 > # CONFIG_SND_ES1688 is not set
76 > # CONFIG_SND_ES18XX is not set
77 > # CONFIG_SND_GUSCLASSIC is not set
78 > # CONFIG_SND_GUSEXTREME is not set
79 > # CONFIG_SND_GUSMAX is not set
80 > # CONFIG_SND_INTERWAVE is not set
81 > # CONFIG_SND_INTERWAVE_STB is not set
82 > # CONFIG_SND_OPTI92X_AD1848 is not set
83 > # CONFIG_SND_OPTI92X_CS4231 is not set
84 > # CONFIG_SND_OPTI93X is not set
85 > # CONFIG_SND_SB8 is not set
86 > # CONFIG_SND_SB16 is not set
87 > # CONFIG_SND_SBAWE is not set
88 > # CONFIG_SND_WAVEFRONT is not set
89 > # CONFIG_SND_ALS100 is not set
90 > # CONFIG_SND_AZT2320 is not set
91 > # CONFIG_SND_CMI8330 is not set
92 > # CONFIG_SND_DT019X is not set
93 > # CONFIG_SND_OPL3SA2 is not set
94 > # CONFIG_SND_SGALAXY is not set
95 > # CONFIG_SND_SSCAPE is not set
96 > #
97 > # PCI devices
98 > #
99 > CONFIG_SND_AC97_CODEC=m
100 > # CONFIG_SND_ALI5451 is not set
101 > # CONFIG_SND_ATIIXP is not set
102 > # CONFIG_SND_ATIIXP_MODEM is not set
103 > # CONFIG_SND_AU8810 is not set
104 > # CONFIG_SND_AU8820 is not set
105 > # CONFIG_SND_AU8830 is not set
106 > # CONFIG_SND_AZT3328 is not set
107 > CONFIG_SND_BT87X=m
108 > # CONFIG_SND_BT87X_OVERCLOCK is not set
109 > # CONFIG_SND_CS46XX is not set
110 > # CONFIG_SND_CS4281 is not set
111 > # CONFIG_SND_EMU10K1 is not set
112 > # CONFIG_SND_EMU10K1X is not set
113 > # CONFIG_SND_CA0106 is not set
114 > # CONFIG_SND_KORG1212 is not set
115 > # CONFIG_SND_MIXART is not set
116 > # CONFIG_SND_NM256 is not set
117 > # CONFIG_SND_RME32 is not set
118 > # CONFIG_SND_RME96 is not set
119 > # CONFIG_SND_RME9652 is not set
120 > # CONFIG_SND_HDSP is not set
121 > # CONFIG_SND_HDSPM is not set
122 > # CONFIG_SND_TRIDENT is not set
123 > # CONFIG_SND_YMFPCI is not set
124 > # CONFIG_SND_ALS4000 is not set
125 > # CONFIG_SND_CMIPCI is not set
126 > # CONFIG_SND_ENS1370 is not set
127 > # CONFIG_SND_ENS1371 is not set
128 > # CONFIG_SND_ES1938 is not set
129 > # CONFIG_SND_ES1968 is not set
130 > # CONFIG_SND_MAESTRO3 is not set
131 > # CONFIG_SND_FM801 is not set
132 > # CONFIG_SND_ICE1712 is not set
133 > # CONFIG_SND_ICE1724 is not set
134 > CONFIG_SND_INTEL8X0=m
135 > # CONFIG_SND_INTEL8X0M is not set
136 > # CONFIG_SND_SONICVIBES is not set
137 > # CONFIG_SND_VIA82XX is not set
138 > # CONFIG_SND_VIA82XX_MODEM is not set
139 > # CONFIG_SND_VX222 is not set
140 > # CONFIG_SND_HDA_INTEL is not set
141 >
142 > #
143 > # Open Sound System
144 > #
145 > # CONFIG_SOUND_PRIME is not set
146
147 Dankeschön, hat wunderbar geklappt.
148 ---
149 Mit freundlichen Grüßen: Paul Kieckhefen

Replies

Subject Author
Re: [gentoo-user-de] A7N8X-X Soundprobleme Daniel Frickemeier <daniel@×××××××.de>