source: multimedia/libdriv/alsa-firmware.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[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;
[da13524]6
[03978485]7 <!ENTITY alsa-firmware-download-http "&alsa-download-http;/firmware/alsa-firmware-&alsa-firmware-version;.tar.bz2">
[e1e58be]8 <!ENTITY alsa-firmware-download-ftp " ">
[758f3f6]9 <!ENTITY alsa-firmware-md5sum "ee6c1d24a1a4ac1d86992b408ed710a2">
[11839b6f]10 <!ENTITY alsa-firmware-size "4.9 MB">
[758f3f6]11 <!ENTITY alsa-firmware-buildsize "39 MB">
[7ffd4d7]12 <!ENTITY alsa-firmware-time "less than 0.1 SBU">
[48b7295]13]>
[a027d7d3]14<sect1 id="alsa-firmware" xreflabel="alsa-firmware-&alsa-firmware-version;">
[5976163]15 <?dbhtml filename="alsa-firmware.html"?>
16
17
[a027d7d3]18 <title>alsa-firmware-&alsa-firmware-version;</title>
[5976163]19
20 <indexterm zone="alsa-firmware">
[0c7d410]21 <primary sortas="a-alsa-firmware">alsa-firmware</primary>
[5976163]22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to ALSA Firmware</title>
26
[0c7d410]27 <para>
28 The <application>ALSA Firmware</application> package
29 contains firmware for certain sound cards.
30 </para>
[5976163]31
[181e069f]32 &lfs121_checked;
[a65b5280]33
[5976163]34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
[0c7d410]37 <para>
38 Download (HTTP): <ulink url="&alsa-firmware-download-http;"/>
39 </para>
[5976163]40 </listitem>
41 <listitem>
[0c7d410]42 <para>
43 Download (FTP): <ulink url="&alsa-firmware-download-ftp;"/>
44 </para>
[5976163]45 </listitem>
46 <listitem>
[0c7d410]47 <para>
48 Download MD5 sum: &alsa-firmware-md5sum;
49 </para>
[5976163]50 </listitem>
51 <listitem>
[0c7d410]52 <para>
53 Download size: &alsa-firmware-size;
54 </para>
[5976163]55 </listitem>
56 <listitem>
[0c7d410]57 <para>
58 Estimated disk space required: &alsa-firmware-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &alsa-firmware-time;
64 </para>
[5976163]65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">ALSA Firmware Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
[0c7d410]71 <para role="required">
72 <xref linkend="alsa-tools"/>
73 </para>
[5976163]74
[740012b]75 <bridgehead renderas="sect4">Optional</bridgehead>
[0c7d410]76 <para role="optional">
77 <ulink url="http://www.pjrc.com/tech/8051/">AS31</ulink>
78 (for rebuilding the firmware from source)
79 </para>
[740012b]80
[5976163]81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of ALSA Firmware</title>
85
[0c7d410]86 <para>
87 The <application>ALSA Firmware</application> package is only
88 needed by those with advanced requirements for their sound
89 card. See the README for configure options.
90 </para>
[5976163]91
[0c7d410]92 <para>
93 Install <application>ALSA Firmware</application> by running
94 the following commands:
95 </para>
[5976163]96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
[0c7d410]100 <para>
101 This package does not come with a test suite.
102 </para>
[a0d91227]103
[0c7d410]104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
[5976163]107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
[48b7295]111
[bdf22d74]112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
[831c11e4]118 <segtitle>Installed Directories</segtitle>
[bdf22d74]119
120 <seglistitem>
[0c7d410]121 <seg>
122 None
123 </seg>
124 <seg>
125 None
126 </seg>
127 <seg>
128 Several directories in /lib/firmware and
129 /usr/share/alsa/firmware
130 </seg>
[bdf22d74]131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
[48b7295]136</sect1>
Note: See TracBrowser for help on using the repository browser.