From owner-freebsd-questions Wed Aug 11 8:35: 0 1999 Delivered-To: freebsd-questions@freebsd.org Received: from nowcool.com (FX3-1-119.mgfairfax.rr.com [24.28.200.119]) by hub.freebsd.org (Postfix) with ESMTP id A243115534 for ; Wed, 11 Aug 1999 08:34:55 -0700 (PDT) (envelope-from question@blink.dhs.org) Received: from localhost (question@localhost) by nowcool.com (8.9.3/8.9.3) with ESMTP id LAA17429; Wed, 11 Aug 1999 11:33:47 -0400 (EDT) (envelope-from question@blink.dhs.org) Date: Wed, 11 Aug 1999 11:33:47 -0400 (EDT) From: FreeBSD Question X-Sender: question@nowcool.com To: Eric Lee Green Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ensoniq AudioPCI In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG BTW, since this is a PCI card, you won't need pnp0 in this case. and for the same reason, your snd device will be pcm0, not pcm1(this is for pnp) make sure you do: cd /dev;./MAKEDEV snd0 On Wed, 11 Aug 1999, FreeBSD Question wrote: > # Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!). > # You may also wish to enable the pnp controller with this, for pnp > # sound cards. > # > controller pnp0 > device pcm0 at isa? port ? irq 10 drq 1 flags 0x0 > > ------------------------------------------------------- > Once again, put above lines in your kernel config file and go for it. > LINT doesn't tell you specifically what kind of kard Luigi's snd code > supports. it's in the README.cards(?) in the snd directory. > I've done this since 3.X-RELEASE. > Luigi's snd code has been the same since then anyway since he stopped > developing it.(hope I am right??) > > Byung > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message