On 23-Mar-99 Eric Lum wrote:
> 
> Does anyone here have any experience with making this sound chip work under
> SuSE Linux 6.0?; it's attached to the motherboard (Intel 440LX), so is not a
> true isa sound card at all, so I don't know if working the soundconf module
> does anything. The only information I have about it, I gained from reading
> hardware device info, under Win98, as follows:
> 
> Device: YAMAHA OPL3-SAx WDM Driver
> Resources:
>       IRQ: 05
>       I/O: 0220h - 022Fh
>       I/O: 0530h - 0537h
>       I/O: 0388h - 038Fh
>       I/O: 0330h - 0331h
>       I/O: 0370h - 0371h
>       DMA: 00
>       DMA: 01
> 
> I tried as many combinations with the kernel as I could, using MSS/WSS,
> Yamaha OPL3-SA1, 2, Soundblaster, whatever. No luck (I don't quite
> understand what all the I/O references mean, what they refer to). I also
> tried using the latest OSS package downloaded from their site, but I get an
> 'incompatible kernel' error when I run it (I'm running 2.2.3). Any tips out
> there?
> 
> Eric

Eric,

You're in luck. I have the same running. I messed around with it for awhile
until I read a little page setup by the guy who wrote the yamaha driver.
Following those directions, I came up with this. It does work.

With kernel 2.2.3:

<*> OSS sound modules
        <M> 100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support
        <M> Generic OPL2/OPL3 FM synthesizer support
        <M> Microsoft Sound System support
        <M> Support for Yamaha OPL3-SA2, SA3, and SAx based PnP cards
        <M> SoftOSS software wave table engine
        <M> FM synthesizer (YM3812/OPL-3) support
        <M> Loopback MIDI device suppor
then:

insmod mpu401
insmod ad1848 irq=11
insmod opl3sa2 io=0x370 mss_io=0x530 irq=5 dma=0 dma2=3
insmod opl3 io=0x388

You can also put these it /sbin/init.d/boot.local/  and have them load
on boot.

**HINT**: turn the BIOS "PNP OS" option "OFF". This makes all the difference
in the world.

--
Danny Kephart
E-Mail: [EMAIL PROTECTED]
Date: 23-Mar-99
Time: 14:24:10 CST
--
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