Date: Fri, 3 Sep 1999 19:48:05 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: current@freebsd.org Subject: Re: Fixed sound card problem. Message-ID: <19990903194805.A48826@keltia.freenix.fr> In-Reply-To: <Pine.BSF.4.10.9909031150170.355-100000@Arthur.Linuxberg>; from Arthur H. Johnson II on Fri, Sep 03, 1999 at 11:51:18AM -0400 References: <Pine.BSF.4.10.9909031150170.355-100000@Arthur.Linuxberg>
next in thread | previous in thread | raw e-mail | index | archive | help
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 :) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 4.0-CURRENT #73: Sat Jul 31 15:36:05 CEST 1999 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?19990903194805.A48826>