Date: Sat, 8 Jun 2002 21:24:38 -0700 (PDT) From: Annelise Anderson <andrsn@andrsn.stanford.edu> To: tyler spivey <tspivey8@telus.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound card issues Message-ID: <Pine.BSF.4.10.10206082120220.7845-100000@andrsn.stanford.edu> In-Reply-To: <20020609002739.ZXY7991.priv-edtnes09-hme0.telusplanet.net@a7a42593>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10206082120220.7845-100000>