From owner-freebsd-questions Fri Sep 3 4:25:21 1999 Delivered-To: freebsd-questions@freebsd.org Received: from templar.fgi.net (templar.fgi.net [206.101.112.9]) by hub.freebsd.org (Postfix) with ESMTP id EBF4414C93 for ; Fri, 3 Sep 1999 04:25:18 -0700 (PDT) (envelope-from darnold@fgi.net) Received: from darnold.fgi.net (usr1tc140.fgi.net [208.134.208.140]) by templar.fgi.net (Pro-8.9.3/Pro-8.9.3) with SMTP id GAA13413 for ; Fri, 3 Sep 1999 06:22:55 -0500 From: Dick Arnold To: questions@FreeBSD.ORG Subject: Re: old Soundblaster 16 Date: Mon, 30 Aug 1999 20:49:37 -0500 X-Mailer: KMail [version 1.0.21] Content-Type: text/plain References: <99083017540200.00273@Orion> MIME-Version: 1.0 Message-Id: <99083021274701.00784@darnold.fgi.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 30 Aug 1999, avenger wrote: > if anyone has a sb16 i need your help! my sb16 is the older non PNP card > > 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 > > 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 > > When i boot, it sees the sb0 yes warns me i need to use SB Pro Support (?!?) > also, it cant find any of the supported midi devices. > > i did /dev/MAKEDEV snd0 > and i cant get any sound... If anyone can help me i really need it, im getting > frustrated with this sound card. > > Thank you very much for your time, > > Dan Brodie > arch@ecis.com > I have the same card and it looks like your missing the 16 bit sound entry. device sbxvi0 at isa ? drq 6 I use dma 6 but I think the default is 1. at boot: sb0 at 0x220 irq 5 drq 1 on isa snd0: sbxvi0 at drq 6 on isa snd0: sbmidi0 at 0x300 on isa snd0: opl0 at 0x388 on isa snd0: You'll have to do a kernel config, depend, etc. Dick Arnold To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message