At 3/10/99 2:22:00 AM, you wrote:
> Hi there, I just compiled the kernel 2.2.2 wich is working fine for now, well with 
>it there�s also a big problem, it doens�t load the sound modules in the beginning... 
>at the startup, well it just gives an error and easch time I load I have to do a modpr
>obe sb io=0x220 IRQ=5 DMA=1 DMA16=1 for the sound works... Well I just made an alias 
>with that... wich makes things more easy, but what the hell is going wrong with this 
>kernel module loader? It should work right?
>

You just need to put the parameters in /etc/conf.modules.
------------------------------------------------------
conf.modules entry:
--------------------------------------------------------
alias char-major-14       sound
alias sound               sb
options sb  io=0x220 irq=5  dma=1 dma16=5 mpu_io=0x330

Then you should be able to turn sound on with
modprobe sb

or if you have an awe add:

insmod awe_wave

Also soundon should work with OSS

-
To get out of this list, please send email to [EMAIL PROTECTED] with
this text in its body: unsubscribe suse-linux-e
Check out the SuSE-FAQ at http://www.suse.com/Support/Doku/FAQ/ and the
archive at http://www.suse.com/Mailinglists/suse-linux-e/index.html

Reply via email to