source: multimedia/libdriv/alsa-utils.xml@ c5923846

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c5923846 was c5923846, checked in by Thomas Trepl <thomas@…>, 16 years ago

Spelling and style fixes

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

  • Property mode set to 100644
File size: 12.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/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 "dfe4bb5d3217f3ec662b172ce8397cf0">
10 <!ENTITY alsa-utils-size "958 KB">
11 <!ENTITY alsa-utils-buildsize "8.1 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 role="required"><xref linkend="alsa-lib"/></para>
61
62 <para condition="html" role="usernotes">User Notes:
63 <ulink url="&blfs-wiki;/alsa-utils"/></para>
64
65 </sect2>
66
67 <sect2 role="installation">
68 <title>Installation of ALSA Utilities</title>
69
70 <para>Install <application>ALSA Utilities</application> by
71 running the following commands:</para>
72
73<screen><userinput>./configure &amp;&amp;
74make</userinput></screen>
75
76 <para>This package does not come with a test suite.</para>
77
78 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
79
80<screen role="root"><userinput>make install</userinput></screen>
81
82 </sect2>
83
84 <sect2 role="configuration">
85 <title>Configuring ALSA Utilities</title>
86
87 <sect3 id="alsa-utils-config">
88 <title>Config Files</title>
89
90 <para><filename>/etc/asound.state</filename></para>
91
92 <indexterm zone="alsa-utils alsa-utils-config">
93 <primary sortas="e-etc-asound.state">/etc/asound.state</primary>
94 </indexterm>
95
96 </sect3>
97
98 <sect3 id="alsa-utils-init">
99 <title>Configuration Information</title>
100
101 <para> Use a bootscript to store the values at shutdown.</para>
102
103 <indexterm zone="alsa-utils alsa-utils-init">
104 <primary sortas="f-alsa">alsa</primary>
105 </indexterm>
106
107 <para>As the <systemitem class="username">root</systemitem> user,
108 install the init script <filename>/etc/rc.d/init.d/alsa</filename> included
109 in the <xref linkend="bootscripts"/> package.</para>
110
111<screen role="root"><userinput>make install-alsa</userinput></screen>
112
113 <para>Note that all channels of your sound card are muted by default.
114 You can use the <command>alsamixer</command> program from the
115 <application>ALSA Utilities</application> to change this. Use
116 <command>speaker-test</command> to check that your settings have
117 been applied correctly.</para>
118
119 <para>The first time the <filename>alsactl</filename> program is run from
120 the <application>udev</application> rule below, it will complain that
121 there is no state in <filename>/etc/asound.state</filename>. You can
122 prevent this by running the following commands as the <systemitem
123 class="username">root</systemitem> user:</para>
124
125<screen role="root"><userinput>touch /etc/asound.state &amp;&amp;
126alsactl store</userinput></screen>
127
128 <para>The volume settings will be restored from the saved state by
129 <application>Udev</application> when the device is detected (during boot
130 or when plugged in for USB devices).</para>
131
132<!--
133 <para> While still the
134 <systemitem class="username">root</systemitem> user, create the
135 <filename>/etc/udev/scripts/alsa-restore</filename> script with
136 the following commands:</para>
137
138<screen role="root"><userinput>install -v -d -m754 /etc/udev/scripts &amp;&amp;
139cat &gt; /etc/udev/scripts/alsa-restore &lt;&lt; "EOF"
140#!/bin/sh -e
141# Begin /etc/udev/scripts/alsa-restore
142# $1 is (the numbered device "%n") passed in by udev/kernel.
143
144 rc=1
145
146 if [ -f /usr/sbin/alsactl ]; then
147 /usr/sbin/alsactl restore "${1}"
148 rc=$?
149 fi
150
151 exit $rc
152
153# End /etc/udev/scripts/alsa-restore
154EOF
155chmod -v 754 /etc/udev/scripts/alsa-restore</userinput></screen>
156-->
157
158 <para>As the <systemitem class="username">root</systemitem> user, install
159 a new <application>Udev</application> rules file to create the audio
160 device nodes and run the restore script:</para>
161
162<screen role="root"><userinput>cat &gt; /etc/udev/rules.d/40-alsa.rules &lt;&lt; "EOF"
163# /etc/udev/rules.d/40-alsa.rules
164
165# When a sound device is detected, restore the volume settings
166KERNEL=="controlC[0-9]*", ACTION=="add", RUN+="/usr/sbin/alsactl restore %n"
167EOF
168chmod -v 644 /etc/udev/rules.d/40-alsa.rules</userinput></screen>
169
170 <para>All sound devices are not accessible for any user except
171 <systemitem class="username">root</systemitem> and members of the
172 <systemitem class="groupname">audio</systemitem> group. Add any users
173 that might use the sound devices to that group:</para>
174
175<screen role="root"><userinput>usermod -a -G audio <replaceable>&lt;username&gt;</replaceable></userinput></screen>
176
177 <note>
178 <para>You may need to log out and back in again to refresh your group
179 memberships. '<command>su <replaceable>&lt;username&gt;</replaceable></command>'
180 should work as well.</para>
181 </note>
182
183 </sect3>
184
185 </sect2>
186
187 <sect2 role="content">
188 <title>Contents</title>
189
190 <segmentedlist>
191 <segtitle>Installed Programs</segtitle>
192 <segtitle>Installed Libraries</segtitle>
193 <segtitle>Installed Directories</segtitle>
194
195 <seglistitem>
196 <seg>aconnect, alsaconf, alsactl, alsamixer, amidi,
197 amixer, aplay, aplaymidi, arecord, arecordmidi, aseqnet,
198 aseqdump, iecset, and speaker-test</seg>
199 <seg>None</seg>
200 <seg>None</seg>
201 </seglistitem>
202 </segmentedlist>
203
204 <variablelist>
205 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
206 <?dbfo list-presentation="list"?>
207 <?dbhtml list-presentation="table"?>
208
209 <varlistentry id="aconnect">
210 <term><command>aconnect</command></term>
211 <listitem>
212 <para>is a utility for connecting and disconnecting two existing
213 ports in the ALSA sequencer system.</para>
214 <indexterm zone="alsa-utils aconnect">
215 <primary sortas="b-aconnect">aconnect</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="alsaconf">
221 <term><command>alsaconf</command></term>
222 <listitem>
223 <para>is a configuration tool which tries to detect the sound cards
224 on your system and write a suitable configuration file for ALSA.
225 This program is incompatible with udev and hotplug.</para>
226 <indexterm zone="alsa-utils alsaconf">
227 <primary sortas="b-alsaconf">alsaconf</primary>
228 </indexterm>
229 </listitem>
230 </varlistentry>
231
232 <varlistentry id="alsactl">
233 <term><command>alsactl</command></term>
234 <listitem>
235 <para>is used to control advanced settings for the
236 ALSA sound card drivers.</para>
237 <indexterm zone="alsa-utils alsactl">
238 <primary sortas="b-alsactl">alsactl</primary>
239 </indexterm>
240 </listitem>
241 </varlistentry>
242
243 <varlistentry id="alsamixer">
244 <term><command>alsamixer</command></term>
245 <listitem>
246 <para>is an ncurses-based mixer program for use with the
247 ALSA sound card drivers.</para>
248 <indexterm zone="alsa-utils alsamixer">
249 <primary sortas="b-alsamixer">alsamixer</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253
254 <varlistentry id="amidi">
255 <term><command>amidi</command></term>
256 <listitem>
257 <para>is used to read from and write to ALSA
258 RawMIDI ports.</para>
259 <indexterm zone="alsa-utils amidi">
260 <primary sortas="b-amidi">amidi</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="amixer">
266 <term><command>amixer</command></term>
267 <listitem>
268 <para> allows command-line control of the mixers for the
269 ALSA sound card drivers.</para>
270 <indexterm zone="alsa-utils amixer">
271 <primary sortas="b-amixer">amixer</primary>
272 </indexterm>
273 </listitem>
274 </varlistentry>
275
276 <varlistentry id="aplay">
277 <term><command>aplay</command></term>
278 <listitem>
279 <para>is a command-line soundfile player for the
280 ALSA sound card drivers.</para>
281 <indexterm zone="alsa-utils aplay">
282 <primary sortas="b-aplay">aplay</primary>
283 </indexterm>
284 </listitem>
285 </varlistentry>
286
287 <varlistentry id="aplaymidi">
288 <term><command>aplaymidi</command></term>
289 <listitem>
290 <para>is a command-line utility that plays the specified
291 MIDI file(s) to one or more ALSA sequencer ports.</para>
292 <indexterm zone="alsa-utils aplaymidi">
293 <primary sortas="b-aplaymidi">aplaymidi</primary>
294 </indexterm>
295 </listitem>
296 </varlistentry>
297
298 <varlistentry id="arecord">
299 <term><command>arecord</command></term>
300 <listitem>
301 <para>is a command-line soundfile recorder for the
302 ALSA sound card drivers.</para>
303 <indexterm zone="alsa-utils arecord">
304 <primary sortas="b-arecord">arecord</primary>
305 </indexterm>
306 </listitem>
307 </varlistentry>
308
309 <varlistentry id="arecordmidi">
310 <term><command>arecordmidi</command></term>
311 <listitem>
312 <para>is a command-line utility that records a standard
313 MIDI file from one or more ALSA sequencer ports.</para>
314 <indexterm zone="alsa-utils arecordmidi">
315 <primary sortas="b-arecordmidi">arecordmidi</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
319
320 <varlistentry id="aseqdump">
321 <term><command>aseqdump</command></term>
322 <listitem>
323 <para>is a command-line utility that prints the sequencer events it
324 receives as text.</para>
325 <indexterm zone="alsa-utils aseqdump">
326 <primary sortas="b-aseqdump">aseqdump</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 <varlistentry id="aseqnet">
332 <term><command>aseqnet</command></term>
333 <listitem>
334 <para>is an ALSA sequencer client which sends
335 and receives event packets over a network.</para>
336 <indexterm zone="alsa-utils aseqnet">
337 <primary sortas="b-aseqnet">aseqnet</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="iecset">
343 <term><command>iecset</command></term>
344 <listitem>
345 <para>is a small utility to set or dump the IEC958 (or so-called
346 <quote>S/PDIF</quote>) status bits of the specified sound
347 card via the ALSA control API.</para>
348 <indexterm zone="alsa-utils iecset">
349 <primary sortas="b-iecset">iecset</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="speaker-test">
355 <term><command>speaker-test</command></term>
356 <listitem>
357 <para>is a command-line speaker test tone generator for ALSA.</para>
358 <indexterm zone="alsa-utils speaker-test">
359 <primary sortas="b-speaker-test">speaker-test</primary>
360 </indexterm>
361 </listitem>
362 </varlistentry>
363
364 </variablelist>
365
366 </sect2>
367
368</sect1>
Note: See TracBrowser for help on using the repository browser.