From owner-freebsd-multimedia Thu Feb 26 19:03:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA04962 for freebsd-multimedia-outgoing; Thu, 26 Feb 1998 19:03:35 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA04949 for ; Thu, 26 Feb 1998 19:03:30 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 26 Feb 1998 22:02:25 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA26117; Thu, 26 Feb 98 22:02:24 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA11270; Thu, 26 Feb 1998 22:02:15 -0500 Message-Id: <19980226220215.61493@ct.picker.com> Date: Thu, 26 Feb 1998 22:02:15 -0500 From: Randall Hopper To: John-Mark Gurney Cc: multimedia@FreeBSD.ORG Subject: Re: AWE64 (was Re: bktr NTSC -> PAL) Mail-Followup-To: John-Mark Gurney , multimedia@FreeBSD.ORG References: <199802260435.WAA04862@compound.east.sun.com> <19980226070507.51454@ct.picker.com> <19980226175841.47296@hydrogen.nike.efn.org> <19980226210930.38753@ct.picker.com> <19980226181426.33223@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19980226181426.33223@hydrogen.nike.efn.org>; from John-Mark Gurney on Thu, Feb 26, 1998 at 06:14:26PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org John-Mark Gurney: |well, now that I have it building... I don't get any sound out when |I try and play it... is there a step that you have to load the patches |onto the sound card or something? the docs that come with it don't |say... and the awe32 that I have has 512k ram (going to upgrade it to |2megs soon) | |awe0 at 0x620 on isa |awe0: Right. Use awesfx to load some MIDI patches before using awemidi/playmidi. You'll also have to reload them after running gmod since it loads the patches from the MOD/669/etc. files in place of what's in wavetable mem. For example, I have this in my rc.local: # Load up AWE driver samples if dmesg | grep -q "^awe0:"; then echo "Loading AWE Driver Samples" nice -20 /usr/local/bin/sfxload -i -V 100 /dos/c/sb32/sfbank/guit_gm.sbk & fi and these useful aliases in my csh.cshrc: setenv AWELIB /dos/c/sb32/sfbank alias awe-gm 'sfxload $AWELIB/synthgm.sbk' alias awe-gs 'sfxload $AWELIB/synthgs.sbk' alias awe-guit 'sfxload $AWELIB/guit_gm.sbk' There's more on this on the http://multiverse.com/~rhh/awedrv page at the bottom. |well.. hit a problem... the awe_voice.h wasn't being installed... do |you mind if we install it in /usr/include/machine? because that would be |the best place for it... I'm also going to send mail to Bruce about it |as we would need to create gnu/i386/include along with modifing the |makefile in src/include... Really? It's at sys/gnu/i386/isa/sound. I thought I'd modified the ports to look for it here on FreeBSD, but maybe I missed one. However, to your suggestion, having it deliver/install itself in /usr/include/machine would be better. On Linux, it is delivered in /usr/include/linux along with soundcard.h. This would also remove the dependency on the kernel source tree being installed to build the AWE ports. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message