Date: Tue, 11 Jul 2000 00:25:54 +0100 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: "David J. Kanter" <djkanter@northwestern.edu> Cc: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: Which /dev for "device pcm" in kernel? Message-ID: <20000711002554.L237@parish> In-Reply-To: <20000710180337.A39923@localhost.localdomain>; from djkanter@northwestern.edu on Mon, Jul 10, 2000 at 06:03:37PM -0500 References: <20000710180337.A39923@localhost.localdomain>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 10, 2000 at 06:03:37PM -0500, David J. Kanter wrote: > > I'm using a sound card that needs "device pcm" in the kernel. All is working > OK, except I don't know which /dev entry to use for audio programs. > > I would think /dev/pcm0, but all the stuff I read has /dev/snd0. Which one? > (I've never been entirely clear on device making, other than tun.) > > The card is an Aureal Vortex patched with the necessary files to work: > > pci0: <PCI bus> on pcib0 > > [snip] > > pci0: <unknown card> (vendor=0x11de, dev=0x6120) at 14.0 irq 10 > pcm0: <Aureal Vortex 8830> port 0x1030-0x1037,0x1038-0x103f mem > 0xf4000000-0xf403ffff irq 9 at device 15.0 on pci0 Since your card is found as pcm0 you need snd0 # cd /dev && ./MAKEDEV snd0 > -- > David Kanter > djkanter@northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- If I buy a copy of WinDelete, and it doesn't delete Windows, am I entitled to my money back? ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:marko@freebsd.org http://www.radan.com 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?20000711002554.L237>