Changeset 7f58d870
- Timestamp:
- 10/12/2004 12:44:06 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fd015ac
- Parents:
- 21aae54
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r21aae54 r7f58d870 1 <!ENTITY day "1 0">1 <!ENTITY day "11"> 2 2 <!ENTITY month "10"> 3 3 <!ENTITY year "2004"> … … 376 376 <!-- Part XII --> 377 377 <!-- Chapter 37 --> 378 <!ENTITY alsa-version "1.0.5"> 379 <!ENTITY alsa-driver-version "&alsa-version;a"> 378 <!ENTITY alsa-version "1.0.4"> 380 379 <!ENTITY alsa-lib-version "&alsa-version;"> 381 380 <!ENTITY alsa-utils-version "&alsa-version;"> 382 381 <!ENTITY alsa-tools-version "&alsa-version;"> 383 <!ENTITY alsa-firmware-version " 1.0.4">382 <!ENTITY alsa-firmware-version "&alsa-version;"> 384 383 <!ENTITY alsa-oss-version "&alsa-version;"> 385 384 <!ENTITY alsa-download-http "http://gd.tuwien.ac.at/opsys/linux/alsa"> -
introduction/welcome/changelog.xml
r21aae54 r7f58d870 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 11th, 2004 [igor]: Reverted to ALSA-1.0.4 to 26 match the LFS-testing kernel drivers. Removed ALSA Driver 27 page.</para></listitem> 24 28 25 29 <listitem><para>October 10th, 2004 [igor]: Added download locations for -
multimedia/libdriv/alsa-lib.xml
r21aae54 r7f58d870 35 35 </sect3> 36 36 37 <sect3><title><application><acronym>ALSA</acronym> Library</application> dependencies</title>38 <sect4><title>Required</title>39 <para><xref linkend="alsa-driver"/>40 </para></sect4>41 </sect3>42 43 37 </sect2> 44 38 … … 46 40 <title>Installation of <application><acronym>ALSA</acronym> Library</application> 47 41 </title> 42 43 <para>In the "Sound" section of the kernel configuration, edit <userinput>Advanced Linux 44 Sound Architecture</userinput> options to match your audio hardware and 45 disable deprecated <userinput>Open Sound System</userinput>. 46 Recompile and install your new kernel.</para> 48 47 49 48 <para>Install <application><acronym>ALSA</acronym> Library</application> by running -
multimedia/libdriv/alsa-utils.xml
r21aae54 r7f58d870 35 35 </sect3> 36 36 37 <!--38 <sect3><title>Additional downloads</title>39 <itemizedlist spacing='compact'>40 <listitem><para>Required Patch: <ulink41 url="&patch-root;/alsa-utils-&alsa-utils-version;-arecord-1.patch"/></para></listitem>42 </itemizedlist></sect3>43 -->44 45 37 <sect3><title><application><acronym>ALSA</acronym> Utilities</application> dependencies</title> 46 38 <sect4><title>Required</title> … … 55 47 56 48 <para>Install <application><acronym>ALSA</acronym> Utilities</application> by running the following commands:</para> 57 <!--58 <screen><userinput><command>patch -Np1 -i ../alsa-utils-&alsa-utils-version;-arecord-1.patch &&59 -->60 49 61 50 <screen><userinput><command>./configure && … … 82 71 those readers who wish to do this.</para> 83 72 84 <para>The <application><acronym>ALSA</acronym> Driver</application> package 85 installs a script as <filename>/etc/rc.d/init.d/alsasound</filename>. While it 86 is possible to use this script, it contains a lot of extraneous detail which 87 isn't needed on an <acronym>LFS</acronym> system. Instead, install the init 73 <para>Install the init 88 74 script <filename>/etc/rc.d/init.d/alsa</filename> included in the 89 75 <xref linkend="intro-important-bootscripts"/> package.</para> -
multimedia/libdriv/alsa.xml
r21aae54 r7f58d870 28 28 and they are now the "standard" sound drivers in the 2.6 stable kernel.</para> 29 29 30 <para>The following six sections of the book deal with the sixseparate31 components of <acronym>ALSA</acronym>: the drivers, thelibraries, the30 <para>The following five sections of the book deal with the five separate 31 components of <acronym>ALSA</acronym>: the libraries, the 32 32 utilities, the tools, the firmware and the <acronym>OSS</acronym> compatibility libraries. 33 33 </para> 34 34 35 35 </sect1> 36 37 38 39 -
multimedia/libdriv/libdriv.xml
r21aae54 r7f58d870 17 17 18 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa-driver.xml"/>20 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa-lib.xml"/> 21 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="alsa-utils.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.