source: multimedia/libdriv/alsa-utils.xml@ 7f58d870

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 7f58d870 was 7f58d870, checked in by Igor Živković <igor@…>, 20 years ago

Reverted to ALSA-1.0.4 to match the LFS-testing kernel drivers. Removed ALSA Driver page.

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

  • Property mode set to 100644
File size: 5.6 KB
RevLine 
[48b7295]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]>
[43ef043b]12
[48b7295]13<sect1 id="alsa-utils" xreflabel="ALSA Utilities-&alsa-utils-version;">
[a0f03b0]14<sect1info>
[5cd0959d]15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
[a0f03b0]17</sect1info>
[48b7295]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<sect3><title><application><acronym>ALSA</acronym> Utilities</application> dependencies</title>
38<sect4><title>Required</title>
39<para><xref linkend="alsa-lib"/>
40</para></sect4>
41</sect3>
42
43</sect2>
44
45<sect2>
46<title>Installation of <application><acronym>ALSA</acronym> Utilities</application></title>
47
48<para>Install <application><acronym>ALSA</acronym> Utilities</application> by running the following commands:</para>
[43ef043b]49
50<screen><userinput><command>./configure &amp;&amp;
[48b7295]51make &amp;&amp;
52make install</command></userinput></screen>
53
54</sect2>
55
56<sect2>
57<title>Configuring <application><acronym>ALSA</acronym> Utilities</application></title>
58
59<sect3><title>Config files</title>
60
61<para><filename>/etc/asound.state</filename></para>
62
63</sect3>
64
65<sect3><title>Configuration Information</title>
66
67<para>Probably the easiest way to store mixer levels is to set and retrieve
68them using a bootscript. It is possible to do this with a
69<userinput>post-install</userinput> line in
70<filename>/etc/modules.conf</filename> but this is left as an exercise for
71those readers who wish to do this.</para>
72
[7f58d870]73<para>Install the init
[48b7295]74script <filename>/etc/rc.d/init.d/alsa</filename> included in the
75<xref linkend="intro-important-bootscripts"/> package.</para>
76
77<screen><userinput><command>make install-alsa</command></userinput></screen>
78
79<para>Note that all channels of your sound card are muted by default. You can
80use the <command>alsamixer</command> program from
81<application><acronym>ALSA</acronym> Utilities</application> (or any other
82<acronym>OSS</acronym> mixer) to change this.</para>
83
84<para>The first time the above script is run, it will complain that
85there is no state in <filename>/etc/asound.state</filename>. You can
86prevent this by running the following commands after installing
87<application><acronym>ALSA</acronym> Utilities</application>:</para>
88<screen><userinput><command>touch /etc/asound.state &amp;&amp;
89alsactl store</command></userinput></screen>
90
91<para>A final note is that the lines loading <filename>sfxload</filename>
92are commented out. They are there as an example of other things you may
93wish to do in the startup script. <filename>sfxload</filename> is a
94separate package of interest to SoundBlaster AWE and Live!
95users. It is designed for loading "sound-fonts" (which are used for
96<acronym>MIDI</acronym> output). You may wish to delete these lines and add
97your own or, if you have the relevant sound card, install <filename>sfxload
98</filename> and uncomment them.</para>
99
100</sect3>
101
102</sect2>
103
104<sect2>
105<title>Contents</title>
106
107<para>The <application><acronym>ALSA</acronym> Utilities</application> package
108contains <command>aconnect</command>,
109<command>alsactl</command>, <command>alsamixer</command>,
110<command>amixer</command>, <command>aplay</command>,
111<command>arecord</command> and <command>aseqnet</command>.</para>
112
113</sect2>
114
115<sect2><title>Description</title>
116
117<sect3><title>aconnect</title>
118<para><command>aconnect</command> is a utility for connecting and disconnecting two existing ports in the <acronym>ALSA</acronym> sequencer system.</para>
119</sect3>
120
121<sect3><title>alsactl</title>
122<para><command>alsactl</command> is used to control advanced settings
123for the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
124
125<sect3><title>alsamixer</title>
126<para><command>alsamixer</command> is an ncurses-based mixer program for
127use with the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
128
129<sect3><title>amixer</title>
130<para><command>amixer</command> allows command-line control of the
131mixers for the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
132
133<sect3><title>aplay</title>
134<para><command>aplay</command> is a command-line soundfile player for
135the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
136
137<sect3><title>arecord</title>
138<para><command>arecord</command> is a command-line soundfile recorder
139for the <acronym>ALSA</acronym> sound card drivers.</para></sect3>
140
141<sect3><title>aseqnet</title>
142<para><command>aseqnet</command> is an <acronym>ALSA</acronym> sequencer
143client which sends and receives event packets over a network.</para></sect3>
144
145</sect2>
146
147</sect1>
148
Note: See TracBrowser for help on using the repository browser.