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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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 fb61dd1 was fb61dd1, checked in by Igor Živković <igor@…>, 19 years ago

Added a test suite note to ALSA Utilities.

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

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