From owner-freebsd-current Fri Sep 3 13: 7:44 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 1786314BFA for ; Fri, 3 Sep 1999 13:07:40 -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 VAA13946; Fri, 3 Sep 1999 21:08:59 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Fri, 3 Sep 1999 21:08:59 +0100 (BST) From: Doug Rabson To: Ollivier Robert Cc: current@freebsd.org Subject: Re: Fixed sound card problem. In-Reply-To: <19990903194805.A48826@keltia.freenix.fr> 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 Fri, 3 Sep 1999, Ollivier Robert wrote: > According to Arthur H. Johnson II: > > I fixed the sound card problem I was having. I just commented out the pnp > > driver. I know I will run into problems later if I ever get pnp devices, > > but its a temporary fix. > > Something to remember: if you have both pcm0 and pnp, then it will be probed > as pcm0 BUT the device you must use is pcm1. That means that you need to do > "sh MAKEDEV snd1" and not "sh MAKEDEV snd0". > > pcm0: MAKEDEV snd0 > pcm0 + pnp: MAKEDEV snd1 > > Luigi gave a good explanation a while when he wrote pcm but I don't remember > it now :) This is no longer necessary (in fact it causes much confusion for the driver). The correct declaration for a pnp soundcard is 'device pcm0'. -- 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