From owner-freebsd-questions Sat Jun 8 21:30: 8 2002 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id DFFEB37B406 for ; Sat, 8 Jun 2002 21:30:01 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.11.6/8.11.6) with ESMTP id g594OcH07877; Sat, 8 Jun 2002 21:24:38 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Sat, 8 Jun 2002 21:24:38 -0700 (PDT) From: Annelise Anderson To: tyler spivey Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound card issues In-Reply-To: <20020609002739.ZXY7991.priv-edtnes09-hme0.telusplanet.net@a7a42593> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Jun 2002, tyler spivey wrote: > I have two sound cards in my machine, and want to use the second one (pcm1) and i don't care about pcm0, > but i can't do : > echo test >/dev/dsp0.2 > says device not configured, but 0.0 and 0.1 work, and go to the same sound card. > i have an sb awe64 plug and play, > and it should work - am i doing the pcm0.2 right, or did i guess wrong? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > Usually the default devices (like audio, dsp, mixer, etc) get symbolically linked to the devices you last created, so probably you want to cd /dev && sh MAKEDEV snd1 The devices beginning with dsp0 should be those that work with the driver pcm0. Neither pcm0 (or pcm1) or snd0 or snd1 will appear in /dev as a device. To see the list of devices, man pcm. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message