source: multimedia/libdriv/alsa-utils.xml@ 656725d

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 656725d was 656725d, checked in by Randy McMurchy <randy@…>, 19 years ago

Fixed typos and minor wording changes to the ALSA Utilities instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4868 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.9 KB
Line 
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 "d4b77e9fe0311772293e402fdd634ad2">
10 <!ENTITY alsa-utils-size "935 KB">
11 <!ENTITY alsa-utils-buildsize "5.9 MB">
12 <!ENTITY alsa-utils-time "0.1 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 &amp;&amp;
71make</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> Use a bootscript to store the values at shutdown.</para>
99
100 <indexterm zone="alsa-utils alsa-utils-init">
101 <primary sortas="f-alsa">alsa</primary>
102 </indexterm>
103
104 <para>As the <systemitem class="username">root</systemitem> user,
105 install the init script <filename>/etc/rc.d/init.d/alsa</filename> included
106 in the <xref linkend="intro-important-bootscripts"/> package.</para>
107
108<screen role="root"><userinput>make install-alsa</userinput></screen>
109
110 <para>Note that all channels of your sound card are muted by default.
111 You can use the <command>alsamixer</command> program from the
112 <application>ALSA Utilities</application> to change this.</para>
113
114 <para>The first time the <filename class='directory'>dev.d</filename>
115 script below is run, it will complain
116 that there is no state in <filename>/etc/asound.state</filename>.
117 You can prevent this by running the following commands as
118 the <systemitem class="username">root</systemitem> user:</para>
119
120<screen role="root"><userinput>touch /etc/asound.state &amp;&amp;
121alsactl store</userinput></screen>
122
123 <para>The volume settings will be restored from the saved state using a
124 <filename class='directory'>dev.d</filename> handler script that will
125 execute when the device is detected
126 during boot (when plugged in for USB devices). While still the
127 <systemitem class="username">root</systemitem> user, create the
128 <filename class='directory'>dev.d</filename> script with the following
129 commands:</para>
130
131<screen role="root"><userinput>install -v -d -m755 /etc/dev.d/snd &amp;&amp;
132cat &gt;&gt; /etc/dev.d/snd/alsa.dev &lt;&lt; "EOF"
133#!/bin/sh -e
134DEV_BASENAME="${DEVNAME##*/}"
135N="${DEV_BASENAME#controlC}"
136case "$DEV_BASENAME" in
137 controlC[0-7])
138 x=0
139 while [ $x -lt 20 ]
140 do
141 sleep 1
142 if [ -f /usr/sbin/alsactl ]; then
143 /usr/sbin/alsactl restore $N
144 exit 0
145 else
146 if [ $x -eq 20 ]; then
147 exit 1
148 fi
149 fi
150 done &amp;
151 ;;
152esac
153exit 0
154EOF
155chmod -v 755 /etc/dev.d/snd/alsa.dev</userinput></screen>
156
157
158 <para>You may wish to do additional configuration on a per card basis.
159 For example, if you wish to load soundfont banks into the first
160 device (card0), use the following sample script:</para>
161
162<screen>#!/bin/sh -e
163# Begin /etc/dev.d/snd/controlC0/asfxload.dev
164
165# Load GM8.sf2 for soundcard 0
166/usr/bin/asfxload /usr/share/sounds/sf2/8mbgmsfx.sf2 -D "hw:0,2"
167
168# End /etc/dev.d/snd/controlC0/sfxload.dev</screen>
169
170 </sect3>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>aconnect, alsaconf, alsactl, alsamixer, amidi, amixer, aplay, aplaymidi,
184 arecord, arecordmidi, aseqnet, aseqdump, iecset, and speaker-test</seg>
185 <seg>None</seg>
186 <seg>None</seg>
187 </seglistitem>
188 </segmentedlist>
189
190 <variablelist>
191 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
192 <?dbfo list-presentation="list"?>
193 <?dbhtml list-presentation="table"?>
194
195 <varlistentry id="aconnect">
196 <term><command>aconnect</command></term>
197 <listitem>
198 <para>is a utility for connecting and disconnecting two existing
199 ports in the ALSA sequencer system.</para>
200 <indexterm zone="alsa-utils aconnect">
201 <primary sortas="b-aconnect">aconnect</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 <varlistentry id="alsaconf">
207 <term><command>alsaconf</command></term>
208 <listitem>
209 <para>is a configuration tool which tries to detect the sound cards
210 on your system and write a suitable configuration file for ALSA.</para>
211 <indexterm zone="alsa-utils alsaconf">
212 <primary sortas="b-alsaconf">alsaconf</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 <varlistentry id="alsactl">
218 <term><command>alsactl</command></term>
219 <listitem>
220 <para>is used to control advanced settings for the
221 ALSA sound card drivers.</para>
222 <indexterm zone="alsa-utils alsactl">
223 <primary sortas="b-alsactl">alsactl</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="alsamixer">
229 <term><command>alsamixer</command></term>
230 <listitem>
231 <para>is an ncurses-based mixer program for use with the
232 ALSA sound card drivers.</para>
233 <indexterm zone="alsa-utils alsamixer">
234 <primary sortas="b-alsamixer">alsamixer</primary>
235 </indexterm>
236 </listitem>
237 </varlistentry>
238
239 <varlistentry id="amidi">
240 <term><command>amidi</command></term>
241 <listitem>
242 <para>is used to read from and write to ALSA
243 RawMIDI ports.</para>
244 <indexterm zone="alsa-utils amidi">
245 <primary sortas="b-amidi">amidi</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="amixer">
251 <term><command>amixer</command></term>
252 <listitem>
253 <para> allows command-line control of the mixers for the
254 ALSA sound card drivers.</para>
255 <indexterm zone="alsa-utils amixer">
256 <primary sortas="b-amixer">amixer</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="aplay">
262 <term><command>aplay</command></term>
263 <listitem>
264 <para>is a command-line soundfile player for the
265 ALSA sound card drivers.</para>
266 <indexterm zone="alsa-utils aplay">
267 <primary sortas="b-aplay">aplay</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="aplaymidi">
273 <term><command>aplaymidi</command></term>
274 <listitem>
275 <para>is a command-line utility that plays the specified
276 MIDI file(s) to one or more ALSA sequencer ports.</para>
277 <indexterm zone="alsa-utils aplaymidi">
278 <primary sortas="b-aplaymidi">aplaymidi</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="arecord">
284 <term><command>arecord</command></term>
285 <listitem>
286 <para>is a command-line soundfile recorder for the
287 ALSA sound card drivers.</para>
288 <indexterm zone="alsa-utils arecord">
289 <primary sortas="b-arecord">arecord</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="arecordmidi">
295 <term><command>arecordmidi</command></term>
296 <listitem>
297 <para>is a command-line utility that records a standard
298 MIDI file from one or more ALSA sequencer ports.</para>
299 <indexterm zone="alsa-utils arecordmidi">
300 <primary sortas="b-arecordmidi">arecordmidi</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="aseqdump">
306 <term><command>aseqdump</command></term>
307 <listitem>
308 <para>is a command-line utility that prints the sequencer events it
309 receives as text.</para>
310 <indexterm zone="alsa-utils aseqdump">
311 <primary sortas="b-aseqdump">aseqdump</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="aseqnet">
317 <term><command>aseqnet</command></term>
318 <listitem>
319 <para>is an ALSA sequencer client which sends
320 and receives event packets over a network.</para>
321 <indexterm zone="alsa-utils aseqnet">
322 <primary sortas="b-aseqnet">aseqnet</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="iecset">
328 <term><command>iecset</command></term>
329 <listitem>
330 <para>is a small utility to set or dump the IEC958 (or so-called
331 <quote>S/PDIF</quote>) status bits of the specified sound
332 card via the ALSA control API.</para>
333 <indexterm zone="alsa-utils iecset">
334 <primary sortas="b-iecset">iecset</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 <varlistentry id="speaker-test">
340 <term><command>speaker-test</command></term>
341 <listitem>
342 <para>is a command-line speaker test tone generator for ALSA.</para>
343 <indexterm zone="alsa-utils speaker-test">
344 <primary sortas="b-speaker-test">speaker-test</primary>
345 </indexterm>
346 </listitem>
347 </varlistentry>
348
349 </variablelist>
350
351 </sect2>
352
353</sect1>
Note: See TracBrowser for help on using the repository browser.