Date: Wed, 7 Jan 1998 06:54:13 -0500 From: Randall Hopper <rhh@ct.picker.com> To: Hostas Red <kong@kkk.ml.org> Cc: multimedia@FreeBSD.ORG Subject: Re: AWE32 under 3.0-CURRENT Message-ID: <19980107065413.62404@ct.picker.com> In-Reply-To: <Pine.BSF.3.96.980107070352.3506A-100000@kong.dorms.spbu.ru>; from Hostas Red on Wed, Jan 07, 1998 at 07:05:10AM %2B0300 References: <Pine.BSF.3.96.980107070352.3506A-100000@kong.dorms.spbu.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <osreldate.h> # 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980107065413.62404>