Date: Fri, 3 Sep 1999 21:08:59 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Ollivier Robert <roberto@keltia.freenix.fr> Cc: current@freebsd.org Subject: Re: Fixed sound card problem. Message-ID: <Pine.BSF.4.10.9909032108090.2081-100000@salmon.nlsystems.com> In-Reply-To: <19990903194805.A48826@keltia.freenix.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9909032108090.2081-100000>