From owner-freebsd-questions Thu Jul 30 21:33:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA28183 for freebsd-questions-outgoing; Thu, 30 Jul 1998 21:33:41 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from harfang.CC.UMontreal.CA (harfang.CC.UMontreal.CA [132.204.2.102]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA28174 for ; Thu, 30 Jul 1998 21:33:37 -0700 (PDT) (envelope-from beaupran@JSP.UMontreal.CA) Received: from epsom.jsp.umontreal.ca (epsom.JSP.UMontreal.CA [132.204.45.25]) by harfang.CC.UMontreal.CA (8.8.8/8.8.8) with SMTP id AAA03569; Fri, 31 Jul 1998 00:33:31 -0400 (EDT) Received: from outpost.nada.org (derby.jsp.umontreal.ca [132.204.45.26]) by epsom.jsp.umontreal.ca via SMTP (951211.SGI.8.6.12.PATCH1502/JSP1789) id AAA16456; Fri, 31 Jul 1998 00:33:28 -0400 Date: Fri, 31 Jul 1998 00:35:43 -0400 (EDT) From: Spidey X-Sender: beaupran@outpost.nada.org Reply-To: Spidey To: Mike Jeays , Jeff Gao cc: freebsd-questions@FreeBSD.ORG Subject: Re: Sound blaster problem. In-Reply-To: <35C09238.BE768A37@bctel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The first issue is to know if it is a Plug And Play card. If it is, you must use the 'controller pnp0' line in the kernel. You must then add: device pcm0 at isa? port? irq 10 drq 1 flags 0x15 vector pcmintr This is for my Sound Blaster 16. I don't know for other devices. If it is not pnp, then it should work using: controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr device sbxvi0 at isa? drq 3 device sbmidi0 at isa? port 0x330 device opl0 at isa? port 0x388 This should do it... On Thu, 30 Jul 1998, Jeff Gao wrote: > I am running freebsd 2.26 on a 486 dx2/66 with 16 meg RAM. > I have a Sound blaster 16 on IRQ 5, DMA 5. > > I add the following lines into the GENERIC kernel configuration file. > > controller snd0 > device sbxvi0 isa? drq 5 > > Then I execute the command /dev/MAKEDEV snd0 > > rebuild and install the kernel. > > reboot. > But I am still seeing the "sbxvi0:device no found" message. > > Does anyone know why? > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Spidey How 'bout a little ride through your own world? http://www.JSP.UMontreal.CA/~beaupran/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message