From owner-freebsd-current Wed Sep 8 0:50: 6 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 48FB414D71 for ; Wed, 8 Sep 1999 00:50:00 -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 IAA22239; Wed, 8 Sep 1999 08:51:46 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 8 Sep 1999 08:51:45 +0100 (BST) From: Doug Rabson To: Randy Bush Cc: FreeBSD Current Subject: Re: PNP problems In-Reply-To: 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 Tue, 7 Sep 1999, Randy Bush wrote: > >> 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? > > > > 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. > > i am in a similar position. so i did as you say. > > controller pnp0 # PnP support for ISA > ... > # pcm: Luigi's sound driver > #device pcm0 at isa? port ? irq 5 drq 1 flags 0x0 > device pcm0 > > now, although pcm0 shows up in dmesg, i get > > % xmix > Error opening mixer device /dev/mixer: Device not configured > > and similar whinging. xmix worked before the change. Was the card recognised as pcm1 before? You probably need to go to /dev and type: sh MAKEDEV snd0 -- 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