Re: 2.1.83: Sound, SB16, Modules, MIDI?

Jim Bray (jb@elentari.cs.wcu.edu)
Sun, 1 Feb 1998 19:23:02 -0500 (EST)


On Sun, 1 Feb 1998, Regis Duchesne wrote:

> don't forget to compile the adlib FM support in your kernel.

I had tried the adlib/opl3 stuff before, but without the

> options adlib_card io=0x388 # FM synthetiser

so it didn't work and I gave up on it.

I am now using

alias char-major-14 sb
post-install sb modprobe "-k" "adlib_card"
options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
options adlib_card io=0x388 # FM synthetiser

The post-install takes care of loading adlib_card. The -k option
keeps everything autoclean. Important that they all load and unload
together.

Everything seems to be working. Thanks for the pointers.

--Jim <a href="http://as220.org/jb"> My Page: as220.org/jb </a>