From owner-freebsd-questions Mon Aug 30 20:18:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from gershwin.tera.com (gershwin.tera.com [207.224.230.28]) by hub.freebsd.org (Postfix) with ESMTP id 686A9151A4 for ; Mon, 30 Aug 1999 20:18:16 -0700 (PDT) (envelope-from kline@tera.com) Received: from athena.tera.com (athena.tera.com [207.224.230.169]) by gershwin.tera.com (8.8.8/8.8.8) with ESMTP id UAA24606; Mon, 30 Aug 1999 20:17:36 -0700 (PDT) Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id UAA06466; Mon, 30 Aug 1999 20:17:35 -0700 (PDT) Date: Mon, 30 Aug 1999 20:17:35 -0700 From: Gary Kline To: avenger Cc: questions@FreeBSD.ORG Subject: Re: old Soundblaster 16 Message-ID: <19990830201735.A6458@athena.tera.com> References: <99083017540200.00273@Orion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95us In-Reply-To: <99083017540200.00273@Orion>; from avenger on Mon, Aug 30, 1999 at 05:45:43PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Aug 30, 1999 at 05:45:43PM -0700, 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, > If you are running the 3.2 kernel you may need to use the pcm driver and rebuild and install a new kernel with the following line replacing your present ``sb0'': #sound card SB16 ISA PNP device pcm0 at isa ? port ? irq 10 drq 1 flags 0x0 The irq may well need to be 5 as you have it currently. To the best of my knowledge, there are only a handful of us using the old SB16. Mine dates from 1995 and still works just fine for signal generation and so forth. (I'm still running 2.2.8 with my SB16... .) gary To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message