Yamaha OPL3-SAx Sound Card in 2.2.5or 2.2.6 using Luigi Drivers

Yamaha OPL3-SAx Sound Card in 2.2.5or 2.2.6 using Luigi Drivers

Post by mFp » Thu, 23 Apr 1998 04:00:00



Anyone know how to setup FreeBSD to use a OPL3-SAx sound card(PnP)
I read Luigi's Driver read me but it doesn't look like it would work and
it didn't...Everything is in the kernel but the Sound Driver (pcm0 i
believe), can anyone help, thanks.

 
 
 

Yamaha OPL3-SAx Sound Card in 2.2.5or 2.2.6 using Luigi Drivers

Post by Peter Dosh » Sat, 25 Apr 1998 04:00:00



> Anyone know how to setup FreeBSD to use a OPL3-SAx sound card(PnP)
> I read Luigi's Driver read me but it doesn't look like it would work and
> it didn't...Everything is in the kernel but the Sound Driver (pcm0 i
> believe), can anyone help, thanks.

I have the same sound card.  I've compiled the following into the
kernel:

# sound section, peter doshi, pasted from FreeBSD 2.2.5
controller      snd0
device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
device opl0     at isa? port 0x388

So that's the old voxware drivers.

Also, you need to disable PnP in your BIOS.  That was a crucial step.

Also,
        # cd /dev/
        # ./MAKEDEV snd0

Peter

 
 
 

Yamaha OPL3-SAx Sound Card in 2.2.5or 2.2.6 using Luigi Drivers

Post by mFp » Sun, 26 Apr 1998 04:00:00


Thanks, I really need this...Win 95 hates my sound card....I really want a old
Non-PnP card



> > Anyone know how to setup FreeBSD to use a OPL3-SAx sound card(PnP)
> > I read Luigi's Driver read me but it doesn't look like it would work and
> > it didn't...Everything is in the kernel but the Sound Driver (pcm0 i
> > believe), can anyone help, thanks.

> I have the same sound card.  I've compiled the following into the
> kernel:

> # sound section, peter doshi, pasted from FreeBSD 2.2.5
> controller      snd0
> device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector sbintr
> device opl0     at isa? port 0x388

> So that's the old voxware drivers.

> Also, you need to disable PnP in your BIOS.  That was a crucial step.

> Also,
>         # cd /dev/
>         # ./MAKEDEV snd0

> Peter

 
 
 

Yamaha OPL3-SAx Sound Card in 2.2.5or 2.2.6 using Luigi Drivers

Post by Jesse Rosenberge » Thu, 30 Apr 1998 04:00:00


That's weird.  I have the same sound card running in a win95 machine,
and have had no problems with it at all...Plug-n-Pray even found it, but
it still asked me for the driver disk, but the sound output is truly
amazing.

Jesse Rosenberger


> Thanks, I really need this...Win 95 hates my sound card....I really
> want a old
> Non-PnP card



> > > Anyone know how to setup FreeBSD to use a OPL3-SAx sound card(PnP)

> > > I read Luigi's Driver read me but it doesn't look like it would
> work and
> > > it didn't...Everything is in the kernel but the Sound Driver (pcm0
> i
> > > believe), can anyone help, thanks.

> > I have the same sound card.  I've compiled the following into the
> > kernel:

> > # sound section, peter doshi, pasted from FreeBSD 2.2.5
> > controller      snd0
> > device sb0      at isa? port 0x220 irq 7 conflicts drq 1 vector
> sbintr
> > device opl0     at isa? port 0x388

> > So that's the old voxware drivers.

> > Also, you need to disable PnP in your BIOS.  That was a crucial
> step.

> > Also,
> >         # cd /dev/
> >         # ./MAKEDEV snd0

> > Peter