From owner-freebsd-multimedia Sat Dec 20 18:14:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA00147 for multimedia-outgoing; Sat, 20 Dec 1997 18:14:58 -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 SAA00137 for ; Sat, 20 Dec 1997 18:14:53 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Sat, 20 Dec 1997 21:11:57 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA07936; Sat, 20 Dec 97 21:11:57 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id VAA06681; Sat, 20 Dec 1997 21:11:26 -0500 Message-Id: <19971220211126.23830@ct.picker.com> Date: Sat, 20 Dec 1997 21:11:26 -0500 From: Randall Hopper To: Conrad Sabatier Cc: Luigi Rizzo , multimedia@freebsd.org, dstenn@fanfic.org, ache@nagual.pp.ru, luoqi@watermarkgroup.com, "Jordan K. Hubbard" Subject: Re: SB AWE64 support References: <199712090450.FAA00293@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Conrad Sabatier on Sun, Dec 14, 1997 at 11:20:35AM -0000 Sender: owner-freebsd-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Conrad Sabatier: |On 09-Dec-97 Luigi Rizzo wrote: |>> > Try the AWE32 driver from |>> > http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/, it supports AWE |>> > wavetable synth. Driver in -current only supports FM synth which |>> > sounds really pathetic. Maybe we should commit this new driver, I |>> > have been running it with -stable for month without any problem. |>> |>> Sounds good to me. I assume that Amancio and Luigi are still the |>> "point men" on the sound driver these days? |> |> I think -- may be wrong -- that Randall imported the awe support this |> summer, and the relevant bits are probably already in guspnp (thus in |> -current). Then it might well be that by default /dev/synth uses the FM |> synth instead of the wavetable, but that should be trivial to fix. | |Before committing this, someone needs to take a look at the memory probe. I |recently added the 24 meg memory module to my AWE 64, but only the original |512K is detected at startup (which is odd, considering that with the "value" |AWE 64, this original memory is supposed to be disabled/replaced by the |module's memory). | |Sfxload will not load the larger (for example, 8 meg GM) sound fonts, either. Just ported the latest AWE driver & related package to -current (and -stable) and asked John-Mark if he'd commit it for me. Once that's done, I'll pass the ports to Satoshi. http://multiverse.com/~rhh/awedrv/ if you want a preview. Conrad, just a thought -- have you tried defining AWE_DEFAULT_MEM_SIZE to override the driver mem detection. It'd be interesting to see if that works. Let me know, and we can dig into the driver and see why the auto-detection algorithm doesn't seem to be working for that massive amount of wavetable mem you have :-) For another datapoint, you might try the 0.4.2c driver on the my web page (URL above). One other thing you might check (you probably already have). Are there any jumpers or Windoze setup-type programs for the AWE64 that might let you set the amount of memory installed (or force the card to reprobe itself and update any CMOS/EEPROM settings it might have?) Randall