From owner-freebsd-questions Sun Jun 7 11:02:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA11377 for freebsd-questions-outgoing; Sun, 7 Jun 1998 11:02:31 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from dillinger.io.com (mib@dillinger.io.com [199.170.88.11]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA11355 for ; Sun, 7 Jun 1998 11:02:17 -0700 (PDT) (envelope-from mib@dillinger.io.com) Received: (from mib@localhost) by dillinger.io.com (8.8.7/8.8.5) id NAA15779; Sun, 7 Jun 1998 13:02:14 -0500 (CDT) Message-ID: <19980607130214.59056@io.com> Date: Sun, 7 Jun 1998 13:02:14 -0500 From: mib@io.com To: Christoph.Prevezanos@post.uni-bielefeld.de Cc: questions@FreeBSD.ORG Subject: Re: SoundCard Error: The soundcard system has not been configured (was Re: Error when compiling kernel with OPL driver) References: <19980606171721.06409@io.com> <199806071309040890.0053CF67@Postfach.Uni-Bielefeld.de> <19980607100920.55108@io.com> <199806071853370030.018F4A15@Postfach.Uni-Bielefeld.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199806071853370030.018F4A15@Postfach.Uni-Bielefeld.de>; from Christoph Prevezanos on Sun, Jun 07, 1998 at 06:53:37PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jun 07, 1998 at 06:53:37PM +0200, Christoph Prevezanos wrote: > Do you have the book "The complete FreeBSD"? Yes, but... > There you find all kernel-configurations you need for soundcards. ... even though I found my sound card ... > If you do not have, tell me which sound card you exactly have, then I will > tell you what you need to write into the kernel. ... AFAIK, I have everything I should for my Yamaha OPL-3, unless... > For a usual soundblaster-board it is: > > controller snd0 > device sb0 at isa? port 0x220 irq7 conflicts drq1 vector sbintr > device sbxvi0 at isa? drq5 > device sbmidi0 at isa? port 0x330 > device opl0 at isa? port 0x388 conflicts ... I need all that extra SoundBlaster code just because my sound card is SB- compatible? > You just have to change irq with yours (usually 5 or 7) and drq with your > high-dma-channel (usaually 5 or 6). That should work with all original > soundblasters and compatible. So I should have something like: device opl0 at isa? port 0x388 irqX drqY While I'm at it, what is the purpose of 'conflicts' in your above example? And is there a way to determine the IRQ and DRQ instead of by brute force? Once again, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message