From owner-freebsd-questions Mon Jan 26 14:22:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA08286 for questions-outgoing; Mon, 26 Jan 1998 14:22:01 -0800 (PST) (envelope-from owner-freebsd-questions@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 OAA08247 for ; Mon, 26 Jan 1998 14:21:49 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 26 Jan 1998 17:20:21 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA05999; Mon, 26 Jan 98 17:20:07 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id RAA17675; Mon, 26 Jan 1998 17:18:37 -0500 Message-Id: <19980126171836.04577@ct.picker.com> Date: Mon, 26 Jan 1998 17:18:36 -0500 From: Randall Hopper To: Reisha & Darrell Basdeo Cc: Freebsd Subject: Re: Sound Card Configuration References: <000b01bd2697$53e0cac0$da411dc4@reisha> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88 In-Reply-To: <000b01bd2697$53e0cac0$da411dc4@reisha>; from Reisha & Darrell Basdeo on Wed, Jan 21, 1998 at 06:06:01PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Reisha & Darrell Basdeo: |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? PnP aside for a moment, 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 Now to take care of the PnP bit so the sound drivers can see your card, see Luigi's page: http://www.iet.unipi.it/~luigi/FreeBSD.html Randall