From owner-freebsd-current Fri Sep 3 12:22: 9 1999 Delivered-To: freebsd-current@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 9C36D15E30 for ; Fri, 3 Sep 1999 12:21:48 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id VAA09432 for current@freebsd.org; Fri, 3 Sep 1999 21:21:45 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id BFC04870A; Fri, 3 Sep 1999 19:48:05 +0200 (CEST) Date: Fri, 3 Sep 1999 19:48:05 +0200 From: Ollivier Robert To: current@freebsd.org Subject: Re: Fixed sound card problem. Message-ID: <19990903194805.A48826@keltia.freenix.fr> Mail-Followup-To: current@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.95.5i In-Reply-To: ; from Arthur H. Johnson II on Fri, Sep 03, 1999 at 11:51:18AM -0400 X-Operating-System: FreeBSD 4.0-CURRENT/ELF ctm#5543 AMD-K6 MMX @ 200 MHz Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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