Ignore:
Timestamp:
09/29/2003 06:17:55 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c8536b3
Parents:
ca89a835
Message:

error reported on blfs-dev and alsa

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

Location:
multimedia/libdriv/alsa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    rca89a835 r8eb94806  
    22<title>Installation of <application><acronym>ALSA</acronym>-driver</application></title>
    33
    4 <para>Before installing the <acronym>ALSA</acronym> drivers note that in your
     4<para>Before installing the <application><acronym>ALSA</acronym></application>
     5drivers note that in your
    56kernel configuration you should have <userinput>Sound Card Support
    67(CONFIG_SOUND)</userinput> enabled but <emphasis>nothing</emphasis> else in
     
    89particular you should <emphasis>not</emphasis> have <userinput>OSS Sound
    910Modules</userinput> enabled as this will cause problems when loading the
    10 <acronym>ALSA</acronym> driver modules.</para>
     11<application><acronym>ALSA</acronym></application> driver modules.</para>
    1112
    12 <note><para>Because <acronym>ALSA</acronym> drivers are kernel
    13 modules, they must be compiled with the same compiler the kernel has
     13<note><para>Because <application><acronym>ALSA</acronym></application> drivers
     14are kernel modules, they must be compiled with the same compiler the kernel has
    1415used.</para></note>
    1516
     
    2728make install</command></userinput></screen>
    2829
    29 <para>If this is the first time you have installed the alsa drivers, you
     30<para>If this is the first time you have installed the
     31<application><acronym>ALSA</acronym></application> drivers, you
    3032will need to create the <filename class="directory">/dev</filename> entries
    31 using the script provided in the <acronym>ALSA</acronym>-driver source
     33using the script provided in the
     34<application><acronym>ALSA</acronym></application> driver source
    3235tree:</para>
    3336<screen><userinput><command>./snddevices</command></userinput></screen>
  • multimedia/libdriv/alsa/utils/alsa-utils-config.xml

    rca89a835 r8eb94806  
    2222script <filename>/etc/rc.d/init.d/alsa</filename>.</para>
    2323
    24 <para>To create the alsa script, do the following:</para>
     24<para>To create the <application><acronym>ALSA</acronym></application> script, do the following:</para>
    2525
    2626<screen><userinput><command>cat &gt; /etc/rc.d/init.d/alsa &lt;&lt; "EOF"</command>
Note: See TracChangeset for help on using the changeset viewer.