From owner-freebsd-multimedia Mon Apr 24 14:13:21 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from cis.ohio-state.edu (mail.cis.ohio-state.edu [164.107.115.5]) by hub.freebsd.org (Postfix) with ESMTP id 9C0B437BB88 for ; Mon, 24 Apr 2000 14:13:18 -0700 (PDT) (envelope-from matey@cis.ohio-state.edu) Received: from eta.cis.ohio-state.edu (matey@eta.cis.ohio-state.edu [164.107.112.62]) by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id RAA12535; Mon, 24 Apr 2000 17:13:17 -0400 (EDT) Received: (from matey@localhost) by eta.cis.ohio-state.edu (8.9.1/8.9.1) id RAA08309; Mon, 24 Apr 2000 17:13:17 -0400 (EDT) Date: Mon, 24 Apr 2000 17:13:08 -0400 From: Alexander Matey To: Roland Jesse Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Terratec XLerate soundcard Message-ID: <20000424171308.B1533@cis.ohio-state.edu> References: <20000424120930.A26757@knecht.cs.uni-magdeburg.de> <20000424124409.A6532@knecht.cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000424124409.A6532@knecht.cs.uni-magdeburg.de>; from jesse@prinz-atm.CS.Uni-Magdeburg.De on Mon, Apr 24, 2000 at 12:44:09PM +0200 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, On Mon, Apr 24, 2000 at 12:44:09PM +0200, Roland Jesse wrote: > > dmesg reports: > > ... > > pci0: (vendor=0x12eb, dev=0x0001) at 11.0 irq 10 > > ... > > After digging a bit into it, /usr/src/sys/dev/sound/pci/aureal.c reveals: > ... > /* PCI IDs of supported chips */ > #define AU8820_PCI_ID 0x000112eb > ... > > That doesn't look too bad to me. But I am still clueless in regard to > getting it up and running. Therefore pointers are still very much > appreciated. In sys/conf/files find a line with aureal.c and uncomment it. Include "device pcm" in your kernel config. Rebuild the kernel. This driver supports single playback channel at 48000 bps only for Vortex1 based soundcards. It's disabled by default. > Roland > -- lx To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message