source: multimedia/libdriv/alsa-tools.xml@ 288e4e0c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 288e4e0c was 288e4e0c, checked in by Tim Tassonis <stuff@…>, 6 years ago

Update to alsa-1.1.6 (alsa-lib, alsa-plugins, alsa-utils,alsa-tools, ALSA OSS).

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

  • Property mode set to 100644
File size: 16.1 KB
RevLine 
[b6eda3a5]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[48b7295]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[52297838]6
[a78200c]7 <!ENTITY alsa-tools-download-http " ">
[48b7295]8 <!ENTITY alsa-tools-download-ftp "&alsa-download-ftp;/tools/alsa-tools-&alsa-tools-version;.tar.bz2">
[288e4e0c]9 <!ENTITY alsa-tools-md5sum "5ca8c9437ae779997cd62fb2815fef19">
10 <!ENTITY alsa-tools-size "1.7 MB">
11 <!ENTITY alsa-tools-buildsize "24 MB">
[76c3cd71]12 <!ENTITY alsa-tools-time "0.3 SBU">
[48b7295]13]>
[52297838]14
[a027d7d3]15<sect1 id="alsa-tools" xreflabel="alsa-tools-&alsa-tools-version;">
[b6eda3a5]16 <?dbhtml filename="alsa-tools.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[a027d7d3]23 <title>alsa-tools-&alsa-tools-version;</title>
[b6eda3a5]24
25 <indexterm zone="alsa-tools">
[0c7d410]26 <primary sortas="a-alsa-tools">alsa-tools</primary>
[b6eda3a5]27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to ALSA Tools</title>
31
[0c7d410]32 <para>
33 The <application>ALSA Tools</application> package
34 contains advanced tools for certain sound cards.
35 </para>
[b6eda3a5]36
[d3e0d850]37 &lfs82_checked;
[a65b5280]38
[b6eda3a5]39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[0c7d410]42 <para>
43 Download (HTTP): <ulink url="&alsa-tools-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&alsa-tools-download-ftp;"/>
49 </para>
[b6eda3a5]50 </listitem>
51 <listitem>
[0c7d410]52 <para>
53 Download MD5 sum: &alsa-tools-md5sum;
54 </para>
[b6eda3a5]55 </listitem>
56 <listitem>
[0c7d410]57 <para>
58 Download size: &alsa-tools-size;
59 </para>
[b6eda3a5]60 </listitem>
61 <listitem>
[0c7d410]62 <para>
63 Estimated disk space required: &alsa-tools-buildsize;
64 </para>
[b6eda3a5]65 </listitem>
66 <listitem>
[0c7d410]67 <para>
68 Estimated build time: &alsa-tools-time;
69 </para>
[b6eda3a5]70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">ALSA Tools Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
[0c7d410]76 <para role="required">
77 <xref linkend="alsa-lib"/>
78 </para>
[b6eda3a5]79
80 <bridgehead renderas="sect4">Optional</bridgehead>
[22fadd16]81 <para role="optional">
[0c7d410]82 <xref linkend="gtk2"/>
83 (to build <command>echomixer</command>,
84 <command>envy24control</command> and
85 <command>rmedigicontrol</command>),
86 <xref linkend="gtk3"/>
87 (to build <command>hdajackretask</command>) and
[df0607c]88 <xref linkend="fltk"/>
[0c7d410]89 (to build <command>hdspconf</command> and
90 <command>hdspmixer</command>)
[22fadd16]91 </para>
[b6eda3a5]92
[0e2aa08]93 <para condition="html" role="usernotes">User Notes:
[0c7d410]94 <ulink url="&blfs-wiki;/alsa-tools"/>
95 </para>
[b6eda3a5]96 </sect2>
97
98 <sect2 role="installation">
99 <title>Installation of ALSA Tools</title>
100
[5153eb9]101&as_root;
102
103 <para>First, start a subshell that will exit on error:</para>
104
105<screen><userinput>bash -e</userinput></screen>
106
[0c7d410]107 <para>
[5153eb9]108 Now, remove a tool that needs <application>Qt2 or 3</application> and two
109 unneed files (for the BLFS instructions below):
[0c7d410]110 </para>
[b6eda3a5]111
[5153eb9]112<screen><userinput>rm -rf qlo10k1 Makefile gitcompile</userinput></screen>
[b6eda3a5]113
[0c7d410]114 <para>
[5153eb9]115 The <application>ALSA Tools</application> package is only needed by those
116 with advanced requirements for their sound card. The tools can be built
117 all together at once, but if only a subset is needed, you need to
118 <command>cd</command> into the directory of each tool you wish to compile
119 and run the commands. Here, we present instructions to build all tools.
[0c7d410]120 </para>
[a0db09b]121
[0c7d410]122 <para>
[5153eb9]123 Install all <application>ALSA Tools</application> by running the
124 following commands:
[0c7d410]125 </para>
[b6eda3a5]126
[5153eb9]127<screen><userinput>for tool in *
128do
129 case $tool in
130 seq )
131 tool_dir=seq/sbiload
132 ;;
133 * )
134 tool_dir=$tool
135 ;;
136 esac
137
138 pushd $tool_dir
139 ./configure --prefix=/usr
140 make
141 as_root make install
142 as_root /sbin/ldconfig
143 popd
144
145done
146unset tool tool_dir</userinput></screen>
147
148 <para>Finally, exit the shell that was started earlier:</para>
149
150<screen><userinput>exit</userinput></screen>
[b6eda3a5]151
152 </sect2>
153
154 <sect2 role="content">
155 <title>Contents</title>
156
157 <segmentedlist>
158 <segtitle>Installed Programs</segtitle>
[4ca94e5c]159 <segtitle>Installed Library</segtitle>
160 <segtitle>Installed Directories</segtitle>
[b6eda3a5]161
162 <seglistitem>
[0c7d410]163 <seg>
[ccaf22e]164 as10k1, cspctl, dl10k1, echomixer, envy24control, hda-verb, hdajackretask,
165 hdajacksensetest, hdspconf, hdsploader, hdspmixer, hwmixvolume,
[0c7d410]166 init_audigy, init_audigy_eq10, init_live, lo10k1, ld10k1, ld10k1d,
[f3429309]167 mixartloader, pcxhrloader,
[df0607c]168 rmedigicontrol, sbiload, sscape_ctl, us428control,
[ccaf22e]169 usx2yloader, and vxloader
[0c7d410]170 </seg>
171 <seg>
172 liblo10k1.so
173 </seg>
174 <seg>
[ccaf22e]175 /etc/hotplug,
[0c7d410]176 /usr/include/lo10k1,
[ccaf22e]177 /usr/share/ld10k1, and
[0c7d410]178 /usr/share/sounds
179 </seg>
[b6eda3a5]180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="as10k1">
189 <term><command>as10k1</command></term>
190 <listitem>
[9df3b847]191 <para>is an assembler for the emu10k1 DSP chip present in the
192 Creative SB Live, PCI 512, and emu APS sound cards. It is used
[b6eda3a5]193 to make audio effects such as a flanger, chorus or reverb.</para>
194 <indexterm zone="alsa-tools as10k1">
195 <primary sortas="b-as10k1">as10k1</primary>
196 </indexterm>
197 </listitem>
198 </varlistentry>
199
[0c7d410]200 <varlistentry id="cspctl">
201 <term><command>cspctl</command></term>
202 <listitem>
203 <para>is an SB16/AWE32 Creative Signal Processor
204 (ASP/CSP) control program.</para>
205 <indexterm zone="alsa-tools cspctl">
206 <primary sortas="b-cspctl">cspctl</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
[b6eda3a5]211 <varlistentry id="echomixer">
212 <term><command>echomixer</command></term>
213 <listitem>
[9df3b847]214 <para>is the Linux equivalent of the Echoaudio console application
215 from Echoaudio. It is a tool to control all the features of any Echoaudio
216 soundcard. This includes clock sources, input and output gains, mixers,
[b6eda3a5]217 etc.</para>
218 <indexterm zone="alsa-tools echomixer">
219 <primary sortas="b-echomixer">echomixer</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="envy24control">
225 <term><command>envy24control</command></term>
226 <listitem>
227 <para>is a control tool for Envy24 (ice1712) based sound cards.</para>
228 <indexterm zone="alsa-tools envy24control">
229 <primary sortas="b-envy24control">envy24control</primary>
230 </indexterm>
231 </listitem>
232 </varlistentry>
233
[e5e7a1d]234 <varlistentry id="hdajackretask">
235 <term><command>hdajackretask</command></term>
236 <listitem>
237 <para>
238 is a GUI to make it easy to retask your jacks - e g, turn your Mic
239 jack into an extra Headphone, or why not make them both line outs
240 and connect them to your surround receiver.
241 </para>
242 <indexterm zone="alsa-tools hdajackretask">
243 <primary sortas="b-hdajackretask">hdajackretask</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
248 <varlistentry id="hda-verb">
249 <term><command>hda-verb</command></term>
250 <listitem>
251 <para>
252 is a small program to send HD-audio commands to the given
253 ALSA hwdep device on the hd-audio interface.
254 </para>
255 <indexterm zone="alsa-tools hda-verb">
256 <primary sortas="b-hda-verb">hda-verb</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
[b6eda3a5]261 <varlistentry id="hdspconf">
262 <term><command>hdspconf</command></term>
263 <listitem>
[9df3b847]264 <para>is a GUI to control the Hammerfall
[b6eda3a5]265 HDSP Alsa Settings. Up to four hdsp cards are supported.</para>
266 <indexterm zone="alsa-tools hdspconf">
267 <primary sortas="b-hdspconf">hdspconf</primary>
268 </indexterm>
269 </listitem>
270 </varlistentry>
271
272 <varlistentry id="hdsploader">
273 <term><command>hdsploader</command></term>
274 <listitem>
[9df3b847]275 <para>is used to load the firmware required by the Hammerfall
[b6eda3a5]276 HDSP sound cards.</para>
277 <indexterm zone="alsa-tools hdsploader">
278 <primary sortas="b-hdsploader">hdsploader</primary>
279 </indexterm>
280 </listitem>
281 </varlistentry>
282
283 <varlistentry id="hdspmixer">
284 <term><command>hdspmixer</command></term>
285 <listitem>
[9df3b847]286 <para>is the Linux equivalent of the Totalmix application from RME.
287 It is a tool to control the advanced routing features of the RME
[b6eda3a5]288 Hammerfall DSP soundcard series.</para>
289 <indexterm zone="alsa-tools hdspmixer">
290 <primary sortas="b-hdspmixer">hdspmixer</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
[e5e7a1d]295 <varlistentry id="hwmixvolume">
296 <term><command>hwmixvolume</command></term>
297 <listitem>
298 <para>
299 allows you to control the volume of individual streams on sound
300 cards that use hardware mixing
301 </para>
302 <indexterm zone="alsa-tools hwmixvolume">
303 <primary sortas="b-hwmixvolume">hwmixvolume</primary>
304 </indexterm>
305 </listitem>
306 </varlistentry>
307
308 <varlistentry id="init_audigy_progs">
309 <term><command>init_audigy*</command></term>
310 <listitem>
311 <para>
[f3429309]312 are tools used to initialize Creative cards.
[e5e7a1d]313 </para>
314 <indexterm zone="alsa-tools init_audigy_progs">
315 <primary sortas="b-init_audigy_progs">init_audigy*</primary>
316 </indexterm>
317 </listitem>
318 </varlistentry>
[f3429309]319
[e5e7a1d]320 <varlistentry id="init_live">
321 <term><command>init_live</command></term>
322 <listitem>
323 <para>
324 is a tool used to initialize Creative cards.
325 </para>
326 <indexterm zone="alsa-tools init_live">
327 <primary sortas="b-init_live">init_live</primary>
328 </indexterm>
329 </listitem>
330 </varlistentry>
331
[bdf22d74]332 <varlistentry id="ld10k1">
333 <term><command>ld10k1</command></term>
334 <listitem>
[0e2aa08]335 <para>is the server of a EMU10K{1,2} patch loader for ALSA.</para>
[bdf22d74]336 <indexterm zone="alsa-tools ld10k1">
337 <primary sortas="b-ld10k1">ld10k1</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="lo10k1">
343 <term><command>lo10k1</command></term>
344 <listitem>
[0e2aa08]345 <para>is the client of a EMU10K{1,2} patch loader for ALSA.</para>
[bdf22d74]346 <indexterm zone="alsa-tools lo10k1">
347 <primary sortas="b-lo10k1">lo10k1</primary>
348 </indexterm>
349 </listitem>
350 </varlistentry>
351
[a0db09b]352 <varlistentry id="dl10k1">
353 <term><command>dl10k1</command></term>
354 <listitem>
355 <para>loads config dumps generated by <command>lo10k1</command>
356 and <command>ld10k1</command>.</para>
357 <indexterm zone="alsa-tools dl10k1">
358 <primary sortas="b-dl10k1">dl10k1</primary>
359 </indexterm>
360 </listitem>
361 </varlistentry>
362
363 <varlistentry id="ld10k1d">
364 <term><command>ld10k1d</command></term>
365 <listitem>
366 <para>is an init script for the <command>ld10k1</command>
367 patch loader.</para>
368 <indexterm zone="alsa-tools ld10k1d">
369 <primary sortas="b-ld10k1d">ld10k1d</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
[bdf22d74]374 <varlistentry id="qlo10k1">
375 <term><command>qlo10k1</command></term>
376 <listitem>
377 <para>is a <application>Qt</application> GUI for the
378 <command>ld10k1</command> patch loader.</para>
379 <indexterm zone="alsa-tools qlo10k1">
380 <primary sortas="b-qlo10k1">qlo10k1</primary>
381 </indexterm>
382 </listitem>
383 </varlistentry>
384
[b6eda3a5]385 <varlistentry id="mixartloader">
386 <term><command>mixartloader</command></term>
387 <listitem>
[9df3b847]388 <para>is a helper program to load the firmware binaries onto the
389 Digigram's miXart board sound drivers. The following modules require this
390 program: snd-mixart. These drivers don't work properly at all until the
391 certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]392 appear.</para>
393 <indexterm zone="alsa-tools mixartloader">
394 <primary sortas="b-mixartloader">mixartloader</primary>
395 </indexterm>
396 </listitem>
397 </varlistentry>
398
399 <varlistentry id="pcxhrloader">
400 <term><command>pcxhrloader</command></term>
401 <listitem>
[9df3b847]402 <para>is a helper program to load the firmware binaries onto
403 Digigram's pcxhr compatible board sound drivers. The following modules
404 require this program: snd-pcxhr. These drivers don't work properly at all
405 until the certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]406 appear.</para>
407 <indexterm zone="alsa-tools pcxhrloader">
408 <primary sortas="b-pcxhrloader">pcxhrloader</primary>
409 </indexterm>
410 </listitem>
411 </varlistentry>
412
413 <varlistentry id="rmedigicontrol">
414 <term><command>rmedigicontrol</command></term>
415 <listitem>
[9df3b847]416 <para>is a control tool for RME Digi32 and RME Digi96 sound cards.
417 It provides a graphical frontend for all the sound card controls and
[b6eda3a5]418 switches.</para>
419 <indexterm zone="alsa-tools rmedigicontrol">
420 <primary sortas="b-rmedigicontrol">rmedigicontrol</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
425 <varlistentry id="sbiload">
426 <term><command>sbiload</command></term>
427 <listitem>
[9df3b847]428 <para>is an OPL2/3 FM instrument loader for the
[b6eda3a5]429 ALSA sequencer.</para>
430 <indexterm zone="alsa-tools sbiload">
431 <primary sortas="b-sbiload">sbiload</primary>
432 </indexterm>
433 </listitem>
434 </varlistentry>
435
436 <varlistentry id="sscape_ctl">
437 <term><command>sscape_ctl</command></term>
438 <listitem>
439 <para>is an ALSA SoundScape control utility.</para>
440 <indexterm zone="alsa-tools sscape_ctl">
441 <primary sortas="b-sscape_ctl">sscape_ctl</primary>
442 </indexterm>
443 </listitem>
444 </varlistentry>
445
446 <varlistentry id="us428control">
447 <term><command>us428control</command></term>
448 <listitem>
449 <para>is a Tascam US-428 control program.</para>
450 <indexterm zone="alsa-tools us428control">
451 <primary sortas="b-us428control">us428control</primary>
452 </indexterm>
453 </listitem>
454 </varlistentry>
455
456 <varlistentry id="usx2yloader">
457 <term><command>usx2yloader</command></term>
458 <listitem>
[9df3b847]459 <para>is a helper program to load the 2nd Phase firmware binaries
460 onto the Tascam USX2Y USB sound cards. It has proven to work so far for the
[b6eda3a5]461 US122, US224 and US428. The snd-usb-usx2y module requires this program.</para>
462 <indexterm zone="alsa-tools usx2yloader">
463 <primary sortas="b-usx2yloader">usx2yloader</primary>
464 </indexterm>
465 </listitem>
466 </varlistentry>
467
468 <varlistentry id="vxloader">
469 <term><command>vxloader</command></term>
470 <listitem>
[9df3b847]471 <para>is a helper program to load the firmware binaries onto the
472 Digigram's VX-board sound drivers. The following modules require this program:
473 snd-vx222, snd-vxpocket, snd-vxp440. These drivers don't work properly at all
474 until the certain firmwares are loaded, i.e. no PCM nor mixer devices will
[b6eda3a5]475 appear.</para>
476 <indexterm zone="alsa-tools vxloader">
477 <primary sortas="b-vxloader">vxloader</primary>
478 </indexterm>
479 </listitem>
480 </varlistentry>
481
482 </variablelist>
483
484 </sect2>
[48b7295]485
486</sect1>
Note: See TracBrowser for help on using the repository browser.