patch-2.3.26 linux/Documentation/sound/Introduction
Next file: linux/Documentation/sound/OPL3-SA2
Previous file: linux/Documentation/sound/CMI8330
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Sat Nov 6 10:38:40 1999
- Orig file:
v2.3.25/linux/Documentation/sound/Introduction
- Orig date:
Mon Jul 5 20:04:47 1999
diff -u --recursive --new-file v2.3.25/linux/Documentation/sound/Introduction linux/Documentation/sound/Introduction
@@ -145,7 +145,7 @@
=========
If loading via modprobe, these common files are automatically loaded
-when requested by modprobe. For example, my /etc/conf.modules contains:
+when requested by modprobe. For example, my /etc/modules.conf contains:
alias sound sb
options sb io=0x240 irq=9 dma=3 dma16=5 mpu_io=0x300
@@ -205,7 +205,7 @@
driver, you should do the following:
1. remove sound modules (detailed above)
-2. remove the sound modules from /etc/conf.modules
+2. remove the sound modules from /etc/modules.conf
3. move the sound modules from /lib/modules/<kernel>/misc
(for example, I make a /lib/modules/<kernel>/misc/tmp
directory and copy the sound module files to that
@@ -241,7 +241,7 @@
sb.o could be copied (or symlinked) to sb1.o for the
second SoundBlasster.
-2. Make a second entry in /etc/conf.modules, for example,
+2. Make a second entry in /etc/modules.conf, for example,
sound1 or sb1. This second entry should refer to the
new module names for example sb1, and should include
the I/O, etc. for the second sound card.
@@ -333,7 +333,7 @@
2) On the command line when using insmod or in a bash script
using command line calls to load sound.
-3) In /etc/conf.modules when using modprobe.
+3) In /etc/modules.conf when using modprobe.
4) Via Red Hat's /usr/sbin/sndconfig program (text based).
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)