source: multimedia/libdriv/alsa-utils.xml@ 5cd0959d

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 5cd0959d was 5cd0959d, checked in by Archaic <archaic@…>, 20 years ago

Resetting keywords

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

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