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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.4 9.0 9.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 59417918 was 59417918, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Tag most of multimedia and dependencies

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

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