source: multimedia/libdriv/alsa-utils.xml@ 4a21942

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 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 4a21942 was da13524, checked in by Randy McMurchy <randy@…>, 19 years ago

Added md5sums to ALSA packages

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/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 "b9dc0f9aae6131a6e6df9934a7b96a18">
9 <!ENTITY alsa-utils-size "145 KB">
10 <!ENTITY alsa-utils-buildsize "2.3 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
22<sect2>
23<title>Introduction to <application><acronym>ALSA</acronym>
24Utilities</application></title>
25
26<para>The <application><acronym>ALSA</acronym> Utilities</application> package
27contains various utilities which are useful for controlling your sound
28card.</para>
29
30<sect3><title>Package information</title>
31<itemizedlist spacing='compact'>
32<listitem><para>Download (HTTP):
33<ulink url="&alsa-utils-download-http;"/></para></listitem>
34<listitem><para>Download (FTP):
35<ulink url="&alsa-utils-download-ftp;"/></para></listitem>
36<listitem><para>Download MD5 sum: &alsa-utils-md5sum;</para></listitem>
37<listitem><para>Download size: &alsa-utils-size;</para></listitem>
38<listitem><para>Estimated disk space required:
39&alsa-utils-buildsize;</para></listitem>
40<listitem><para>Estimated build time:
41&alsa-utils-time;</para></listitem></itemizedlist>
42</sect3>
43
44<sect3><title><application><acronym>ALSA</acronym> Utilities</application>
45dependencies</title>
46<sect4><title>Required</title>
47<para><xref linkend="alsa-lib"/></para>
48</sect4>
49</sect3>
50
51</sect2>
52
53<sect2>
54<title>Installation of <application><acronym>ALSA</acronym>
55Utilities</application></title>
56
57<para>Install <application><acronym>ALSA</acronym> Utilities</application> by
58running the following commands:</para>
59
60<screen><userinput><command>./configure &amp;&amp;
61make &amp;&amp;
62make install</command></userinput></screen>
63
64</sect2>
65
66<sect2>
67<title>Configuring <application><acronym>ALSA</acronym>
68Utilities</application></title>
69
70<sect3><title>Config files</title>
71<para><filename>/etc/asound.state</filename></para>
72</sect3>
73
74<sect3><title>Configuration Information</title>
75<para>Probably the easiest way to store mixer levels is to set and retrieve
76them using a bootscript.</para>
77
78<para>Install the init script <filename>/etc/rc.d/init.d/alsa</filename>
79included in the <xref linkend="intro-important-bootscripts"/> package.</para>
80
81<screen><userinput><command>make install-alsa</command></userinput></screen>
82
83<para>Note that all channels of your sound card are muted by default. You can
84use the <command>alsamixer</command> program from
85<application><acronym>ALSA</acronym> Utilities</application> (or any other
86<acronym>OSS</acronym> mixer) to change this.</para>
87
88<para>The first time the above script is run, it will complain that
89there is no state in <filename>/etc/asound.state</filename>. You can
90prevent this by running the following commands after installing
91<application><acronym>ALSA</acronym> Utilities</application>:</para>
92
93<screen><userinput><command>touch /etc/asound.state &amp;&amp;
94alsactl store</command></userinput></screen>
95
96<para>A final note is that the lines loading <filename>sfxload</filename>
97are commented out. They are there as an example of other things you may
98wish to do in the startup script. <filename>sfxload</filename> is a
99separate package of interest to SoundBlaster AWE and Live!
100users. It is designed for loading "sound-fonts" (which are used for
101<acronym>MIDI</acronym> output). You may wish to delete these lines and add
102your own or, if you have the relevant sound card, install <filename>sfxload
103</filename> and uncomment them.</para>
104
105</sect3>
106
107</sect2>
108
109<sect2>
110<title>Contents</title>
111
112<para>The <application><acronym>ALSA</acronym> Utilities</application> package
113contains <command>aconnect</command>,
114<command>alsactl</command>, <command>alsamixer</command>,
115<command>amixer</command>, <command>aplay</command>,
116<command>arecord</command> and <command>aseqnet</command>.</para>
117
118</sect2>
119
120<sect2><title>Description</title>
121
122<sect3><title>aconnect</title>
123<para><command>aconnect</command> is a utility for connecting and
124disconnecting two existing ports in the <acronym>ALSA</acronym>
125sequencer system.</para>
126</sect3>
127
128<sect3><title>alsactl</title>
129<para><command>alsactl</command> is used to control advanced settings
130for the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
131
132<sect3><title>alsamixer</title>
133<para><command>alsamixer</command> is an ncurses-based mixer program for
134use with the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
135
136<sect3><title>amixer</title>
137<para><command>amixer</command> allows command-line control of the
138mixers for the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
139
140<sect3><title>aplay</title>
141<para><command>aplay</command> is a command-line soundfile player for
142the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
143
144<sect3><title>arecord</title>
145<para><command>arecord</command> is a command-line soundfile recorder
146for the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
147
148<sect3><title>aseqnet</title>
149<para><command>aseqnet</command> is an <acronym>ALSA</acronym> sequencer
150client which sends and receives event packets over a network.</para></sect3>
151
152</sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.