Gentoo Archives: gentoo-user-de

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

Replies

Subject Author
Re: [gentoo-user-de] A7N8X-X Soundprobleme pslizer@×××××.com