From owner-freebsd-hardware Wed Aug 19 20:53:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA06356 for freebsd-hardware-outgoing; Wed, 19 Aug 1998 20:53:25 -0700 (PDT) (envelope-from owner-freebsd-hardware@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA06349 for ; Wed, 19 Aug 1998 20:53:22 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id NAA00656; Thu, 20 Aug 1998 13:21:43 +0930 (CST) Message-Id: <199808200351.NAA00656@cain.gsoft.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: "Brian W. Buchanan" cc: freebsd-hardware@FreeBSD.ORG Subject: Re: SB AWE64 In-reply-to: Your message of "Wed, 19 Aug 1998 20:25:15 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Aug 1998 13:21:43 +0930 From: "Daniel O'Connor" Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Sound: DMA timed out - IRQ/DRQ config error? > Any ideas? Yes :) My kernel config sound bits look like -> 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 device awe0 at isa? port 0x620 And I also have -> controller pnp0 This adds plug and play support and -> options USERCONFIG_BOOT This makes the kernel read the /kernel.config file when you boot, and use it like you had booted with -c and typed in the contents. In the file /kernel.config I have -> USERCONFIG pnp 1 0 enable os port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 pnp 1 1 enable os port0 0x200 pnp 1 2 enable os port0 0x620 port1 0xa20 port2 0xe20 quit Which basically sets the card up how the sound drive expects it. Note the line with 'pnp 1 2..' in it. This is for the AWE features, so you can use wave table synth :) --------------------------------------------------------------------- |Daniel O'Connor software and network engineer for Genesis Software | |http://www.gsoft.com.au | |The nice thing about standards is that there are so many of them to| |choose from. -- Andrew Tanenbaum | --------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message