source: multimedia/libdriv/alsa-firmware.xml@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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