source: multimedia/libdriv/alsa-firmware.xml@ 3ff7901

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon trunk xry111/llvm18
Last change on this file since 3ff7901 was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 3.6 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 " ">
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
18 <title>alsa-firmware-&alsa-firmware-version;</title>
19
20 <indexterm zone="alsa-firmware">
21 <primary sortas="a-alsa-firmware">alsa-firmware</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to ALSA Firmware</title>
26
27 <para>
28 The <application>ALSA Firmware</application> package
29 contains firmware for certain sound cards.
30 </para>
31
32 &lfs120_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&alsa-firmware-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&alsa-firmware-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &alsa-firmware-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &alsa-firmware-size;
54 </para>
55 </listitem>
56 <listitem>
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>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">ALSA Firmware Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="alsa-tools"/>
73 </para>
74
75 <bridgehead renderas="sect4">Optional</bridgehead>
76 <para role="optional">
77 <ulink url="http://www.pjrc.com/tech/8051/">AS31</ulink>
78 (for rebuilding the firmware from source)
79 </para>
80
81 </sect2>
82
83 <sect2 role="installation">
84 <title>Installation of ALSA Firmware</title>
85
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>
91
92 <para>
93 Install <application>ALSA Firmware</application> by running
94 the following commands:
95 </para>
96
97<screen><userinput>./configure --prefix=/usr &amp;&amp;
98make</userinput></screen>
99
100 <para>
101 This package does not come with a test suite.
102 </para>
103
104 <para>
105 Now, as the <systemitem class="username">root</systemitem> user:
106 </para>
107
108<screen role="root"><userinput>make install</userinput></screen>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directories</segtitle>
119
120 <seglistitem>
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>
131 </seglistitem>
132 </segmentedlist>
133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.