From owner-freebsd-hardware Sat Aug 2 08:12:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA27010 for hardware-outgoing; Sat, 2 Aug 1997 08:12:00 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id IAA27003 for ; Sat, 2 Aug 1997 08:11:57 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 2 Aug 1997 11:10:52 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA04238; Sat, 2 Aug 97 11:10:50 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id LAA16506; Sat, 2 Aug 1997 11:08:25 -0400 Message-Id: <19970802110825.42121@ct.picker.com> Date: Sat, 2 Aug 1997 11:08:25 -0400 From: Randall Hopper To: Thomas J Balfe , Chris Dillon Cc: hardware@FreeBSD.ORG Subject: Re: AWE32 References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Thomas J Balfe on Fri, Aug 01, 1997 at 06:24:19AM -0400 Sender: owner-freebsd-hardware@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thomas J Balfe: |Has any gotten the AWE32 to work with 2.2.2R? Chris Dillon: |I have my AWE32 somewhat working under 2.2-STABLE with OSS/FreeBSD ... |The only problem I have with OSS at the moment is that it doesn't see all |the RAM (8MB) on *MY* card (apparently this problem occurs only with some |older cards.. i have a legacy AWE32), so I can't load any SoundFonts into |it. Otherwise, it works fine when playing MIDI via the ROM banks with OSS. The checked-in driver works, but recent versions are more capable. BTW, you can load patch files up to your SB32's/AWE32's installed memory capacity. Grab the 0.4.0 driver from here, and pop in the few kernel files: http://multiverse.com/~rhh/awedrv/ Build a new kernel with: controller snd0 device pas0 at isa? port 0x388 irq 10 drq 3 vector pasintr 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 device awe0 at isa? port 0x620 Then the tools at the same URL will work for you. To play MIDIs, run this once after each boot (add to rc.local): sfxload -i /dos/c/awe32/sfbank/synthgm.sbk (or favorite SBK/SF2) and then run: drvmidi For playing MODs, 669s, MTMs, S3Ms, or ULTs, run xgmod/gmod. For cool synth sound in Doom, graph the Doom Music Server patch & plug it in. If you have a PnP, you'll need to use Sujal Patel's ISA PnP tools to get the card inited before the driver will work. A couple URLs to it: http://www.freefall.org/~smpatel/FreeBSD-ISA_PnP_June8.tar.gz ftp://rah.star-gate.com/pub/FreeBSD-ISA_PnP_June8.tar.gz Zoltan Sebestyen posted to one of the mailing lists very recently reporting success with this and the AWE driver on his SB32 PnP (basically the same card as an AWE32, but no mem installed by default). Hope this helps. Randall Hopper