From owner-freebsd-multimedia Tue Jun 23 00:31:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA10028 for freebsd-multimedia-outgoing; Tue, 23 Jun 1998 00:31:04 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA10013 for ; Tue, 23 Jun 1998 00:31:00 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id AAA14414; Tue, 23 Jun 1998 00:30:53 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Tue, 23 Jun 1998 00:30:53 -0700 (PDT) From: Doug White To: drifter@stratos.net cc: multimedia@FreeBSD.ORG Subject: Re: SB16 doesn't work with either Voxware or PnP... In-Reply-To: <199806202304.TAA00269@stratos.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 20 Jun 1998 drifter@stratos.net wrote: > | IRQ 05 | > | Direct Memory Access 01 | > | Direct Memory Access 03 | > | I/O Range 0220-022F | > | I/O Range 0330-0331 | > | I/O Range 0388-038B | Reference noted. > Listed devices in Multimedia: > > Device Driver IRQ DRQ Port Flags > ------ ------ --- --- ---- ----- > SB PCM sb0 5 1 0x220 > SB 16 sbxvi0 - - - > SB Midi sbmidi0 - 3 0x330 > OPL-2/3 opl0 - - 0x388 The MIDI port shouldn't have a DRQ, and the SB16 should. This is what my old voxware setup looked like in my kernel: device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 All you need to do is substitute drq 3 for dr5 on the sbxvi line to get it running properly. > # playmidi midi.mid > open /dev/sequencer: Device not configured > ( I tried relinking /dev/sequencer to /dev/sequencer{1,2,3}, > since the pcm's were being assigned numbers higher than 0, > but none of them worked.) I noted this to Luigi at USENIX so hopefully we can get this thing fixed before 3.0. There's a comparison in MAKEDEV that applies only for the VoxWare case but not for the pcm driver. > I've been at this for a while, and I have run out of ideas. Just > to reemphasize, this is not a SoundBlaster Wannabe or near-Compatable. > This is the Real Deal, but doesn't seem to want to play ball. My config was for an original AWE32, which was a SB16+ASP with the EMU6000 hanging off the back. The original was before PnP. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message