From owner-freebsd-multimedia Wed Jan 7 03:56:56 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA19273 for multimedia-outgoing; Wed, 7 Jan 1998 03:56:56 -0800 (PST) (envelope-from owner-freebsd-multimedia) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA19254 for ; Wed, 7 Jan 1998 03:56:51 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 7 Jan 1998 6:55:14 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA14816; Wed, 7 Jan 98 06:55:09 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA22258; Wed, 7 Jan 1998 06:54:13 -0500 Message-Id: <19980107065413.62404@ct.picker.com> Date: Wed, 7 Jan 1998 06:54:13 -0500 From: Randall Hopper To: Hostas Red Cc: multimedia@FreeBSD.ORG Subject: Re: AWE32 under 3.0-CURRENT References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Hostas Red on Wed, Jan 07, 1998 at 07:05:10AM +0300 Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hostas Red: |How can I play midi-files on AWE Synth under 3.0-CURRENT? Can't get a bit |of info on it... John-Mark's in the process of checking the driver in. After that, I'll submit the ports. For now though, you just need to apply a kernel patch and compile a few ports. For details, see: http://multiverse.com/~rhh/awedrv The only bit not mentioned on the page is that for 3.0-current, you may need to remove this #ifdef block at the top of /usr/src/sys/gnu/i386/isa/sound/awe_config.h after applying the kernel patch: #ifdef __FreeBSD__ # define AWE_OBSOLETE_VOXWARE # if __FreeBSD__ >= 2 # include # if __FreeBSD_version >= 300000 # undef AWE_OBSOLETE_VOXWARE # endif #endif #endif This is because it's apparently not kosher to include some (any?) /usr/include files in kernel source. Randall