Ignore:
Timestamp:
09/27/2003 06:46:10 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:
0f47226
Parents:
009b52f
Message:

seperating para and screen sections

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

Location:
multimedia/libdriv
Files:
4 edited

Legend:

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

    r009b52f ra75063d4  
    3434<para>After editing <filename>/etc/modules.conf</filename> you need to run
    3535<command>depmod</command>.  If the drivers you have compiled are for the
    36 version of the kernel you are currently running, simply run
     36version of the kernel you are currently running, simply run</para>
    3737<screen><userinput><command>depmod</command></userinput></screen> 
    38 If you are compiling  drivers for a different kernel version than those you are
    39 running, you will need to use a line along the lines of:
     38<para>If you are compiling  drivers for a different kernel version than those
     39you are running, you will need to use a line along the lines of:</para>
    4040<screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22
    41 </command></userinput></screen></para>
     41</command></userinput></screen>
    4242
    4343</sect3>
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r009b52f ra75063d4  
    2929<para>If this is the first time you have installed the alsa drivers, you
    3030will need to create the <filename class="directory">/dev</filename> entries
    31 using the script provided in the <acronym>ALSA</acronym>-driver source tree:
    32 <screen><userinput><command>./snddevices</command></userinput></screen></para>
     31using the script provided in the <acronym>ALSA</acronym>-driver source
     32tree:</para>
     33<screen><userinput><command>./snddevices</command></userinput></screen>
    3334
    3435</sect2>
  • multimedia/libdriv/alsa/utils/alsa-utils-config.xml

    r009b52f ra75063d4  
    6868chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen>
    6969
    70 <para>You can then create the appropriate symlinks:
     70<para>You can then create the appropriate symlinks:</para>
    7171<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7272ln -sf ../init.d/alsa ../rc0.d/K35alsa &amp;&amp;
     
    7676ln -sf ../init.d/alsa ../rc4.d/S40alsa &amp;&amp;
    7777ln -sf ../init.d/alsa ../rc5.d/S40alsa &amp;&amp;
    78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen></para>
     78ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen>
    7979
    8080<para>Note that all channels of your soundcard are muted by default. You can
     
    8686there is no state in <filename>/etc/asound.state</filename>.  You can
    8787prevent this by running the following commands after installing
    88 <application><acronym>ALSA</acronym>-utils</application>:
     88<application><acronym>ALSA</acronym>-utils</application>:</para>
    8989<screen><userinput><command>touch /etc/asound.state &amp;&amp;
    90 alsactl store</command></userinput></screen></para>
     90alsactl store</command></userinput></screen>
    9191
    9292<para>A final note is that the lines loading <filename>sfxload</filename>
  • multimedia/libdriv/esound/esound-inst.xml

    r009b52f ra75063d4  
    55commands:</para>
    66
    7 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    88make &amp;&amp;
    9 make install</command></userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
Note: See TracChangeset for help on using the changeset viewer.