From owner-freebsd-questions Mon Aug 30 19:36:14 1999 Delivered-To: freebsd-questions@freebsd.org Received: from jumping-spider.aracnet.com (jumping-spider.aracnet.com [205.159.88.14]) by hub.freebsd.org (Postfix) with ESMTP id A163014E5D for ; Mon, 30 Aug 1999 19:36:11 -0700 (PDT) (envelope-from whinson@aracnet.com) Received: from llama.local.net (max7-198-137.cust.aracnet.com [216.99.198.137]) by jumping-spider.aracnet.com (8.9.3/8.9.3) with SMTP id TAA32477; Mon, 30 Aug 1999 19:36:08 -0700 From: Wally Hinson To: questions@FreeBSD.ORG Subject: Re: old Soundblaster 16 Date: Mon, 30 Aug 1999 19:34:20 -0700 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <99083017540200.00273@Orion> Cc: arch@ecis.com MIME-Version: 1.0 Message-Id: <99083019432800.00296@llama.local.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 30 Aug 1999, avenger wrote: > i have an old Soundblaster 16 circa 1992. In my kernel now i have > > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 > device opl0 at isa? port 0x300 I think you need a little bit more than this...the sb(4) man page also lists device sbxvi0 at isa? drq 5 for SB16-specific support. You'll want to add "conflicts" to the end of this line so the kernel knows this is okay even though it appears to conflict with the basic SB code. > > ive already tried > device sbmidi0 at isa? port 0x300 > > (my midi is on 300H just because thats where ive had it, although yes ive > already tried 330H which is the factory default) > > ive also tried > device opl0 at isa? port 0x388 I probably have a very similar card to yours...an old Soundblaster 16, bought around '92 or '93, pre-pnp, pre-wavetable, etc. Your MIDI port address may be different from mine, but here's the relevant section of my config file -- hope it helps. # Soundblaster 16 support controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 device sbxvi0 at isa? drq 5 conflicts device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 device sequencer0 -- Wally Hinson whinson@aracnet.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message