From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 23:17:55 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93D5916A4CE for ; Thu, 28 Oct 2004 23:17:55 +0000 (GMT) Received: from fep1.cogeco.net (smtp.cogeco.net [216.221.81.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4990643D39 for ; Thu, 28 Oct 2004 23:17:55 +0000 (GMT) (envelope-from bbobowski@cogeco.ca) Received: from [24.150.215.98] (d150-215-98.home.cgocable.net [24.150.215.98]) by fep1.cogeco.net (Postfix) with ESMTP id 0C07C4D77; Thu, 28 Oct 2004 19:17:54 -0400 (EDT) Message-ID: <41817E23.2080005@cogeco.ca> Date: Thu, 28 Oct 2004 19:17:55 -0400 From: Brian Bobowski User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040626 Thunderbird/0.7.1 Mnenhy/0.6.0.104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Kline References: <20041028231239.GA30897@thought.org> In-Reply-To: <20041028231239.GA30897@thought.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Mailing List Subject: Re: what KERNEL entry for an AWE64? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 23:17:55 -0000 Gary Kline wrote: > Hi folks, > > I've been searching thru /sys/conf/files and other sound > files, but don't see which 'device snd_*' options are required > to make use of my AWE64. Will 'device sound' do it? > > To test, what kernel *.ko files can I load in. (This is for > my new 5.3-RELEASE box.) > > tia, > > gary > > > > My first guess would be snd_emu10k1 which a lot of the newer Creative cards use. Works with my old (now seemingly defunct) SB Live Value. Or you could kldload snd_driver and watch the kernel messages for a success, then try a more specific driver based on that.. -BB