From owner-freebsd-multimedia Thu Jan 22 13:41:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23410 for freebsd-multimedia-outgoing; Thu, 22 Jan 1998 13:41:20 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id NAA23398 for ; Thu, 22 Jan 1998 13:41:15 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Thu, 22 Jan 1998 16:39:54 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA19066; Thu, 22 Jan 98 16:39:49 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id QAA20497; Thu, 22 Jan 1998 16:38:23 -0500 Message-Id: <19980122163822.21926@ct.picker.com> Date: Thu, 22 Jan 1998 16:38:22 -0500 From: Randall Hopper To: Reisha & Darrell Basdeo Cc: multimedia@FreeBSD.ORG Subject: Re: Creative Sound Blaster 16 PnP Sound Card and FreeBSD RELEASE 2.2.5 References: <009301bd26ab$1fe7f400$a2411dc4@reisha> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <009301bd26ab$1fe7f400$a2411dc4@reisha>; from Reisha & Darrell Basdeo on Wed, Jan 21, 1998 at 08:26:57PM -0000 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Reisha & Darrell Basdeo: |Could please provide answers to the questions in the attached file. |I have a Sound Blaster 16 PnP Card and I need to know :- | |1. How to configure it properly? | |2. What drivers to use ? | |3. Specifications to use etc.? | |I did a new custom kernel build which includes the sound card. | |However, the card is still not seen with the recommended device values. | |Could you please offer some assistance? So you're on 2.2.5. No PnP in the dist AFAIK, so you need to grab the PnP code from Luigi's page: http://www.iet.unipi.it/~luigi/FreeBSD.html and set it up. PnP aside, here's what you need in your kernel config file. Tweak IRQs and DMAs to taste: controller snd0 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 Randall