Date: Mon, 26 Jan 1998 17:18:36 -0500 From: Randall Hopper <rhh@ct.picker.com> To: Reisha & Darrell Basdeo <rdbasdeo@carib-link.net> Cc: Freebsd <questions@FreeBSD.ORG> Subject: Re: Sound Card Configuration Message-ID: <19980126171836.04577@ct.picker.com> In-Reply-To: <000b01bd2697$53e0cac0$da411dc4@reisha>; from Reisha & Darrell Basdeo on Wed, Jan 21, 1998 at 06:06:01PM -0000 References: <000b01bd2697$53e0cac0$da411dc4@reisha>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980126171836.04577>