Re: opl3 and sound blaster

Andrea Arcangeli (arcangeli@mbox.queen.it)
Sun, 11 Jan 1998 15:09:12 +0100 (CET)


On Fri, 2 Jan 1998, Wesley Tanaka wrote:

>Is there a way to get kerneld to load both opl3.o and sb.o in the same fell
>swoop? Is it possible that sb.o be made to artificially (just for the eyes
>of depmod) depend on opl3? (so that the latter gets loaded when the former
>does)

This is my /etc/conf.modules sound part:

alias char-major-14 sb
options uart401 io=0x330 irq=-1
options sb io=0x220 irq=5 dma=1 dma16=5
post-install sb ifconfig awe_wave
post-install awe_wave sfxload synthgm.sbk

As you see you only need to add `; ifconfig opl3' after `...ifconfig
awe_wave'.

Andrea[s] Arcangeli