From owner-freebsd-questions Wed Sep 30 13:58:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23087 for freebsd-questions-outgoing; Wed, 30 Sep 1998 13:58:18 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA22964 for ; Wed, 30 Sep 1998 13:57:59 -0700 (PDT) (envelope-from dmaddox@scsn.net) Received: from rhiannon.scsn.net ([209.12.57.4]) by mail.scsn.net (Post.Office MTA v3.1.2 release (PO205-101c) ID# 0-41950U6000L1100S0) with ESMTP id AAA220; Wed, 30 Sep 1998 16:48:58 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.9.1/8.9.1) id QAA00929; Wed, 30 Sep 1998 16:58:19 GMT (envelope-from root) Message-ID: <19980930165819.A917@scsn.net> Date: Wed, 30 Sep 1998 16:58:19 +0000 From: dmaddox@scsn.net (Donald J. Maddox) To: "Gregory A. Carter" Cc: questions@FreeBSD.ORG Subject: Re: Creative AWE32/64 PnP support. Reply-To: dmaddox@scsn.net References: <19980930163154.A772@scsn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Gregory A. Carter on Wed, Sep 30, 1998 at 01:47:05PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, Sep 30, 1998 at 01:47:05PM -0700, Gregory A. Carter wrote: > On Wed, 30 Sep 1998, Donald J. Maddox wrote: > > :Yes. You may have to manually set the PnP configuration of at least the > :AWE device the first time you boot a kernel with SBAWE support in it, > :though... I compile my kernel with the following options so USERCONFIG > :just automagically fixes the PnP config evertime I boot: > > Right now I'm running 2.2.7 and the device awe0 is set and it'll detect > awe0 at 620, but as for sb0, sbxvi0, sbmidi0, and opl0 it doesn't see > them. Any clue? > > Kernel options relative are as follows: > > controller pnp0 > > controller snd0 > device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr > device sbxvi0 at isa? drq 5 > device sbmidi0 at isa? port 0x330 > device awe0 at isa? port 0x620 > device opl0 at isa? port 0x388 Well, this box has a PnP BIOS that configures all that for me, but you may have to do something like: pnp 1 0 os enable port0 0x220 irq0 5 drq0 1 drq1 5 port1 0x330 port2 0x388 pnp 1 1 os enable port0 0x201 pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 in the configuration editor. All this assumes that you have pnp0 in your kernel config, of course... The actual IRQ #'s, etc. may vary for you, too. Look at the output of pnpinfo to get the right numbers. Good luck :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message