From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 26 19:01:43 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E89EB16A4CE for ; Wed, 26 Jan 2005 19:01:43 +0000 (GMT) Received: from ds.netgate.net (ds.netgate.net [205.214.170.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8B0D43D1D for ; Wed, 26 Jan 2005 19:01:43 +0000 (GMT) (envelope-from ctodd@chrismiller.com) Received: (qmail 26294 invoked from network); 26 Jan 2005 19:01:43 -0000 Received: from vp4.netgate.net (ibrew@205.214.170.248) by ds.netgate.net with SMTP; 26 Jan 2005 19:01:43 -0000 Date: Wed, 26 Jan 2005 11:01:43 -0800 (PST) From: ctodd@chrismiller.com X-X-Sender: ibrew@vp4.netgate.net To: freebsd-hackers@freebsd.org In-Reply-To: <41F7E5B1.7090900@dnainternet.net> Message-ID: References: <41F7E5B1.7090900@dnainternet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: SB Live! Audigy LS patch? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jan 2005 19:01:44 -0000 On Wed, 26 Jan 2005, Erik Udo wrote: > I have 5.3-stable and this Creative labs Sound Blaster > Live! Audigy LS soundcard. I was hoping if anyone could > take a look at these error messages i got from trying > to get my card working using this kernel module: > http://chibis.persons.gfk.ru/audigy/ > http://chibis.persons.gfk.ru/audigy/emu10kx/emu10kx-2004-10-23.tar.bz2 > > Also, i have disabled the integrated ac97 audio. > > And here is the error message i got trying to load the module: > emu10kx0: port 0xeea0-0xeebf irq 16 at > device 13.0 on pci0 > pcm0: on emu10kx0 > pcm0: AC97 reset timed out. > pcm0: ac97 codec invalid or not present (id == 0) > pcm0: can't init mixer! > device_attach: pcm0 attach returned 6 > > Here is the relevant output from pciconf -lv > none0@pci0:13:0: class=0x040100 card=0x10061102 chip=0x00071102 > rev=0x00 hdr=0x00 > vendor = 'Creative Labs' > device = 'CA0106-DAT Audigy LS' > class = multimedia > subclass = audio > > Could anyone possibly have some kind of > patches for this? You might consider using the OpenSound driver http://opensound.com/ It's free for non commercial use but expires in 3-4 months. It's not at all expensive to buy either. It supports my 8 channel audio on my motherboard just fine. Chris