| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
|
|
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.32 2004/05/09 11:17:02 swift Exp $ --> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | |
4 | |
| 4 | <guide link = "/doc/en/alsa-guide.xml"> |
5 | <guide link = "/doc/en/alsa-guide.xml"> |
| 5 | <title>Gentoo Linux ALSA Guide</title> |
6 | <title>Gentoo Linux ALSA Guide</title> |
| 6 | <author title="Author"><mail link="zu@pandora.be"> |
7 | <author title="Author"> |
| 7 | Vincent Verleye</mail> |
8 | <mail link="zu@pandora.be">Vincent Verleye</mail> |
| 8 | </author> |
9 | </author> |
| 9 | |
10 | <author title="Author"> |
| 10 | <author title="Editor"><mail link="zhen@gentoo.org"> |
11 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
| 11 | John P. Davis</mail> |
|
|
| 12 | </author> |
12 | </author> |
|
|
13 | <author title="Author"> |
|
|
14 | <mail link="agenkin@gentoo.org">Arcady Genkin</mail> |
|
|
15 | </author> |
|
|
16 | <author title="Author"> |
|
|
17 | <mail link="eradicator@gentoo.org">Jeremy Huddleston</mail> |
|
|
18 | </author> |
|
|
19 | <author title="Editor"><!-- zhen@gentoo.org --> |
|
|
20 | John P. Davis |
|
|
21 | </author> |
|
|
22 | <author title="Editor"> |
|
|
23 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
|
|
24 | </author> |
|
|
25 | <author title="Editor"> |
|
|
26 | <mail link="bennyc@gentoo.org">Benny Chuang</mail> |
|
|
27 | </author> |
|
|
28 | <author title="Editor"> |
|
|
29 | <mail link="blubber@gentoo.org">Tiemo Kieft</mail> |
|
|
30 | </author> |
|
|
31 | <author title="Editor"> |
|
|
32 | <mail link="erwin@gentoo.org">Erwin</mail> |
|
|
33 | </author> |
| 13 | |
34 | |
| 14 | <abstract> |
35 | <abstract> |
| 15 | This guide will show you how to set up the Advanced Linux Sound Architecture (ALSA) on Gentoo Linux. |
36 | This guide will show you how to set up the Advanced Linux Sound Architecture |
| 16 | In addition to the Gentoo Linux Desktop Configuration Guide, this guide is supposed to give you more information on this subject. </abstract> |
37 | (ALSA) on Gentoo Linux. In addition to the Gentoo Linux Desktop Configuration |
|
|
38 | Guide, this guide is supposed to give you more information on this subject. |
|
|
39 | </abstract> |
| 17 | |
40 | |
|
|
41 | <license/> |
|
|
42 | |
| 18 | <version>1.2</version> |
43 | <version>1.4.3</version> |
| 19 | <date>09 February 2003</date> |
44 | <date>May 09, 2004</date> |
| 20 | |
45 | |
| 21 | <chapter> |
46 | <chapter> |
| 22 | <title>Introduction</title> |
47 | <title>Introduction</title> |
| 23 | <section> |
48 | <section> |
| 24 | <title>What is ALSA?</title> |
49 | <title>What is ALSA?</title> |
| 25 | <body> |
50 | <body> |
|
|
51 | |
| 26 | <p> |
52 | <p> |
| 27 | The Advanced Linux Sound Architecture (ALSA) is a project to improve the Linux sound subsystem by rewriting |
53 | The Advanced Linux Sound Architecture (ALSA) is a project to improve the Linux |
| 28 | large chunks of it. |
54 | sound subsystem by rewriting large chunks of it. It has replaced the Open |
| 29 | It is anticipated that ALSA will make it into Linux kernel 2.6.x (or 3.x.x -- whichever comes first) as it becomes ready. |
55 | Sound System (OSS) as the default sound subsystem in the 2.6 kernel, but it |
|
|
56 | can be used with either 2.4 or 2.6 kernels. |
| 30 | </p> |
57 | </p> |
| 31 | |
58 | |
| 32 | <p> |
59 | <p> |
| 33 | ALSA provides audio and MIDI functionality for Linux. |
60 | ALSA provides audio and MIDI functionality for Linux. |
| 34 | </p> |
61 | </p> |
| 35 | |
62 | |
| 36 | <p> |
63 | <p> |
| 37 | Quoted from <uri>http://www.alsa-project.org</uri>, ALSA has the following features: |
64 | Quoted from <uri>http://www.alsa-project.org</uri>, ALSA has the following |
| 38 | <ul><li> Efficient support for all types of audio interfaces, from consumer soundcards to professional multichannel audio interfaces.</li> |
65 | features: |
|
|
66 | </p> |
|
|
67 | |
|
|
68 | <ul> |
|
|
69 | <li> |
|
|
70 | Efficient support for all types of audio interfaces, from consumer |
|
|
71 | soundcards to professional multichannel audio interfaces |
|
|
72 | </li> |
| 39 | <li> Fully modularized sound drivers.</li> |
73 | <li>Fully modularized sound drivers</li> |
| 40 | <li> SMP and thread-safe design.</li> |
74 | <li>SMP and thread-safe design</li> |
|
|
75 | <li> |
| 41 | <li> User space library (alsa-lib) to simplify application programming and provide higher level functionality.</li> |
76 | User space library (alsa-lib) to simplify application programming and |
|
|
77 | provide higher level functionality |
|
|
78 | </li> |
|
|
79 | <li> |
| 42 | <li> Support for the older OSS API, providing binary compatibility for most OSS programs.</li> |
80 | Support for the older OSS API, providing binary compatibility for most OSS |
|
|
81 | programs |
|
|
82 | </li> |
| 43 | </ul> |
83 | </ul> |
| 44 | There's lots more to ALSA however, like support for Full Duplex playback and recording, multiple soundcard support, |
84 | |
| 45 | hardware mixing of streams, extensive mixer capabilities (to support advanced features of new soundcards), ... |
|
|
| 46 | </p> |
85 | <p> |
|
|
86 | There's lots more to ALSA however, like support for Full Duplex playback and |
|
|
87 | recording, multiple soundcard support, hardware mixing of streams, extensive |
|
|
88 | mixer capabilities (to support advanced features of new soundcards), ... |
|
|
89 | </p> |
|
|
90 | |
| 47 | </body> |
91 | </body> |
| 48 | </section> |
|
|
| 49 | <section> |
92 | </section> |
|
|
93 | <section> |
| 50 | <title>Why use ALSA?</title> |
94 | <title>Why use ALSA?</title> |
| 51 | <body> |
95 | <body> |
|
|
96 | |
| 52 | <p> |
97 | <p> |
| 53 | If your soundcard is supported by the Linux kernel sound system or the commercial OSS/4Front sound driver system, |
98 | Your sound card may be supported by modules available in the 2.4 kernel (these |
| 54 | which can be found in all 2.4.x Linux kernels, you could just aswell build <e>those modules</e> for use with your soundcard. |
99 | are also provided in the 2.6 kernel under the 'Open Sound System (DEPRECATED)' |
|
|
100 | option). Additionally, you might be able to use the commercial OSS/4Front sound |
|
|
101 | driver system. If you wish to use either of these systems, then you should read |
| 55 | If you want this, just read through the <uri link="http://www.tldp.org/HOWTO/Sound-HOWTO/index.html">Linux Sound HOWTO</uri>. |
102 | through the <uri link="http://www.tldp.org/HOWTO/Sound-HOWTO/index.html">Linux |
|
|
103 | Sound HOWTO</uri>. |
| 56 | </p> |
104 | </p> |
|
|
105 | |
| 57 | <p> |
106 | <p> |
| 58 | However, those OSS/4Front drivers have some limitations -- being commercial is one. |
107 | The OSS/4Front drivers have some limitations, however. Being commercial is |
| 59 | ALSA is an attempt to go beyond these limitations and to do so in an open source fashion. |
108 | one. ALSA is an attempt to go beyond these limitations with an open source |
| 60 | ALSA is a fully GPL and LGPL'ed sound driver system, that provides a professional quality system for recording, playback, |
109 | development model. ALSA is a fully GPL and LGPL'ed sound driver system that |
| 61 | and MIDI sequencing. |
110 | provides a professional quality system for recording, playback, and MIDI |
|
|
111 | sequencing. |
| 62 | </p> |
112 | </p> |
|
|
113 | |
| 63 | </body> |
114 | </body> |
| 64 | </section> |
|
|
| 65 | <section> |
115 | </section> |
|
|
116 | <section> |
| 66 | <title>What cards does ALSA support?</title> |
117 | <title>What cards does ALSA support?</title> |
| 67 | <body> |
118 | <body> |
|
|
119 | |
| 68 | <p> |
120 | <p> |
| 69 | ALSA tries to support as many (new) cards as possible by providing open-source drivers. |
121 | ALSA tries to support as many (new) cards as possible by providing open-source |
| 70 | However, some vendors may provide binary-only packages. |
122 | drivers. However, some vendors may provide binary-only packages. |
|
|
123 | </p> |
|
|
124 | |
| 71 | </p> |
125 | <p> |
| 72 | <p>To know if your card is supported, you can find a Soundcard Matrix of supported and not-supported cards here: |
126 | To know if your card is supported, you can find a Soundcard Matrix of supported |
| 73 | <uri>http://www.alsa-project.org/alsa-doc/</uri>. |
127 | and not-supported cards here: <uri>http://www.alsa-project.org/alsa-doc/</uri>. |
| 74 | </p> |
128 | </p> |
|
|
129 | |
| 75 | </body> |
130 | </body> |
| 76 | </section> |
131 | </section> |
| 77 | </chapter> |
132 | </chapter> |
| 78 | |
133 | |
| 79 | <chapter> |
134 | <chapter> |
| 80 | <title>Installation</title> |
135 | <title>Installation</title> |
| 81 | <section> |
136 | <section> |
|
|
137 | <title>Gentoo USE flags</title> |
|
|
138 | <body> |
|
|
139 | |
|
|
140 | <p> |
|
|
141 | To compile programs with ALSA-support, be sure to add <e>alsa</e> to |
|
|
142 | your USE-variable. However, several tools don't support alsa yet, and |
|
|
143 | require OSS. ALSA provides OSS-emulation if you define <e>oss</e> in your |
|
|
144 | USE-variable before you start. |
|
|
145 | </p> |
|
|
146 | |
|
|
147 | </body> |
|
|
148 | </section> |
|
|
149 | <section> |
| 82 | <title>Kernel modules</title> |
150 | <title>Kernel modules</title> |
| 83 | <body> |
151 | <body> |
| 84 | <p> |
152 | |
| 85 | Since we're still using 2.4.x kernel sources, we'll have to compile kernel modules and ALSA modules separately. |
|
|
| 86 | </p> |
153 | <p> |
|
|
154 | When using the 2.4 kernels, you'll need to compile the alsa drivers separately |
|
|
155 | from the rest of the kernel. If you are using a 2.6 kernel, you have the |
|
|
156 | option of using the ALSA drivers included in the kernel or those provided |
|
|
157 | by the <c>alsa-driver</c> package. |
|
|
158 | </p> |
|
|
159 | |
| 87 | <p> |
160 | <p> |
| 88 | First we'll make sure that our kernel configuration is ready for use with ALSA. |
161 | First we'll make sure that our kernel configuration is ready for use with ALSA. |
| 89 | All you need in your kernel configuration is having Sound Card Support set to be built as a module (M). |
162 | All you need in your kernel configuration is having Sound Card Support set to |
| 90 | This will build <c>soundcore.o</c>. |
163 | be built as a module (M). This will build <path>soundcore.o</path>. |
| 91 | </p> |
|
|
| 92 | <p> |
164 | </p> |
| 93 | <note> |
165 | |
| 94 | Possibly, this will also work when you built Sound Card Support in the kernel (Y) instead of building it as a module (M). |
|
|
| 95 | However, the official ALSA documentation suggests building it as a module, since ALSA will try loading it. |
|
|
| 96 | </note> |
166 | <note> |
|
|
167 | Possibly, this will also work if you build 'Sound Card Support' in the kernel |
|
|
168 | (Y) instead of building it as a module (M). However, the official ALSA |
|
|
169 | documentation suggests building it as a module, since ALSA will try loading it. |
|
|
170 | </note> |
|
|
171 | |
| 97 | </p> |
172 | <p> |
| 98 | <p>If you already have a working kernel configuration, make sure you remove all sound drivers (except for Sound Card Support). |
173 | If you already have a working kernel configuration, make sure you remove all |
| 99 | If you wish to do this without having to reboot, you could do like this: |
174 | sound drivers (except for Sound Card Support). If you wish to do this without |
|
|
175 | having to reboot, you could do like this: |
| 100 | </p> |
176 | </p> |
| 101 | <pre> |
177 | |
|
|
178 | <pre caption="Kernel configuration"> |
| 102 | # <c>cd /usr/src/linux</c> |
179 | # <i>cd /usr/src/linux</i> |
| 103 | # <c>cp .config ~/</c> |
180 | # <i>cp .config ~/</i> |
| 104 | # <c>make mrproper</c> |
181 | # <i>make mrproper</i> |
| 105 | # <c>cp ~/.config .</c> |
182 | # <i>cp ~/.config .</i> |
| 106 | # <c>make menuconfig</c> |
183 | # <i>make menuconfig</i> |
| 107 | </pre> |
184 | </pre> |
|
|
185 | |
| 108 | <p> |
186 | <p> |
| 109 | Now select <e>Sound Card Support</e> as Module (M) and deselect all other sound drivers. |
187 | Now select <e>Sound Card Support</e> as Module (M) and deselect all other sound |
|
|
188 | drivers. If you are using 2.6 with the ALSA modules provided by the kernel, select |
|
|
189 | the drivers for your sound card as well (look in the <uri |
|
|
190 | link="#doc_chap2_sect3">ALSA modules</uri> section below if you need help |
| 110 | Exit and say Y to save your kernel configuration. |
191 | choosing the right drivers). Exit and say Y to save your kernel configuration. |
| 111 | After that, build the modules: |
192 | After that, build the modules: |
| 112 | </p> |
193 | </p> |
| 113 | <pre> |
194 | |
|
|
195 | <pre caption="2.4 Kernel compilation"> |
| 114 | # <c>make dep clean</c> |
196 | # <i>make dep clean</i> |
| 115 | # <c>make modules modules_install</c> |
197 | # <i>make modules modules_install</i> |
| 116 | </pre> |
198 | </pre> |
|
|
199 | |
|
|
200 | <pre caption="2.6 Kernel compilation"> |
|
|
201 | # <i>make</i> |
|
|
202 | # <i>make modules_install</i> |
|
|
203 | </pre> |
|
|
204 | |
|
|
205 | <p> |
|
|
206 | If you compiled 2.6 with the ALSA modules provided by the kernel, please skip to |
|
|
207 | <uri link="#doc_chap2_sect4">Configuration of ALSA</uri> below. |
| 117 | <p> |
208 | </p> |
|
|
209 | |
|
|
210 | <p> |
| 118 | Before installing your new modules, this last line will delete all your previous modules, |
211 | Before installing your new modules, this last line will delete all your previous |
| 119 | even the ones from a previous ALSA installation. |
212 | modules, even the ones from a previous ALSA installation. |
| 120 | </p> |
|
|
| 121 | <p> |
213 | </p> |
|
|
214 | |
| 122 | <impo> |
215 | <impo> |
| 123 | This means, whenever you recompile your kernel later on, you MUST recompile <c>alsa-driver</c>. |
216 | This means, whenever you recompile your kernel later on, you MUST recompile |
|
|
217 | <c>alsa-driver</c>. |
| 124 | </impo> |
218 | </impo> |
| 125 | </p> |
|
|
| 126 | <p> |
|
|
| 127 | <note>However, there's no need to reinstall <c>nvidia-kernel</c>, the Nvidia drivers are in a separate directory |
|
|
| 128 | in <path>/lib/modules/*/video</path> and won't get deleted by a <c>make modules modules_install</c> |
|
|
| 129 | </note> |
|
|
| 130 | </p> |
|
|
| 131 | </body> |
|
|
| 132 | </section> |
|
|
| 133 | |
219 | |
|
|
220 | </body> |
| 134 | <section> |
221 | </section> |
|
|
222 | <section> |
| 135 | <title>ALSA modules</title> |
223 | <title>ALSA modules</title> |
| 136 | <body> |
224 | <body> |
| 137 | |
225 | |
| 138 | <p> |
|
|
| 139 | Now it's time to install the ALSA drivers for your soundcard(s). If your soundcard is PCI, you can find out the name |
|
|
| 140 | and type of your soundcard by looking at the output of /proc/pci |
|
|
| 141 | <pre>#<c>grep audio /proc/pci</c></pre> |
|
|
| 142 | </p> |
226 | <p> |
| 143 | |
227 | Now it's time to install the ALSA drivers for your soundcard(s). If your |
|
|
228 | soundcard is PCI, you can find out the name and type of your soundcard by |
|
|
229 | looking at the output of <path>/proc/pci</path>. |
| 144 | <p> |
230 | </p> |
|
|
231 | |
|
|
232 | <pre caption="Search for soundcard information"> |
|
|
233 | # <i>grep audio /proc/pci</i> |
|
|
234 | </pre> |
|
|
235 | |
| 145 | <warn> |
236 | <warn> |
| 146 | If you had a previous sound setup and there are still non-ALSA sound modules loaded, unload them <e>now</e>. |
237 | If you had a previous sound setup and there are still non-ALSA sound modules |
| 147 | Check with <c>lsmod</c> and use <c>rmmod</c> to unload all sound-related modules on your system. |
238 | loaded, unload them <e>now</e>. Check with <c>lsmod</c> and use <c>rmmod</c> |
|
|
239 | to unload all sound-related modules on your system. If <c>rmmod</c> complains |
|
|
240 | about not being able to unload the modules because they are in use, try using |
|
|
241 | <c>/etc/init.c/alsasound stop</c> to remove them. |
| 148 | </warn> |
242 | </warn> |
|
|
243 | |
| 149 | </p> |
244 | <p> |
| 150 | |
245 | We could simply do an <c>emerge alsa-driver</c> now, this would compile and |
|
|
246 | install <e>all</e> ALSA sound drivers. |
| 151 | <p> |
247 | </p> |
| 152 | We could simply do an <c>emerge alsa-driver</c> now, this would compile and install <e>all</e> ALSA sound drivers. |
248 | |
| 153 | </p> |
249 | <p> |
| 154 | <p> |
|
|
| 155 | However, to save some time, lookup the <e>Module Name</e> of your soundcard(s) on the |
250 | However, to save some time, lookup the <e>Module Name</e> of your soundcard(s) |
| 156 | <uri link="http://www.alsa-project.org/alsa-doc">ALSA Soundcard Matrix</uri> under the <e>Install</e> section. |
251 | on the <uri link="http://www.alsa-project.org/alsa-doc">ALSA Soundcard |
| 157 | Mine is <c>EMU10K1</c>, since I have an SBlive! soundcard. |
252 | Matrix</uri> by following the <e>Details</e> link in the <e>Driver and Docs</e> |
| 158 | We'll set ALSA_CARDS environment to this value before emerging, so emerge will only compile the drivers we need. |
253 | column in the row of the chipset of your soundcard. Mine is <c>snd-emu10k1</c>, |
| 159 | </p> |
254 | since I have an SBlive! soundcard, with the <e>EMU10K1</e> chipset. We'll set |
| 160 | |
255 | ALSA_CARDS environment to the value of the module name before emerging (but |
|
|
256 | without the snd prefix), so emerge will only compile the drivers we need. |
| 161 | <p> |
257 | </p> |
| 162 | <pre> |
258 | |
|
|
259 | <pre caption="With 2.4 Kernel"> |
| 163 | # <c>env ALSA_CARDS='emu10k1' emerge alsa-driver</c> |
260 | # <i>env ALSA_CARDS='emu10k1' emerge alsa-driver</i> |
| 164 | </pre> |
|
|
| 165 | </p> |
261 | </pre> |
| 166 | <p> |
262 | |
| 167 | <note> |
263 | <pre caption="With 2.6 Kernel"> |
| 168 | When you want to install ALSA drivers for more than one soundcard, you could set ALSA_CARDS to a space-separated list |
264 | # <i>env ALSA_CARDS='emu10k1' emerge \>=media-sound/alsa-driver-1.0.2c</i> |
| 169 | of drivers; like this: <c>env ALSA_CARDS='emu10k1 intel8x0 ens1370' emerge alsa-driver</c> |
265 | </pre> |
|
|
266 | |
| 170 | </note> |
267 | <note> |
|
|
268 | 2.6 kernels require alsa-driver to be at least version 1.0.2c. |
|
|
269 | </note> |
| 171 | |
270 | |
|
|
271 | <note> |
|
|
272 | You can also add this value in <path>/etc/make.conf</path>, so when you have |
|
|
273 | to emerge the alsa-driver later on you can just run <c>emerge alsa-driver</c>. |
|
|
274 | For example, like this: <c>echo 'ALSA_CARDS="emu10k1"' >> /etc/make.conf</c> |
|
|
275 | </note> |
|
|
276 | |
|
|
277 | <note> |
|
|
278 | When you want to install ALSA drivers for more than one soundcard, you could |
|
|
279 | set ALSA_CARDS to a space-separated list of drivers; like this: <c>env |
|
|
280 | ALSA_CARDS='emu10k1 intel8x0 ens1370' emerge alsa-driver</c> |
|
|
281 | </note> |
|
|
282 | |
|
|
283 | <note> |
| 172 | <note>If you want to have OSS compatibility, make sure to emerge <i>alsa-oss</i>, it is the ALSA/OSS compatibility |
284 | If you want to have OSS compatibility, make sure to emerge <c>alsa-oss</c>, it |
| 173 | wrapper. </note> |
285 | is the ALSA/OSS compatibility wrapper. |
|
|
286 | </note> |
| 174 | |
287 | |
| 175 | </p> |
288 | <note> |
|
|
289 | If you plan on recompiling your kernels numerous times, it might |
|
|
290 | be adviseable to emerge <c>alsa-driver</c> with <c>--buildpkg</c>. This |
|
|
291 | will create a binary package for it. Later, after recompiling your kernel, |
|
|
292 | you can just do <c>emerge --usepkg alsa-driver</c> which will install the |
|
|
293 | binary package instead of recompiling it completely. If 'depmod -a' ever |
|
|
294 | complains about sound drivers having unreferenced symbols when you do this, |
|
|
295 | you will need to recompile the alsa-driver package from source. |
|
|
296 | </note> |
|
|
297 | |
| 176 | <p> |
298 | <p> |
| 177 | After this, the ALSA modules should be installed on your system. |
299 | After this, the ALSA modules should be installed on your system. |
| 178 | </p> |
300 | </p> |
|
|
301 | |
| 179 | </body> |
302 | </body> |
| 180 | </section> |
|
|
| 181 | <section> |
303 | </section> |
|
|
304 | <section> |
| 182 | <title>Configuration of ALSA</title> |
305 | <title>Configuration of ALSA</title> |
| 183 | <body> |
306 | <body> |
|
|
307 | |
| 184 | <p> |
308 | <p> |
| 185 | Let's start configuring now to get ALSA working properly. |
309 | Let's start configuring now to get ALSA working properly. We'll need to edit |
| 186 | We'll need to edit some files, to let our system know about the freshly installed ALSA modules. |
310 | some files, to let our system know about the freshly installed ALSA modules. |
| 187 | </p> |
|
|
| 188 | <p> |
311 | </p> |
| 189 | First file to edit is <path>/etc/modules.d/alsa</path>. |
312 | |
| 190 | </p> |
313 | <p> |
|
|
314 | First, install <c>alsa-utils</c> on your system: |
|
|
315 | </p> |
|
|
316 | |
|
|
317 | <pre caption = "Emerging alsa-utils"> |
|
|
318 | # <i>emerge alsa-utils</i> |
|
|
319 | </pre> |
|
|
320 | |
|
|
321 | <p> |
|
|
322 | Hereafter, we need to edit <path>/etc/modules.d/alsa</path>. |
|
|
323 | </p> |
|
|
324 | |
| 191 | <warn> |
325 | <warn> |
| 192 | There is no need to edit <path>/etc/modules.conf</path>. Instead, always edit files in <path>/etc/modules.d</path>. |
326 | There is no need to edit <path>/etc/modules.conf</path>. Instead, always edit |
|
|
327 | files in <path>/etc/modules.d</path> and run <c>modules-update</c> to generate |
|
|
328 | <path>/etc/modules.conf</path> from the updated data. |
| 193 | </warn> |
329 | </warn> |
| 194 | <p> |
|
|
| 195 | Check the ALSA portion <e>at the bottom of the file</e>. |
|
|
| 196 | By tweaking this line you can specify the max number of soundcards you have (generally, just one). |
|
|
| 197 | </p> |
|
|
| 198 | <p> |
|
|
| 199 | <pre caption="At the top of /etc/modules.d/alsa"> |
|
|
| 200 | # Alsa 0.9.X kernel modules' configuration file. |
|
|
| 201 | # $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/alsa-guide.xml,v 1.7 2003/02/09 23:27:14 zhen Exp $ |
|
|
| 202 | |
330 | |
| 203 | # ALSA portion |
|
|
| 204 | alias char-major-116 snd |
|
|
| 205 | <c>options snd major=116 cards_limit=1</c> |
|
|
| 206 | # OSS/Free portion |
|
|
| 207 | alias char-major-14 soundcore |
|
|
| 208 | |
|
|
| 209 | ## |
|
|
| 210 | ## IMPORTANT: |
|
|
| 211 | </pre> |
|
|
| 212 | </p> |
|
|
| 213 | <p> |
|
|
| 214 | Now we'll specify the sounddriver(s) ALSA should use. In the same file, edit like this: |
|
|
| 215 | <pre caption="A bit lower in /etc/modules.d/alsa"> |
331 | <pre caption="In /etc/modules.d/alsa"> |
| 216 | ## and then run `update-modules' command. |
332 | ## and then run `modules-update' command. |
| 217 | ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. |
333 | ## Read alsa-driver's INSTALL file in /usr/share/doc for more info. |
| 218 | ## |
334 | ## |
| 219 | ## ALSA portion |
335 | ## ALSA portion |
| 220 | <c>alias snd-card-0 snd-emu10k1</c> |
336 | alias snd-card-0 snd-emu10k1 |
| 221 | <c>## If you have more than one, add: |
|
|
| 222 | ## alias snd-card-1 snd-intel8x0 |
337 | ## alias snd-card-1 snd-intel8x0 |
| 223 | ## alias snd-card-2 snd-ens1370</c> |
338 | ## alias snd-card-2 snd-ens1370 |
| 224 | ## OSS/Free portion |
339 | ## OSS/Free portion |
| 225 | ## alias sound-slot-0 snd-card-0 |
340 | alias sound-slot-0 snd-card-0 |
| 226 | ## alias sound-slot-1 snd-card-1 |
341 | ## alias sound-slot-1 snd-card-1 |
|
|
342 | ## alias sound-slot-2 snd-card-2 |
| 227 | ## |
343 | ## |
| 228 | </pre> |
344 | </pre> |
| 229 | </p> |
345 | |
| 230 | <p> |
|
|
| 231 | <note> |
346 | <note> |
| 232 | If you have more than one soundcard, adjust the <c>cards_limit</c> value and add more snd-card aliases to the file. |
347 | If you have more than one soundcard, add more <c>snd-card</c> and <c>snd-slot</c> |
| 233 | I don't have experience with this, but you can find examples for configurations with two or more soundcards in |
348 | aliases and adjust the <c>cards_limit</c> value at the end of the file. You can |
|
|
349 | find examples for configurations with two or more soundcards in <uri |
| 234 | <uri link="http://www.alsa-project.org/alsa-doc/alsa-howto/c1660.htm">Chapter 6</uri> |
350 | link="http://www.alsa-project.org/alsa-doc/alsa-howto/c1660.htm">Chapter 6</uri> |
|
|
351 | of the <uri |
| 235 | of the <uri link="http://www.alsa-project.org/alsa-doc/alsa-howto/alsa-howto.html">ALSA Howto</uri>. |
352 | link="http://www.alsa-project.org/alsa-doc/alsa-howto/alsa-howto.html">ALSA |
|
|
353 | Howto</uri>. |
| 236 | </note> |
354 | </note> |
|
|
355 | |
| 237 | </p> |
356 | <p> |
|
|
357 | Last thing to do in this file, almost at the end, check if these lines are there |
|
|
358 | and uncommented: |
| 238 | <p> |
359 | </p> |
| 239 | Last thing to do in this file, at the very bottom, check if these lines are there and uncommented: |
360 | |
| 240 | <pre caption="at the very bottom of /etc/modules.d/alsa"> |
361 | <pre caption="Near the end of /etc/modules.d/alsa"> |
| 241 | alias /dev/mixer snd-mixer-oss |
362 | alias /dev/mixer snd-mixer-oss |
| 242 | alias /dev/dsp snd-pcm-oss |
363 | alias /dev/dsp snd-pcm-oss |
| 243 | alias /dev/midi snd-seq-oss |
364 | alias /dev/midi snd-seq-oss |
| 244 | </pre> |
365 | </pre> |
|
|
366 | |
| 245 | </p> |
367 | <p> |
|
|
368 | After double-checking the file <path>/etc/modules.d/alsa</path> to make sure |
|
|
369 | everyting is ok, run <c>modules-update</c>. |
| 246 | <p> |
370 | </p> |
| 247 | Now double-check the file <path>/etc/modules.d/alsa</path> and when you're sure everyting is ok, run <c>update-modules</c>. |
371 | |
|
|
372 | <pre caption="Running modules-update"> |
|
|
373 | # <i>modules-update</i> |
| 248 | <pre> |
374 | </pre> |
| 249 | # <c>update-modules</c> |
375 | |
| 250 | </pre> |
|
|
| 251 | </p> |
|
|
| 252 | <note> |
|
|
| 253 | Running <c>update-modules</c> here will insert the data from <path>/etc/modules.d/alsa</path> into <path>/etc/modules.conf</path> |
|
|
| 254 | </note> |
376 | <note> |
| 255 | <p> |
377 | Running <c>modules-update</c> here will insert the data from |
| 256 | You should also verify that /etc/devfsd.conf has the alsa devices and permissions correctly registered. |
378 | <path>/etc/modules.d/alsa</path> into <path>/etc/modules.conf</path> |
|
|
379 | </note> |
|
|
380 | |
| 257 | </p> |
381 | <p> |
| 258 | <pre> |
382 | You should also verify that <path>/etc/devfsd.conf</path> has the alsa devices |
| 259 | # nano -w /etc/devfsd.conf |
383 | and permissions correctly registered. |
| 260 | </pre> |
384 | </p> |
| 261 | <pre> |
385 | |
|
|
386 | <pre caption="/etc/devfsd.conf"> |
| 262 | # ALSA/OSS stuff |
387 | # ALSA/OSS stuff |
| 263 | # Comment/change these if you want to change the permissions on |
388 | # Comment/change these if you want to change the permissions on |
| 264 | # the audio devices |
389 | # the audio devices |
| 265 | LOOKUP snd MODLOAD ACTION snd |
390 | LOOKUP snd MODLOAD ACTION snd |
| 266 | LOOKUP dsp MODLOAD |
391 | LOOKUP dsp MODLOAD |
| 267 | LOOKUP mixer MODLOAD |
392 | LOOKUP mixer MODLOAD |
| 268 | LOOKUP midi MODLOAD |
393 | LOOKUP midi MODLOAD |
| 269 | REGISTER sound/.* PERMISSIONS root.audio 660 |
394 | REGISTER sound/.* PERMISSIONS root.audio 660 |
| 270 | REGISTER snd/.* PERMISSIONS root.audio 660 |
395 | REGISTER snd/.* PERMISSIONS root.audio 660 |
| 271 | </pre> |
396 | </pre> |
| 272 | <note> |
397 | |
| 273 | Notice that devfsd.conf sets /dev/sound permissions to be root.audio. Thus, for non-root users to use audio they will have to be part of the audio group. |
|
|
| 274 | </note> |
398 | <note> |
|
|
399 | Notice that devfsd.conf sets <path>/dev/sound</path> permissions to be |
|
|
400 | root.audio. Thus, for non-root users to use audio they will have to be part of |
|
|
401 | the audio group. |
|
|
402 | </note> |
|
|
403 | |
| 275 | </body> |
404 | </body> |
| 276 | </section> |
405 | </section> |
| 277 | </chapter> |
406 | </chapter> |
|
|
407 | |
| 278 | <chapter> |
408 | <chapter> |
| 279 | <title>Starting ALSA</title> |
409 | <title>Starting ALSA</title> |
| 280 | <section> |
410 | <section> |
| 281 | <title>Adding alsasound to a runlevel</title> |
411 | <title>Adding alsasound to a runlevel</title> |
| 282 | <body> |
412 | <body> |
|
|
413 | |
| 283 | <p> |
414 | <p> |
|
|
415 | An init script is provided for you which will install all necessary sound |
|
|
416 | drivers for your card (including the OSS support drivers if you set USE=oss). |
| 284 | First thing to do now, is to make ALSA startup at boottime. Like this: |
417 | The first thing to do now is to make ALSA startup at boot time: |
| 285 | <pre> |
418 | </p> |
|
|
419 | |
|
|
420 | <pre caption="Add ALSA to the boot runlevel"> |
| 286 | # <c>rc-update add alsasound boot</c> |
421 | # <i>rc-update add alsasound boot</i> |
| 287 | </pre> |
|
|
| 288 | </p> |
|
|
| 289 | <p> |
|
|
| 290 | <warn>Note that the alsasound script should be added to the "boot" runlevel, not the "default" runlevel.</warn> |
|
|
| 291 | </p> |
|
|
| 292 | </body> |
|
|
| 293 | </section> |
|
|
| 294 | <section> |
|
|
| 295 | <title>Running and unmuting</title> |
|
|
| 296 | <body> |
|
|
| 297 | <p> |
|
|
| 298 | Since we're Linux users, we don't want to reboot. So we'll start the alsasound script manually. |
|
|
| 299 | </p> |
|
|
| 300 | <pre> |
422 | </pre> |
| 301 | # <c>/etc/init.d/alsasound start</c> |
423 | |
| 302 | </pre> |
|
|
| 303 | <p> |
|
|
| 304 | ALSA is running now. If everything is ok, you should be able to see the ALSA modules loaded when running <c>lsmod</c>. |
|
|
| 305 | However, sound won't work yet, because the channels are still muted. We need <c>alsa-utils</c> for this. |
|
|
| 306 | </p> |
|
|
| 307 | <pre> |
|
|
| 308 | # <c>emerge alsa-utils</c> |
|
|
| 309 | # <c>amixer</c> |
|
|
| 310 | </pre> |
|
|
| 311 | <p> |
|
|
| 312 | <warn> |
424 | <warn> |
| 313 | You shouldn't get this, but <e>if</e> you get an error about "amixer: Mixer attach default error: No such file or directory", you should manually insmod |
425 | Note that the alsasound script should be added to the "boot" runlevel, not the |
|
|
426 | "default" runlevel. |
|
|
427 | </warn> |
|
|
428 | |
|
|
429 | </body> |
|
|
430 | </section> |
|
|
431 | <section> |
|
|
432 | <title>Running and unmuting</title> |
|
|
433 | <body> |
|
|
434 | |
|
|
435 | <p> |
|
|
436 | Since we're Linux users, we don't want to reboot. So we'll start the alsasound |
|
|
437 | script manually. |
|
|
438 | </p> |
|
|
439 | |
|
|
440 | <pre caption="Starting ALSA"> |
|
|
441 | # <i>/etc/init.d/alsasound start</i> |
|
|
442 | </pre> |
|
|
443 | |
|
|
444 | <p> |
|
|
445 | ALSA is running now. If everything is ok, you should be able to see the ALSA |
|
|
446 | modules loaded when running <c>lsmod</c>. However, sound won't work yet, |
|
|
447 | because the channels are still muted. We need <c>amixer</c> to fix this. |
|
|
448 | </p> |
|
|
449 | |
|
|
450 | <pre caption = "Running amixer"> |
|
|
451 | # <i>amixer</i> |
|
|
452 | </pre> |
|
|
453 | |
|
|
454 | <!-- alsasound init script will do this for them now... |
|
|
455 | <warn> |
|
|
456 | You shouldn't get this, but <e>if</e> you get an error about "amixer: Mixer |
|
|
457 | attach default error: No such file or directory", you should manually modprobe |
| 314 | <c>snd-mixer-oss</c> and <c>snd-pcm-oss</c> once. After that run amixer again. |
458 | <c>snd-mixer-oss</c> and <c>snd-pcm-oss</c> once. After that run amixer again. |
| 315 | </warn> |
459 | </warn> |
| 316 | </p> |
460 | |
| 317 | <pre caption="only if you get an error when running amixer"> |
461 | <pre caption="Only if you get an error when running amixer"> |
| 318 | # <c>insmod snd-mixer-oss</c> |
462 | # <i>modprobe snd-mixer-oss</i> |
| 319 | # <c>insmod snd-pcm-oss</c> |
463 | # <i>modprobe snd-pcm-oss</i> |
| 320 | # <c>amixer</c> |
464 | # <i>amixer</i> |
| 321 | </pre> |
|
|
| 322 | <p> |
|
|
| 323 | If you got this far, now unmute both Master and PCM channels. |
|
|
| 324 | </p> |
|
|
| 325 | <p> |
|
|
| 326 | <pre> |
465 | </pre> |
|
|
466 | --> |
|
|
467 | |
|
|
468 | <p> |
|
|
469 | If you got this far, now unmute Master and PCM channels. Some hardware |
|
|
470 | even requires you to unmute the center channel or even the surround |
|
|
471 | channel. |
|
|
472 | </p> |
|
|
473 | |
|
|
474 | <pre caption = "Unmuting channels"> |
| 327 | # <c>amixer set Master 100 unmute</c> |
475 | # <i>amixer set Master 100 unmute</i> |
| 328 | # <c>amixer set PCM 100 unmute</c> |
476 | # <i>amixer set PCM 100 unmute</i> |
|
|
477 | <comment>Only if the above doesn't succeed on its own:</comment> |
|
|
478 | # <i>amixer set Center 100 unmute</i> |
|
|
479 | # <i>amixer set Surround 100 unmute</i> |
|
|
480 | <comment>Test the sound:</comment> |
| 329 | # <c>aplay /usr/kde/3/share/sounds/pop.wav</c> <codenote>(pop.wav is part of KDE)</codenote> |
481 | # <i>aplay $KDEDIR/share/sounds/pop.wav</i> <codenote>(pop.wav is part of KDE)</codenote> |
| 330 | </pre> |
482 | </pre> |
|
|
483 | |
| 331 | </p> |
484 | <p> |
| 332 | We check to see if sound is working by using the aplay (alsa play) command. If you hear a pop, then sound is indeed working. |
485 | We check to see if sound is working by using the aplay (alsa play) command. If |
|
|
486 | you hear a pop, then sound is indeed working. Then, adjust the volume settings |
| 333 | Then, adjust the volume settings to your liking; the ncurses-based <c>alsamixer</c> is a great way to get them "just so". |
487 | to your liking; the ncurses-based <c>alsamixer</c> is a great way to get them |
|
|
488 | "just so". |
| 334 | <p> |
489 | </p> |
| 335 | You may want to emerge <c>alsa-xmms</c> as that will provide ALSA support for XMMS. |
490 | |
| 336 | </p> |
491 | <p> |
| 337 | When you reboot your system, the <e>alsasound</e> init script will properly save and restore your volume settings. |
492 | When you reboot your system, the <c>alsasound</c> init script will |
|
|
493 | properly save and restore your volume settings. |
|
|
494 | </p> |
|
|
495 | |
| 338 | </body> |
496 | </body> |
| 339 | </section> |
497 | </section> |
| 340 | </chapter> |
498 | </chapter> |
|
|
499 | |
|
|
500 | <chapter> |
|
|
501 | <title>MIDI Support</title> |
|
|
502 | <section> |
|
|
503 | <title>Hardware Synthesizer</title> |
|
|
504 | <body> |
|
|
505 | |
|
|
506 | <p> |
|
|
507 | Some sound cards (SBLive, Audigy, and others) come with onboard MIDI synthesizers. |
|
|
508 | To use them, you must first install the <c>awesfx</c> package. |
|
|
509 | </p> |
|
|
510 | |
|
|
511 | <pre caption="Install awesfx"> |
|
|
512 | # <i>emerge awesfx</i> |
|
|
513 | </pre> |
|
|
514 | |
|
|
515 | <p> |
|
|
516 | Now, you should place your sound fonts in <path>/usr/share/sfbank/</path>. You |
|
|
517 | can probably get the sound fonts off of the windows driver CD for your sound card. |
|
|
518 | With the SBLive, one of the included sound font files is called 8MBGMSFX.SF2. |
|
|
519 | </p> |
|
|
520 | |
|
|
521 | <note> |
|
|
522 | On some recents CD supplied with a SBLive, the font file is called CT4GMSFX.SF2. |
|
|
523 | If it is your case, please replace all occurrences of 8MBGMSFX.SF2 with |
|
|
524 | CT4GMSFX.SF2 in the examples. |
|
|
525 | </note> |
|
|
526 | |
|
|
527 | <p> |
|
|
528 | After copying over the sound font you want to use, you need to select it for use |
|
|
529 | with <c>/usr/bin/sfxload</c>. |
|
|
530 | </p> |
|
|
531 | |
|
|
532 | <pre caption="Selecting the sound font"> |
|
|
533 | # <i>/usr/bin/sfxload /usr/share/sfbank/8MBGMSFX.SF2</i> |
|
|
534 | </pre> |
|
|
535 | |
|
|
536 | <note> |
|
|
537 | You may wish to place this command in /etc/conf.d/local.start or in the startup |
|
|
538 | script for your sound card (/etc/alsa.d/emu10k1) to make sure it gets loaded |
|
|
539 | at startup. |
|
|
540 | </note> |
|
|
541 | |
|
|
542 | <p> |
|
|
543 | If you can't find soundfonts on your driver CD you can download some online from |
|
|
544 | <uri>http://www.parabola.demon.co.uk/alsa/awe64.html</uri>. |
|
|
545 | </p> |
|
|
546 | |
|
|
547 | </body> |
|
|
548 | </section> |
|
|
549 | <section> |
|
|
550 | <title>Timidity++ Virtual Synthesizer</title> |
|
|
551 | <body> |
|
|
552 | |
|
|
553 | <p> |
|
|
554 | If your sound card does not come with a hardware synthesizer (or you don't |
|
|
555 | want to use it), you can use <c>timidity++</c> to provide you with a virtual |
|
|
556 | synthesizer. Start by emerging this package: |
|
|
557 | </p> |
|
|
558 | |
|
|
559 | <pre caption="Installing Timidity++"> |
|
|
560 | # <i>emerge timidity++</i> |
|
|
561 | </pre> |
|
|
562 | |
|
|
563 | <p> |
|
|
564 | A sample configuration file will be installed for you in |
|
|
565 | <path>/usr/share/timitidy/config/timidity.cfg</path>. If you don't have a |
|
|
566 | timidity++ configuration setup yet, you can just use this one. |
|
|
567 | </p> |
|
|
568 | |
|
|
569 | <pre caption="Use the default Timidity++ configuration file"> |
|
|
570 | # <i>cp /usr/share/timidity/config/timidity.cfg /usr/share/timidity</i> |
|
|
571 | </pre> |
|
|
572 | |
|
|
573 | <p> |
|
|
574 | Now, you need to enable the init script to run when your system boots |
|
|
575 | and enable it now. |
|
|
576 | </p> |
|
|
577 | |
|
|
578 | <pre caption="Add timidity to default runlevel and start it now"> |
|
|
579 | # <i>rc-update add timidity default</i> |
|
|
580 | # <i>/etc/init.d/timidity start</i> |
|
|
581 | </pre> |
|
|
582 | |
|
|
583 | <p> |
|
|
584 | Note that there is a configuration file for the init script that you can |
|
|
585 | modify in <path>/etc/conf.d/timidity</path>, and sane defaults have been |
|
|
586 | chosen for you. |
|
|
587 | </p> |
|
|
588 | |
|
|
589 | </body> |
|
|
590 | </section> |
|
|
591 | <section> |
|
|
592 | <title>Testing MIDI Support</title> |
|
|
593 | <body> |
|
|
594 | |
|
|
595 | <p> |
|
|
596 | You can use <c>pmidi</c> to test out your MIDI configuration. To do so, |
|
|
597 | you need to first emerge its package. |
|
|
598 | </p> |
|
|
599 | |
|
|
600 | <pre caption="Installing pmidi"> |
|
|
601 | # <i>emerge pmidi</i> |
|
|
602 | </pre> |
|
|
603 | |
|
|
604 | <p> |
|
|
605 | The '-l' command line option to pmidi will list all detected MIDI output ports, |
|
|
606 | and '-p' can be used to select the one for playback. Check to see what |
|
|
607 | MIDI output ports are available on your system: |
|
|
608 | </p> |
|
|
609 | |
|
|
610 | <pre caption="Listed ports when using hardware synthesizer"> |
|
|
611 | # <i>pmidi -l</i> |
|
|
612 | Port Client name Port name |
|
|
613 | 64:0 Rawmidi 0 - EMU10K1 MPU-401 (U EMU10K1 MPU-401 (UART) |
|
|
614 | 65:0 Emu10k1 WaveTable Emu10k1 Port 0 |
|
|
615 | 65:1 Emu10k1 WaveTable Emu10k1 Port 1 |
|
|
616 | 65:2 Emu10k1 WaveTable Emu10k1 Port 2 |
|
|
617 | 65:3 Emu10k1 WaveTable Emu10k1 Port 3 |
|
|
618 | </pre> |
|
|
619 | |
|
|
620 | <pre caption="Listed ports when using Timidity++"> |
|
|
621 | # <i>pmidi -l</i> |
|
|
622 | Port Client name Port name |
|
|
623 | 64:0 Rawmidi 0 - ES1371 ES1371 |
|
|
624 | 128:0 TiMidity TiMidity port 0 |
|
|
625 | 128:1 TiMidity TiMidity port 1 |
|
|
626 | 128:2 TiMidity TiMidity port 2 |
|
|
627 | 128:3 TiMidity TiMidity port 3 |
|
|
628 | </pre> |
|
|
629 | |
|
|
630 | <p> |
|
|
631 | Now, try playing a MIDI file to make sure everything works: |
|
|
632 | </p> |
|
|
633 | |
|
|
634 | <pre caption="Play a song"> |
|
|
635 | # <i>pmidi -p 65:0 Final\ Fantasy\ 7\ -\ Aerith\'s\ Theme.mid</i> |
|
|
636 | or |
|
|
637 | # <i>pmidi -p 128:0 Final\ Fantasy\ 7\ -\ Aerith\'s\ Theme.mid</i> |
|
|
638 | </pre> |
|
|
639 | |
|
|
640 | </body> |
|
|
641 | </section> |
|
|
642 | </chapter> |
|
|
643 | |
| 341 | <chapter> |
644 | <chapter> |
| 342 | <title>Final Notes</title> |
645 | <title>Final Notes</title> |
| 343 | <section> |
646 | <section> |
| 344 | <title>After kernel-upgrades..</title> |
647 | <title>After kernel-upgrades...</title> |
| 345 | <body> |
648 | <body> |
|
|
649 | |
|
|
650 | <p> |
| 346 | <p>When you ever rebuild your kernel, or upgrade to another kernel, you'll have to rebuild the ALSA modules.</p> |
651 | When you ever rebuild your kernel, or upgrade to another kernel, you'll have to |
|
|
652 | rebuild the ALSA modules. |
|
|
653 | </p> |
|
|
654 | |
|
|
655 | <p> |
| 347 | <p>Although you might have installed <c>alsa-driver</c>, <c>alsa-libs</c> and <c>alsa-utils</c>, only the first will |
656 | Although you might have installed <c>alsa-driver</c>, <c>alsa-lib</c> and |
| 348 | have to be installed again, since it will put the alsa modules in |
657 | <c>alsa-utils</c>, only the first will have to be installed again, since it will |
| 349 | <path>/lib/modules/*/kernel/sound/pci/</path>.</p> |
658 | put the alsa modules in <path>/lib/modules/*/kernel/sound/pci/</path>. |
|
|
659 | </p> |
|
|
660 | |
| 350 | <pre caption="needed after each kernel compile"> |
661 | <pre caption="Needed after each kernel compile"> |
| 351 | emerge alsa-driver |
662 | # <i>emerge alsa-driver</i> |
| 352 | </pre> |
663 | </pre> |
|
|
664 | |
| 353 | </body> |
665 | </body> |
| 354 | </section> |
|
|
| 355 | <section> |
666 | </section> |
|
|
667 | <section> |
|
|
668 | <title>alsa-tools and alsa-firmware</title> |
|
|
669 | <body> |
|
|
670 | |
|
|
671 | <p> |
|
|
672 | The alsa-tools and alsa-firmware packages contain tools useful to only users of |
|
|
673 | specific sound cards. Most users will not need these. If you do need alsa-tools, |
|
|
674 | you can set the environment variable 'ALSA_TOOLS' to install just the needed tools |
|
|
675 | for your card: |
|
|
676 | </p> |
|
|
677 | |
|
|
678 | <pre caption="Installing alsa-tools"> |
|
|
679 | # <i>env ALSA_TOOLS='as10k1 ac3dec' emerge alsa-tools</i> |
|
|
680 | </pre> |
|
|
681 | |
|
|
682 | </body> |
|
|
683 | </section> |
|
|
684 | <section> |
|
|
685 | <title>Mixing versions</title> |
|
|
686 | <body> |
|
|
687 | |
|
|
688 | <p> |
|
|
689 | Often times, different versions of <c>alsa-driver</c>, <c>alsa-lib</c>, |
|
|
690 | <c>alsa-utils</c>, <c>alsa-tools</c>, and <c>alsa-oss</c> will work with each |
|
|
691 | other, but it is recommended that you try to keep the versions in sync. |
|
|
692 | </p> |
|
|
693 | |
|
|
694 | </body> |
|
|
695 | </section> |
|
|
696 | <section> |
| 356 | <title>/etc/modules.autoload</title> |
697 | <title>/etc/modules.autoload</title> |
| 357 | <body> |
698 | <body> |
|
|
699 | |
|
|
700 | <p> |
| 358 | <p>You won't have to edit this file for use with ALSA. After our <c>rc-update add alsasound boot</c>, our system will |
701 | You won't have to edit this file for use with ALSA. After doing <c>rc-update add |
| 359 | load the correct modules at startup.</p> |
702 | alsasound boot</c>, the correct modules will be loaded at startup. |
|
|
703 | </p> |
|
|
704 | |
|
|
705 | <!-- |
|
|
706 | <p> |
| 360 | <p>It's not necessary to add <c>snd-pcm-oss</c> or <c>snd-mixer-oss</c> in this file. |
707 | It's not necessary to add <c>snd-pcm-oss</c> or <c>snd-mixer-oss</c> in this |
| 361 | Check the <uri link="http://www.djcj.org/LAU/guide/alsbook/faq1.html">this FAQ</uri> for more info.</p> |
708 | file. Check the <uri link="http://www.djcj.org/LAU/guide/alsbook/faq1.html">this |
|
|
709 | FAQ</uri> for more info. |
|
|
710 | </p> |
|
|
711 | --> |
|
|
712 | |
| 362 | </body> |
713 | </body> |
| 363 | </section> |
|
|
| 364 | <section> |
714 | </section> |
|
|
715 | <section> |
|
|
716 | <title>Known bugs</title> |
|
|
717 | <body> |
|
|
718 | |
|
|
719 | <note> |
|
|
720 | This guide lags behind on the alsa-development. Chances are these bugs |
|
|
721 | are already fixed when you read this. |
|
|
722 | </note> |
|
|
723 | |
|
|
724 | <ul> |
|
|
725 | <li> |
|
|
726 | If you have <b>lots of noise</b> when using <b>oss</b> emulation, add |
|
|
727 | <e>options snd-pcm-oss dsp_map=1</e> to <path>/etc/modules.d/alsa</path> |
|
|
728 | </li> |
|
|
729 | </ul> |
|
|
730 | |
|
|
731 | </body> |
|
|
732 | </section> |
|
|
733 | <section> |
|
|
734 | <title>Activating Joystick Support</title> |
|
|
735 | <body> |
|
|
736 | |
|
|
737 | <p> |
|
|
738 | If your soundcard has a joystick plug, you might be interested in activating |
|
|
739 | joystick support for your soundcard. If so, start by verifying if your soundcard |
|
|
740 | driver has a joystick parameter. You can verify this by running <c>modinfo</c> |
|
|
741 | against your <path>snd-<your chipset></path>. For instance, for the |
|
|
742 | <c>snd-via82xx</c>: |
|
|
743 | </p> |
|
|
744 | |
|
|
745 | <pre caption="Running modinfo"> |
|
|
746 | # <i>modinfo snd-via82xx</i> |
|
|
747 | filename: /lib/modules/2.4.22-ck2/snd-via82xx.o |
|
|
748 | description: "VIA VT82xx audio" |
|
|
749 | author: "Jaroslav Kysela <perex@suse.cz>" |
|
|
750 | license: "GPL" |
|
|
751 | parm: index int array (min = 1, max = 8), description "Index value for VIA 82xx bridge." |
|
|
752 | parm: id string array (min = 1, max = 8), description "ID string for VIA 82xx bridge." |
|
|
753 | parm: enable int array (min = 1, max = 8), description "Enable audio part of VIA 82xx bridge." |
|
|
754 | parm: mpu_port long array (min = 1, max = 8), description "MPU-401 port. (VT82C686x only)" |
|
|
755 | <i>parm: joystick int array (min = 1, max = 8), description "Enable joystick. (VT82C686x only)"</i> |
|
|
756 | parm: ac97_clock int array (min = 1, max = 8), description "AC'97 codec clock (default 48000Hz)." |
|
|
757 | parm: dxs_support int array (min = 1, max = 8), description "Support for DXS channels |
|
|
758 | (0 = auto, 1 = enable, 2 = disable, 3 = 48k only, 4 = no VRA)" |
|
|
759 | </pre> |
|
|
760 | |
|
|
761 | <p> |
|
|
762 | If it has the <c>joystick</c> parameter, then append <c>joystick=1</c> to your |
|
|
763 | <c>options</c> line in <path>/etc/modules.d/alsa</path>. For instance, for the |
|
|
764 | <c>snd-via82xx</c>: |
|
|
765 | </p> |
|
|
766 | |
|
|
767 | <pre caption="Adding the joystick parameter"> |
|
|
768 | alias snd-card-0 snd-via82xx |
|
|
769 | options snd-via82xx joystick=1 |
|
|
770 | </pre> |
|
|
771 | |
|
|
772 | </body> |
|
|
773 | </section> |
|
|
774 | <section> |
| 365 | <title>More links..</title> |
775 | <title>More links...</title> |
| 366 | <body> |
776 | <body> |
|
|
777 | |
| 367 | <p> |
778 | <p> |
| 368 | You could check these for additional info: |
779 | You could check these for additional info: |
| 369 | </p> |
780 | </p> |
| 370 | <p> |
781 | |
| 371 | <ul> |
782 | <ul> |
| 372 | <li><uri link="http://www.gentoo.org/doc/desktop.html">The Gentoo Linux Desktop Configuration Guide</uri></li> |
783 | <li> |
|
|
784 | <uri link="http://www.gentoo.org/doc/en/desktop.xml">The Gentoo Linux |
|
|
785 | Desktop Configuration Guide</uri> |
|
|
786 | </li> |
|
|
787 | <li> |
| 373 | <li><uri link="http://www.alsa-project.org">ALSA Project Homepage</uri></li> |
788 | <uri link="http://www.alsa-project.org">ALSA Project Homepage</uri> |
|
|
789 | </li> |
|
|
790 | <li> |
| 374 | <li><uri link="http://www.alsa-project.org/documentation.php3">ALSA Users Documentation</uri></li> |
791 | <uri link="http://www.alsa-project.org/documentation.php3">ALSA Users |
|
|
792 | Documentation</uri> |
|
|
793 | </li> |
|
|
794 | <li> |
| 375 | <li><uri link="http://www.djcj.org">ALSA Howto's and FAQ's</uri></li> |
795 | <uri link="http://www.djcj.org">ALSA Howto's and FAQ's</uri> |
|
|
796 | </li> |
|
|
797 | <li> |
| 376 | <li><uri link="http://tldp.org/HOWTO/Sound-HOWTO/index.html">Linux Sound HOWTO</uri></li> |
798 | <uri link="http://tldp.org/HOWTO/Sound-HOWTO/index.html">Linux Sound |
|
|
799 | HOWTO</uri> |
|
|
800 | </li> |
|
|
801 | <li> |
| 377 | <li><uri link="http://linux-sound.org/">Sound and MIDI Software For Linux</uri></li> |
802 | <uri link="http://linux-sound.org/">Sound and MIDI Software For Linux</uri> |
|
|
803 | </li> |
| 378 | </ul> |
804 | </ul> |
| 379 | </p> |
805 | |
| 380 | </body> |
806 | </body> |
| 381 | </section> |
807 | </section> |
| 382 | </chapter> |
808 | </chapter> |
| 383 | </guide> |
809 | </guide> |