From owner-freebsd-questions Mon Nov 20 17:25:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.wedgev.com (cm57-70.liwest.at [212.33.57.70]) by hub.freebsd.org (Postfix) with ESMTP id 73B0737B4CF; Mon, 20 Nov 2000 17:25:35 -0800 (PST) Received: from wedge by smtp.wedgev.com with local (Exim 3.16 #1 (FreeBSD)) id 13y235-0008mN-00; Tue, 21 Nov 2000 02:16:39 +0100 Date: Tue, 21 Nov 2000 02:16:39 +0100 From: Bernhard Valenti To: Zero Sum Cc: scotty@klement.dstorm.net, Kent Stewart , Ben Hacker Jr , list DC-FBSD , questions FBSD , Stable FBSD Subject: Re: Help with Sound. FBSDv4.2 Message-ID: <20001121021639.A33295@cipher.home.at> Reply-To: Bernhard Valenti References: <00112109335203.29201@shalimar.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <00112109335203.29201@shalimar.net.au>; from count@shalimar.net.au on Tue, Nov 21, 2000 at 09:33:52AM +1100 X-Operating-System: FreeBSD i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, Nov 21, 2000 at 09:33:52AM +1100, Zero Sum wrote: > On Tuesday 21 November 2000 06:04, scotty@klement.dstorm.net wrote: > > On Mon, 20 Nov 2000, Kent Stewart wrote: > > Since his dmesg output shows "pcm1" as being the sound device, shouldn't > > it be ./MAKEDEV snd1? > That is what worked for me. > Dunno *why* it si 1 rather than 0 though... probably because he has "device pcm0 at isa?..." in kernel, and the kernel reserves pcm0 for that. his card is pnp and so the kernel autodetects its irq/ port and assigns pcm1 to it. if you change it to "device pcm" the kernel will assign pcm0 to it. dont forget to run "./MAKEDEV snd0" with the new kernel. regards, bernhard valenti To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message