Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
Espaņol
SuSE Linux: Versions since 6.1
Kernel: Versions since 2.2
kernmod
package and are installed by default. If you have already compiled your
own kernel, please reinstall the kernmod
package and one of
the original kernels from the installation CDROM with YaST.
Complete the following steps:
root
open the file /etc/conf.modules
with your favorite text editor.
alias char-major-14 off alias sound off alias midi offand place the comment symbol "#" in front of each one, for example:
#alias char-major-14 off #alias sound off #alias midi off
An example section for a Soundblaster compatible card is, for example:
#***************************************************************************** # module : sb.o Soundblaster 16, SB Pro + Clones # Also needed for AWE32/64 # # Documentation available in /usr/src/linux/Documentation/sound/Soundblaster # and in /usr/src/linux/drivers/sound/sb.c . # # Possible configuration : # # alias char-major-14 sb # post-install sb /sbin/modprobe "-k" "adlib_card" # options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330 # options adlib_card io=0x388
alias char-major-14 sb post-install sb /sbin/modprobe "-k" "adlib_card" options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330 options adlib_card io=0x388
cat /dev/sndstatYou should recieve an output SIMILAR to this:
OSS/Free:3.8s2++-971130 Load type: Driver loaded as a module Kernel: Linux Heron 2.2.5 #3 Fri Apr 2 17:04:34 MEST 1999 i686 Config options: 0 Installed drivers: Card config: Audio devices: 0: AD1816 audio driver (DUPLEX) Synth devices: 0: Yamaha OPL3 Midi devices: Timers: 0: System clock Mixers: 0: AD1816 audio driver
kmix
(Pakage kmulti
, Series kde
) or
xmix
(Pakage xmix
, Series snd
)
to test the speakers. A description of how to do this is included in
section 12.3 of the SuSE 6.1 manual.
lsmodYou should receive an output on your screen such as:
Module Size Used by opl3 10728 0 (autoclean) ad1816 7760 0 (autoclean) sound 55460 0 (autoclean) [opl3 ad1816] soundlow 208 0 (autoclean) [sound] soundcore 2084 5 (autoclean) [sound] serial 41940 0 (autoclean) memstat 1352 0 (unused)Most important is that the modules
sound
,
soundlow
and soundcore
were loaded.
modprobe soundcore modprobe soundlow modprobe sound modprobe opl3 modprobe
/etc/conf.modules
accordingly. Please read the Manpage:
man conf.modulesin addition to section 13.2 of the 6.1 SuSE Linux manual.
Keywords: 2.2, SOUNDCARD, MODULE, AUDIO, /DEV/SNDSTAT, CONF.MODULES, KERNEL
Categories:
Sound
Mainpage
Searchform
History
Versions
Categories
Contents
Deutsch
Espaņol