From owner-freebsd-current Mon Sep 6 13:23: 0 1999 Delivered-To: freebsd-current@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 5340915909 for ; Mon, 6 Sep 1999 13:22:38 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id VAA76689; Mon, 6 Sep 1999 21:24:17 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 6 Sep 1999 21:24:17 +0100 (BST) From: Doug Rabson To: Thomas Schuerger Cc: freebsd-current@freebsd.org Subject: Re: PNP problems In-Reply-To: <199909061827.UAA11549@wjpserver.cs.uni-sb.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 6 Sep 1999, Thomas Schuerger wrote: > Hi! > > I built and installed a new world today. My last make world > was some months ago. > > It seems that the boot loader has changed. Now, my AWE64 > soundcard is not detected anymore. > > My kernel.config looks like this > > pnp 1 0 os enable port0 0x220 port1 0x330 port2 0x388 irq0 5 drq0 1 drq1 5 > pnp 1 2 os enable port0 0x620 port1 0xa20 port2 0xe20 > > This syntax no longer seems to be supported, instead, the following commands > may be used: > > ... > > What can I do in order to reenable my soundcard? > > Any help is appreciated! Please try using the new pcm driver if you are not already. You should be able to do this by having these lines in your kernel config: controller pnp0 device pcm0 Note that you must not have an old-style non-pnp declaration (i.e. device pcm0 at isa? ...) since that currently confuses the pnp system. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message