From owner-freebsd-chat Fri Feb 6 13:14:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01230 for chat-outgoing; Fri, 6 Feb 1998 13:14:33 -0800 (PST) (envelope-from owner-freebsd-chat@FreeBSD.ORG) Received: from subcellar.mwci.net (subcellar.mwci.net [205.254.160.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01070 for ; Fri, 6 Feb 1998 13:14:14 -0800 (PST) (envelope-from jwalt@subcellar.mwci.net) Received: from localhost (jwalt@localhost) by subcellar.mwci.net (8.8.8/8.8.5) with SMTP id PAA18588; Fri, 6 Feb 1998 15:14:19 -0600 (CST) Date: Fri, 6 Feb 1998 15:14:19 -0600 (CST) From: "Jesse D. Walters" To: Dennis Tenn cc: Zach Heilig , Jesse David Walters , chat@FreeBSD.ORG Subject: Re: sound card support for awe32 pnp In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe chat" So do I just have to add the following lines to the kernel and recompile?? controller snd0 device awe at isa? port 0x620 > On Thu, 5 Feb 1998, Zach Heilig wrote: > > | On Thu, Feb 05, 1998 at 02:33:58PM -0600, Jesse David Walters wrote: > | > I read the faq but couldn't tell if freebsd2.2.5 -stable supports the > | > awe32 plug and play sound card. Any input?? Thanks > | > | The file: /usr/src/sys/i386/conf/LINT contains this line: > | > | device awe0 at isa? port 0x620 > | > | But, it doesn't seem to work for my awe64. The kernel spouts something > | about not being able to find an awe32... so it may work for that. > > Reboot your computer and at the 'boot: 'prompt type '-c' then once you're > in Configuration mode type the following exactly. > > pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > quit > > That should enable the AWE support. > > If your soundcard wasn't recognized in the first place then also include > the following command before quitting. > > pnp 1 0 os enable port0 0x220 port1 0x330 port2 0x388 irq0 drq0 1 drq1 5 > > where is the IRQ you wish to use. Make sure it's not conflicting with > anything else. I use IRQ 5 so my line was; > > pnp 1 0 os enable port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 > > and this is the result from dmesg: > > sb0 at 0x220 irq 5 drq 1 on isa > snd0: > sbxvi0 at ? drq 5 on isa > snd0: > sbmidi0 at 0x330 on isa > snd0: > opl0 at 0x388 on isa > snd0: > awe0 at 0x620 on isa > awe0: > > Good luck. > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Dennis Tenn * There will always come a time > dstenn@fanfic.org * When your love will be tested > * Stand tall and rise to the occasion > * For only then will you grow strong. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > >