1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY alsa-utils-download-http "&alsa-download-http;/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
|
---|
8 | <!ENTITY alsa-utils-download-ftp "&alsa-download-ftp;/utils/alsa-utils-&alsa-utils-version;.tar.bz2">
|
---|
9 | <!ENTITY alsa-utils-md5sum "c72d0efa9c88770a10733ec2abc1a872">
|
---|
10 | <!ENTITY alsa-utils-size "224 KB">
|
---|
11 | <!ENTITY alsa-utils-buildsize "3.6 MB">
|
---|
12 | <!ENTITY alsa-utils-time "0.08 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="alsa-utils" xreflabel="ALSA Utilities-&alsa-utils-version;">
|
---|
16 | <?dbhtml filename="alsa-utils.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>ALSA Utilities-&alsa-utils-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="alsa-utils">
|
---|
26 | <primary sortas="a-ALSA-Utilities">ALSA Utilities</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to ALSA Utilities</title>
|
---|
31 |
|
---|
32 | <para>The <application>ALSA Utilities</application> package contains
|
---|
33 | various utilities which are useful for controlling your sound card.</para>
|
---|
34 |
|
---|
35 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
36 | <itemizedlist spacing="compact">
|
---|
37 | <listitem>
|
---|
38 | <para>Download (HTTP): <ulink url="&alsa-utils-download-http;"/></para>
|
---|
39 | </listitem>
|
---|
40 | <listitem>
|
---|
41 | <para>Download (FTP): <ulink url="&alsa-utils-download-ftp;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download MD5 sum: &alsa-utils-md5sum;</para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download size: &alsa-utils-size;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Estimated disk space required: &alsa-utils-buildsize;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated build time: &alsa-utils-time;</para>
|
---|
54 | </listitem>
|
---|
55 | </itemizedlist>
|
---|
56 |
|
---|
57 | <bridgehead renderas="sect3">ALSA Utilities Dependencies</bridgehead>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
60 | <para><xref linkend="alsa-lib"/></para>
|
---|
61 |
|
---|
62 | </sect2>
|
---|
63 |
|
---|
64 | <sect2 role="installation">
|
---|
65 | <title>Installation of ALSA Utilities</title>
|
---|
66 |
|
---|
67 | <para>Install <application>ALSA Utilities</application> by
|
---|
68 | running the following commands:</para>
|
---|
69 |
|
---|
70 | <screen><userinput>./configure &&
|
---|
71 | make</userinput></screen>
|
---|
72 |
|
---|
73 | <para>This package does not come with a test suite.</para>
|
---|
74 |
|
---|
75 | <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
---|
76 |
|
---|
77 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
78 |
|
---|
79 | </sect2>
|
---|
80 |
|
---|
81 | <sect2 role="configuration">
|
---|
82 | <title>Configuring ALSA Utilities</title>
|
---|
83 |
|
---|
84 | <sect3 id="alsa-utils-config">
|
---|
85 | <title>Config Files</title>
|
---|
86 |
|
---|
87 | <para><filename>/etc/asound.state</filename></para>
|
---|
88 |
|
---|
89 | <indexterm zone="alsa-utils alsa-utils-config">
|
---|
90 | <primary sortas="e-etc-asound.state">/etc/asound.state</primary>
|
---|
91 | </indexterm>
|
---|
92 |
|
---|
93 | </sect3>
|
---|
94 |
|
---|
95 | <sect3 id="alsa-utils-init">
|
---|
96 | <title>Configuration Information</title>
|
---|
97 |
|
---|
98 | <para>Probably the easiest way to store mixer levels is to set and
|
---|
99 | retrieve them using a bootscript.</para>
|
---|
100 |
|
---|
101 | <indexterm zone="alsa-utils alsa-utils-init">
|
---|
102 | <primary sortas="f-alsa">alsa</primary>
|
---|
103 | </indexterm>
|
---|
104 |
|
---|
105 | <para>As the <systemitem class="username">root</systemitem> user,
|
---|
106 | install the init script <filename>/etc/rc.d/init.d/alsa</filename> included
|
---|
107 | in the <xref linkend="intro-important-bootscripts"/> package.</para>
|
---|
108 |
|
---|
109 | <screen role="root"><userinput>make install-alsa</userinput></screen>
|
---|
110 |
|
---|
111 | <para>Note that all channels of your sound card are muted by default.
|
---|
112 | You can use the <command>alsamixer</command> program from
|
---|
113 | <application>ALSA Utilities</application> (or any other
|
---|
114 | OSS mixer) to change this.</para>
|
---|
115 |
|
---|
116 | <para>The first time the above script is run, it will complain that
|
---|
117 | there is no state in <filename>/etc/asound.state</filename>. You can
|
---|
118 | prevent this by running the following commands as the
|
---|
119 | <systemitem class="username">root</systemitem> user after
|
---|
120 | installing <application>ALSA Utilities</application>:</para>
|
---|
121 |
|
---|
122 | <screen role="root"><userinput>touch /etc/asound.state &&
|
---|
123 | alsactl store</userinput></screen>
|
---|
124 |
|
---|
125 | <para>A final note is that the lines loading <filename>sfxload</filename>
|
---|
126 | are commented out. They are there as an example of other things you may
|
---|
127 | wish to do in the startup script. <filename>sfxload</filename> is a
|
---|
128 | separate package of interest to SoundBlaster AWE and Live!
|
---|
129 | users. It is designed for loading "sound-fonts" (which are used for
|
---|
130 | MIDI output). You may wish to delete these lines and add
|
---|
131 | your own or, if you have the relevant sound card, install
|
---|
132 | <filename>sfxload</filename> and uncomment them.</para>
|
---|
133 |
|
---|
134 | </sect3>
|
---|
135 |
|
---|
136 | </sect2>
|
---|
137 |
|
---|
138 | <sect2 role="content">
|
---|
139 | <title>Contents</title>
|
---|
140 |
|
---|
141 | <segmentedlist>
|
---|
142 | <segtitle>Installed Programs</segtitle>
|
---|
143 | <segtitle>Installed Libraries</segtitle>
|
---|
144 | <segtitle>Installed Directories</segtitle>
|
---|
145 |
|
---|
146 | <seglistitem>
|
---|
147 | <seg>aconnect, alsaconf, alsactl, alsamixer, amidi, amixer, aplay, aplaymidi,
|
---|
148 | arecord, arecordmidi, aseqnet, iecset, and speaker-test</seg>
|
---|
149 | <seg>None</seg>
|
---|
150 | <seg>None</seg>
|
---|
151 | </seglistitem>
|
---|
152 | </segmentedlist>
|
---|
153 |
|
---|
154 | <variablelist>
|
---|
155 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
156 | <?dbfo list-presentation="list"?>
|
---|
157 | <?dbhtml list-presentation="table"?>
|
---|
158 |
|
---|
159 | <varlistentry id="aconnect">
|
---|
160 | <term><command>aconnect</command></term>
|
---|
161 | <listitem>
|
---|
162 | <para>is a utility for connecting and disconnecting two existing
|
---|
163 | ports in the ALSA sequencer system.</para>
|
---|
164 | <indexterm zone="alsa-utils aconnect">
|
---|
165 | <primary sortas="b-aconnect">aconnect</primary>
|
---|
166 | </indexterm>
|
---|
167 | </listitem>
|
---|
168 | </varlistentry>
|
---|
169 |
|
---|
170 | <varlistentry id="alsaconf">
|
---|
171 | <term><command>alsaconf</command></term>
|
---|
172 | <listitem>
|
---|
173 | <para>is a configuration tool which tries to detect the sound cards
|
---|
174 | on your system and write a suitable configuration file for ALSA.</para>
|
---|
175 | <indexterm zone="alsa-utils alsaconf">
|
---|
176 | <primary sortas="b-alsaconf">alsaconf</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | <varlistentry id="alsactl">
|
---|
182 | <term><command>alsactl</command></term>
|
---|
183 | <listitem>
|
---|
184 | <para>is used to control advanced settings for the
|
---|
185 | ALSA sound card drivers.</para>
|
---|
186 | <indexterm zone="alsa-utils alsactl">
|
---|
187 | <primary sortas="b-alsactl">alsactl</primary>
|
---|
188 | </indexterm>
|
---|
189 | </listitem>
|
---|
190 | </varlistentry>
|
---|
191 |
|
---|
192 | <varlistentry id="alsamixer">
|
---|
193 | <term><command>alsamixer</command></term>
|
---|
194 | <listitem>
|
---|
195 | <para>is an ncurses-based mixer program for use with the
|
---|
196 | ALSA sound card drivers.</para>
|
---|
197 | <indexterm zone="alsa-utils alsamixer">
|
---|
198 | <primary sortas="b-alsamixer">alsamixer</primary>
|
---|
199 | </indexterm>
|
---|
200 | </listitem>
|
---|
201 | </varlistentry>
|
---|
202 |
|
---|
203 | <varlistentry id="amidi">
|
---|
204 | <term><command>amidi</command></term>
|
---|
205 | <listitem>
|
---|
206 | <para>is used to read from and write to ALSA
|
---|
207 | RawMIDI ports.</para>
|
---|
208 | <indexterm zone="alsa-utils amidi">
|
---|
209 | <primary sortas="b-amidi">amidi</primary>
|
---|
210 | </indexterm>
|
---|
211 | </listitem>
|
---|
212 | </varlistentry>
|
---|
213 |
|
---|
214 | <varlistentry id="amixer">
|
---|
215 | <term><command>amixer</command></term>
|
---|
216 | <listitem>
|
---|
217 | <para> allows command-line control of the mixers for the
|
---|
218 | ALSA sound card drivers.</para>
|
---|
219 | <indexterm zone="alsa-utils amixer">
|
---|
220 | <primary sortas="b-amixer">amixer</primary>
|
---|
221 | </indexterm>
|
---|
222 | </listitem>
|
---|
223 | </varlistentry>
|
---|
224 |
|
---|
225 | <varlistentry id="aplay">
|
---|
226 | <term><command>aplay</command></term>
|
---|
227 | <listitem>
|
---|
228 | <para>is a command-line soundfile player for the
|
---|
229 | ALSA sound card drivers.</para>
|
---|
230 | <indexterm zone="alsa-utils aplay">
|
---|
231 | <primary sortas="b-aplay">aplay</primary>
|
---|
232 | </indexterm>
|
---|
233 | </listitem>
|
---|
234 | </varlistentry>
|
---|
235 |
|
---|
236 | <varlistentry id="aplaymidi">
|
---|
237 | <term><command>aplaymidi</command></term>
|
---|
238 | <listitem>
|
---|
239 | <para>is a command-line utility that plays the specified
|
---|
240 | MIDI file(s) to one or more ALSA sequencer ports.</para>
|
---|
241 | <indexterm zone="alsa-utils aplaymidi">
|
---|
242 | <primary sortas="b-aplaymidi">aplaymidi</primary>
|
---|
243 | </indexterm>
|
---|
244 | </listitem>
|
---|
245 | </varlistentry>
|
---|
246 |
|
---|
247 | <varlistentry id="arecord">
|
---|
248 | <term><command>arecord</command></term>
|
---|
249 | <listitem>
|
---|
250 | <para>is a command-line soundfile recorder for the
|
---|
251 | ALSA sound card drivers.</para>
|
---|
252 | <indexterm zone="alsa-utils arecord">
|
---|
253 | <primary sortas="b-arecord">arecord</primary>
|
---|
254 | </indexterm>
|
---|
255 | </listitem>
|
---|
256 | </varlistentry>
|
---|
257 |
|
---|
258 | <varlistentry id="arecordmidi">
|
---|
259 | <term><command>arecordmidi</command></term>
|
---|
260 | <listitem>
|
---|
261 | <para>is a command-line utility that records a standard
|
---|
262 | MIDI file from one or more ALSA sequencer ports.</para>
|
---|
263 | <indexterm zone="alsa-utils arecordmidi">
|
---|
264 | <primary sortas="b-arecordmidi">arecordmidi</primary>
|
---|
265 | </indexterm>
|
---|
266 | </listitem>
|
---|
267 | </varlistentry>
|
---|
268 |
|
---|
269 | <varlistentry id="aseqnet">
|
---|
270 | <term><command>aseqnet</command></term>
|
---|
271 | <listitem>
|
---|
272 | <para>is an ALSA sequencer client which sends
|
---|
273 | and receives event packets over a network.</para>
|
---|
274 | <indexterm zone="alsa-utils aseqnet">
|
---|
275 | <primary sortas="b-aseqnet">aseqnet</primary>
|
---|
276 | </indexterm>
|
---|
277 | </listitem>
|
---|
278 | </varlistentry>
|
---|
279 |
|
---|
280 | <varlistentry id="iecset">
|
---|
281 | <term><command>iecset</command></term>
|
---|
282 | <listitem>
|
---|
283 | <para>is a small utility to set or dump the IEC958 (or so-called
|
---|
284 | <quote>S/PDIF</quote>) status bits of the specified sound
|
---|
285 | card via the ALSA control API.</para>
|
---|
286 | <indexterm zone="alsa-utils iecset">
|
---|
287 | <primary sortas="b-iecset">iecset</primary>
|
---|
288 | </indexterm>
|
---|
289 | </listitem>
|
---|
290 | </varlistentry>
|
---|
291 |
|
---|
292 | <varlistentry id="speaker-test">
|
---|
293 | <term><command>speaker-test</command></term>
|
---|
294 | <listitem>
|
---|
295 | <para>is a command-line speaker test tone generator for ALSA.</para>
|
---|
296 | <indexterm zone="alsa-utils speaker-test">
|
---|
297 | <primary sortas="b-speaker-test">speaker-test</primary>
|
---|
298 | </indexterm>
|
---|
299 | </listitem>
|
---|
300 | </varlistentry>
|
---|
301 |
|
---|
302 | </variablelist>
|
---|
303 |
|
---|
304 | </sect2>
|
---|
305 |
|
---|
306 | </sect1>
|
---|