From owner-freebsd-multimedia Fri Jan 17 19:44:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA18955 for multimedia-outgoing; Fri, 17 Jan 1997 19:44:22 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id TAA18950 for ; Fri, 17 Jan 1997 19:44:19 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 17 Jan 1997 22:43:16 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA01889; Fri, 17 Jan 97 22:43:14 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA03040; Fri, 17 Jan 1997 22:41:29 -0500 Message-Id: Date: Fri, 17 Jan 1997 22:41:29 -0500 From: rhh@ct.picker.com (Randall Hopper) To: dwhite@resnet.uoregon.edu (Doug White) Cc: multimedia@freebsd.org Subject: Re: /dev/audio References: X-Mailer: Mutt 0.57 Mime-Version: 1.0 In-Reply-To: ; from Doug White on Jan 16, 1997 16:48:43 -0800 Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug White: |> Installed drivers: |> Type 1: OPL-2/OPL-3 FM |> Type 2: SoundBlaster |> Type 6: SoundBlaster16 |> Type 20: AWE32 Synth |> Type 7: SB16 MIDI | |This must be patched; I didn't think the voxware drivers supported the |AWE32. Jordan committed an AWE32 driver I ported from Linux to the 2.2 and 3.0-current branches a few months ago, so it's not necessarily patched. It adds EMU-8000 Synth support. |> SoundBlaster at 0x220 irq 5 drq 0 |> SoundBlaster16 at 0x0 irq 65535 drq 5 |> (SB16 MIDI at 0x300 irq 65535 drq 4294967295) |> AWE32 Synth at 0x620 irq 65535 drq 4294967295 |> OPL-2/OPL-3 FM at 0x388 irq 65535 drq 4294967295 Comparing to my Sound Blaster 32 config, most of this looks identical to my config except for 3 things potentially. 1) I'm assuming you've disabled the pas0 device (noticed you've got PAS support compiled in). Probably doesn't make any difference (shouldn't be probed), but something to try. The PAS's sound blaster emulation is the only thing that makes me wonder. 2) Low DRQ on SoundBlaster isn't set -- typically set to DRQ 1. Did your sb0 line in your kernel file look something like this?: device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr 3) Your SB16 MIDI port is 300. This is typically set to 330. This is irrelevent to cating to /dev/audio -- just a difference I noted. Other than that, no clues. Good luck on solving your problem. Randall