From owner-freebsd-multimedia Fri Jul 30 19: 4: 4 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 1EB9A14E33 for ; Fri, 30 Jul 1999 19:04:01 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-1-24.dialup.rdu.ipass.net [209.170.132.24]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id WAA27015; Fri, 30 Jul 1999 22:01:31 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id WAA03680; Fri, 30 Jul 1999 22:04:01 -0400 (EDT) (envelope-from rhh) Date: Fri, 30 Jul 1999 22:04:01 -0400 From: Randall Hopper To: Ben Hanham Cc: multimedia@FreeBSD.ORG Subject: Re: Kernel Support for Soundblaster Message-ID: <19990730220401.A2788@ipass.net> References: <000601beda90$e89e8040$3a2329d4@free0042936> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <000601beda90$e89e8040$3a2329d4@free0042936>; from Ben Hanham on Fri, Jul 30, 1999 at 12:19:37PM +0100 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ben Hanham: | I`m trying to get to grips with freebsd 2.2.7 - I`m afraid I`m new to | unix and not really sure how it all works yet. I`ve been trying to | add SoundBlaster support to my kernel with the following lines: | | controller snd0 | device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr | options SBC_IRQ=5 | device sbxvi0 at isa? drq 5 | device sbmidi0 at isa? port 0x330 | | This however generates several error messages when the system boots: | | sb0 not found at 0x220 | sbxvi0 not found | sbmidi0 not found at 0x330 | | I know for a fact the SoundBlaster is at accessible for port 220h from | using the card in a dos/windows environment. It's sounding like a Plug-n-Pray card. See what kind of mileage you can get off these page: http://www.naklab.dnj.ynu.ac.jp/~tanimura/awepnp-freebsd.html http://www.dons.net.au/~darius/awe64.html In particular, setting up userconfig and doing: pnp 1 0 enable os port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 pnp 1 1 enable os port0 0x200 Ignore the AWE-specific stuff. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message