Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Mar 1996 01:33:59 -0800 (PST)
From:      Doug White <dwhite@riley-net170-164.uoregon.edu>
To:        Mitch Shaw <zeidaot@l1.conline.com>
Cc:        "'questions@freebsd.org'" <questions@freebsd.org>
Subject:   Re: AWE32 under FreeBSD 2.1
Message-ID:  <Pine.BSF.3.91.960331013232.1054C-100000@riley-net170-164.uoregon.edu>
In-Reply-To: <01BB1D04.9B49CB80@dal2-5.conline.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 29 Mar 1996, Mitch Shaw wrote:

> I'm having a problem with my AWE32 running FreeBSD. I've added the following
> code to my kernel just so I could listen to play and listen to cd's in X.
> 
> controller		snd0
> device			sb0 at isa? port -x220 irq 5 drq 1 vector sbintr
> device			sbxvi0 at isa? drq 5
> device			sbmidi at isa? port 0x300


I have an AWE32 using the default settings (0x220, IRQ 5, dma 1,5) and 
are using the following kernel config lines with success:

controller              snd0
device          sb0     at isa? port 0x220 irq 5 drq 1 vector sbintr
device          sbxvi0  at isa? drq 5
device          sbmidi0 at isa? port 0x330
device          opl0    at isa? port 0x388

Here is the probe:

sb0 at 0x220 irq 5 drq 1 on isa
sb0: <SoundBlaster 16 4.12>
sbxvi0 at 0x0 drq 5 on isa
sbxvo0: <SoundBlaster 16 4.12>
sbmidi0 at 0x330 on isa
 <SoundBlaster MPU-401>
opl0 at 0x388 on isa
opl0: <Yamaha OPL-3 FM>

Remember: the AWE32 is a SB16 with an ASP, a wavetable chip & SIMM 
slots off the back.  :-)

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960331013232.1054C-100000>