source: multimedia/libdriv/alsa/driver/alsa-driver-config.xml@ 7c92268

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_1 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7c92268 was 237b6d9, checked in by Larry Lawrence <larry@…>, 21 years ago

chapter 42

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

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[64bc4bd]1<sect2>
[237b6d9]2<title>Configuring <application><acronym>ALSA</acronym> Driver</application></title>
[64bc4bd]3
4<sect3><title>Config files</title>
5
[e80cc95]6<para><filename>/etc/modules.conf</filename></para>
[64bc4bd]7
8</sect3>
9
10<sect3><title>Configuration Information</title>
11
[8c3989b2]12<para>To configure the <acronym>ALSA</acronym> drivers, you need to add some
13lines to <filename>/etc/modules.conf</filename>:</para>
[64bc4bd]14
[da23cf6a]15<screen><userinput><command>cat &gt;&gt; /etc/modules.conf &lt;&lt; "EOF"
[64bc4bd]16alias char-major-14 soundcore
17alias char-major-116 snd
18
[8c3989b2]19alias snd-card-0 snd-<replaceable>[soundcard-name]</replaceable>
[64bc4bd]20
21alias sound-slot-0 snd-card-0
22
23alias sound-service-0-0 snd-mixer-oss
24alias sound-service-0-1 snd-seq-oss
25alias sound-service-0-3 snd-pcm-oss
26alias sound-service-0-8 snd-seq-midi
[da23cf6a]27EOF</command></userinput></screen>
[64bc4bd]28
[8c3989b2]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>
[64bc4bd]33
34<para>After editing <filename>/etc/modules.conf</filename> you need to run
[8c3989b2]35<command>depmod</command>. If the drivers you have compiled are for the
[a75063d4]36version of the kernel you are currently running, simply run</para>
[8c3989b2]37<screen><userinput><command>depmod</command></userinput></screen>
[a75063d4]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>
[8c3989b2]40<screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22
[a75063d4]41</command></userinput></screen>
[64bc4bd]42
43</sect3>
44
45</sect2>
Note: See TracBrowser for help on using the repository browser.