Ignore:
Timestamp:
09/25/2003 12:34:50 AM (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:
d374b41
Parents:
2f81a4dd
Message:

chapter 42

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

Location:
multimedia/libdriv/alsa/driver
Files:
5 edited

Legend:

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

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Configuring alsa-driver</title>
     2<title>Configuring <application><acronym>ALSA</acronym>-driver</application></title>
    33
    44<sect3><title>Config files</title>
     
    1010<sect3><title>Configuration Information</title>
    1111
    12 <para>To configure the alsa drivers, you need to add some lines to
    13 <filename>/etc/modules.conf</filename>:</para>
     12<para>To configure the <acronym>ALSA</acronym> drivers, you need to add some
     13lines to <filename>/etc/modules.conf</filename>:</para>
    1414
    1515<screen><userinput><command>cat &gt;&gt; /etc/modules.conf &lt;&lt; "EOF"
     
    1717alias char-major-116 snd
    1818
    19 alias snd-card-0 snd-&lt;soundcard-name&gt;
     19alias snd-card-0 snd-<replaceable>[soundcard-name]</replaceable>
    2020
    2121alias sound-slot-0 snd-card-0
     
    2727EOF</command></userinput></screen>
    2828
    29 <para>&lt;soundcard-name&gt; needs to be replaced with the driver relevant
    30 to your soundcard.  If you have more than one soundcard, you can add
    31 additional sections by repeating the above but changing the first 0 to 1 and
    32 so on.</para>
     29<para><replaceable>[soundcard-name]</replaceable> needs to be replaced with the
     30driver relevant to your soundcard.  If you have more than one soundcard, you
     31can add additional sections by repeating the above but changing the first 0 to
     321 and so on.</para>
    3333
    3434<para>After editing <filename>/etc/modules.conf</filename> you need to run
    35 <filename>depmod</filename>.  If the drivers you have compiled are for the
     35<command>depmod</command>.  If the drivers you have compiled are for the
    3636version of the kernel you are currently running, simply run
    37 <screen><userinput><command>depmod</command></userinput></screen>  If you are compiling
    38 drivers for a different kernel version than those you are running, you
    39 will need to use a line along the lines of:
    40 <screen><userinput><command>depmod -a 2.4.19 -F /boot/System.map-2.4.19</command>
    41 </userinput></screen></para>
     37<screen><userinput><command>depmod</command></userinput></screen> 
     38If you are compiling  drivers for a different kernel version than those you are
     39running, you will need to use a line along the lines of:
     40<screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22
     41</command></userinput></screen></para>
    4242
    4343</sect3>
  • multimedia/libdriv/alsa/driver/alsa-driver-desc.xml

    r2f81a4dd r8c3989b2  
    22<title>Contents</title>
    33
    4 <para>The alsa-driver package contains the alsa sound card
    5 drivers and include files.</para>
     4<para>The <application><acronym>ALSA</acronym>-driver</application> package
     5contains the <acronym>ALSA</acronym> sound card drivers and include files.
     6</para>
    67
    78</sect2>
     
    910<sect2><title>Description</title>
    1011
    11 <sect3><title>alsa sound card drivers</title>
    12 <para>These are kernel modules which provide audio and
    13 <acronym>MIDI</acronym> functionality
    14 to the operating system.</para></sect3>
     12<sect3><title><acronym>ALSA</acronym> sound card drivers</title>
     13<para>These are kernel modules which provide audio and <acronym>MIDI</acronym>
     14functionality to the operating system.</para></sect3>
    1515
    1616<sect3><title>include files</title>
    17 <para>These are installed in <filename
    18 class="directory">/usr/include/sound</filename> and are required to compile
    19 certain packages such as alsa-lib.</para></sect3>
     17<para>These are installed in <filename class="directory">/usr/include/sound
     18</filename> and are required to compile certain packages such as
     19<application><acronym>ALSA</acronym>-lib</application>.
     20</para></sect3>
    2021
    2122</sect2>
  • multimedia/libdriv/alsa/driver/alsa-driver-exp.xml

    r2f81a4dd r8c3989b2  
    22<title>Command explanations</title>
    33
    4 <para><command>--with-sequencer=yes</command> : This tells the
    5 alsa-driver package to build the sequencer modules for whichever soundcards
    6 for which you are building. Most people want them so you will usually want to
    7 leave it set to yes.</para>
     4<para><command>--with-sequencer=yes</command> : This tells the <application>
     5<acronym>ALSA</acronym>-driver</application> package to build the sequencer
     6modules for whichever soundcards for which you are building. Most people want
     7them so you will usually want to leave it set to yes.</para>
    88
    99<para><command>--with-oss=yes</command> : This tells the package to
    10 build the <acronym>OSS</acronym>/Free emulation modules. Again, most people want this so it's
    11 probably best to stick with yes.</para>
     10build the <acronym>OSS</acronym>/Free emulation modules. Again, most people
     11want this so it's probably best to stick with yes.</para>
    1212
    1313<para><command>--with-isapnp=no</command> : Most sound cards these days
    1414are <acronym>PCI</acronym> and so <acronym>ISA</acronym> Plug and Play
    15 support isn't needed. If you are using an
    16 <acronym>ISA</acronym> soundcard, it's best to say yes here.</para>
     15support isn't needed. If you are using an <acronym>ISA</acronym> soundcard,
     16it's best to say yes here.</para>
    1717
    1818<para><command>--with-cards=all</command> : You can tell the script just
     
    2020on which drivers are available see <command>./configure
    2121--help</command>. If you aren't sure which chipset your soundcard uses,
    22 have a look in <filename>CARDS-STATUS</filename> in the alsa-driver source
     22have a look in <filename>CARDS-STATUS</filename> in the
     23<application><acronym>ALSA</acronym>-driver</application> source
    2324tree. The default specified here will build all drivers.</para>
    2425
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Installation of <application>alsa-driver</application></title>
     2<title>Installation of <application><acronym>ALSA</acronym>-driver</application></title>
    33
    4 <para>Before installing the alsa-drivers note that in your kernel
    5 configuration you should have <userinput>Sound Card Support
     4<para>Before installing the <acronym>ALSA</acronym> drivers note that in your
     5kernel configuration you should have <userinput>Sound Card Support
    66(CONFIG_SOUND)</userinput> enabled but <emphasis>nothing</emphasis> else in
    77the Sound menu (with the possible exception of TV Card Mixer support.  In
    88particular you should <emphasis>not</emphasis> have <userinput>OSS Sound
    99Modules</userinput> enabled as this will cause problems when loading the
    10 alsa driver modules.</para>
     10<acronym>ALSA</acronym> driver modules.</para>
    1111
    12 <note><para>Because alsa drivers are kernel
     12<note><para>Because <acronym>ALSA</acronym> drivers are kernel
    1313modules, they must be compiled with the same compiler the kernel has
    1414used.</para></note>
    1515
    16 <para>Install <application>alsa-driver</application> using the following
    17 commands as a template:</para>
     16<para>Install <application><acronym>ALSA</acronym>-driver</application> using
     17the following commands as a template:</para>
    1818
    1919<screen><userinput><command>CC=/opt/gcc-2.95.3/bin/gcc ./configure \
     
    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 alsa-driver source tree:
     31using the script provided in the <acronym>ALSA</acronym>-driver source tree:
    3232<screen><userinput><command>./snddevices</command></userinput></screen></para>
    3333
  • multimedia/libdriv/alsa/driver/alsa-driver-intro.xml

    r2f81a4dd r8c3989b2  
    11<sect2>
    2 <title>Introduction to <application>alsa-driver</application></title>
     2<title>Introduction to <application><acronym>ALSA</acronym>-driver</application>
     3</title>
    34
    4 <para>The <application>alsa-driver</application> package contains the alsa sound drivers. These are
     5<para>The <application><acronym>ALSA</acronym>-driver</application> package
     6contains the <acronym>ALSA</acronym> sound drivers. These are
    57the next generation of sound drivers for Linux.</para>
    68
Note: See TracChangeset for help on using the changeset viewer.