diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-18 17:45:15 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2001-10-18 17:45:15 +0000 |
commit | 283343a1039d661186d3b9579354919c4c4c57d6 (patch) | |
tree | ab340548c4512191b17d5581863c3790a9572fa0 /app-doc | |
parent | Changed /etc/modules to /etc/modules.autoload. (diff) | |
download | gentoo-2-283343a1039d661186d3b9579354919c4c4c57d6.tar.gz gentoo-2-283343a1039d661186d3b9579354919c4c4c57d6.tar.bz2 gentoo-2-283343a1039d661186d3b9579354919c4c4c57d6.zip |
Changed /etc/modules to /etc/modules.autoload and commented out the
kerneld alias stuff for alsa since I stopped using it.
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/gentoo-web/files/xml/desktop.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-doc/gentoo-web/files/xml/desktop.xml b/app-doc/gentoo-web/files/xml/desktop.xml index 8baaf684863a..493b1ec681ee 100644 --- a/app-doc/gentoo-web/files/xml/desktop.xml +++ b/app-doc/gentoo-web/files/xml/desktop.xml @@ -11,7 +11,7 @@ and samba (unix/windows interoperability). </abstract> -<version>0.22</version> +<version>0.23</version> <date>18 Oct 2001</date> <chapter> @@ -239,9 +239,9 @@ see the Gentoo FAQ: <uri>http://www.gentoo.org/doc/faq.html</uri>. </p> <pre> -# <i>nano /etc/modules</i> +# <i>nano /etc/modules.autoload</i> </pre> -<pre caption="modules.conf with Alsa modules"> +<pre caption="modules.autoload with Alsa modules"> # Put modules to be loaded, with arguments, one per line # The following lines will be called with "modprobe" @@ -260,10 +260,11 @@ a very good idea to make sure the <e>snd-pcm-oss</e> line is also in there. </p> <warn> Whatever you do, don't add kernel modules to -<path>/etc/modules.conf</path>. The <path>/etc/modules.conf</path> +<path>/etc/modules.conf</path> (if it exists). The <path>/etc/modules.conf</path> file is autogenerated at boot time, so any changes made there will be lost. </warn> +<!-- <p>Now we set up the <e>kerneld</e> aliases.</p> <pre> # <i>nano /etc/modules/2.4.4-ac9</i> @@ -289,6 +290,7 @@ Again, you'll want to replace <e>snd-card-emu10k1</e> with your sound card and kernel version <e>2.4.4-ac9</e> with your kernel version. </p> +--> <p>You should also verify that <path>/etc/devfsd.conf</path> has the alsa devices and permissions correctly registered.</p> <pre> @@ -386,7 +388,7 @@ in the usual manner (<uri>http://www.linuxdoc.org/HOWTO/Kernel-HOWTO.html</uri>). If you choose to compile the sound driver as a module (not compile it directly into the kernel), they you need to add -the module name (without the .o extension) to <path>/etc/modules</path> +the module name (without the .o extension) to <path>/etc/modules.autoload</path> (rc6+ users) or <path>/etc/rc.d/config/modules</path> (pre-rc6 users).</p> <p> |