From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 24 05:20:26 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 53BBC16A4CE for ; Thu, 24 Mar 2005 05:20:26 +0000 (GMT) Received: from vms040pub.verizon.net (vms040pub.verizon.net [206.46.252.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17ED443D46 for ; Thu, 24 Mar 2005 05:20:26 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDU003C8C61WQ31@vms040.mailsrvcs.net> for freebsd-multimedia@freebsd.org; Wed, 23 Mar 2005 23:20:25 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id D1BC22CE751; Wed, 23 Mar 2005 21:20:24 -0800 (PST) Date: Wed, 23 Mar 2005 21:20:24 -0800 From: "Michael C. Shultz" In-reply-to: <4241725F.9020106@dnainternet.net> To: Erik Udo , freebsd-multimedia@freebsd.org Message-id: <200503232120.24499.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200503221539.52914.ringworm01@gmail.com> <4241725F.9020106@dnainternet.net> User-Agent: KMail/1.8 Subject: Re: Is SoundBlaster Audigy 2 value chip=0x00081102 yet? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 05:20:26 -0000 On Wednesday 23 March 2005 05:42 am, you wrote: > Michael C. Shultz wrote: > > I have a SoundBlaster Audigy 2 value chip=0x00081102 sound card I > > would really like to get working in a FreeBSD 5.4 machine. > > > > The snd_emu10k1 man page description: > > > > The snd_emu10k1 bridge driver allows the generic audio driver > > sound(4) to attach to the SoundBlaster Live! and Audigy audio > > cards. > > > > with snd_emu10k1.ko loaded: > > > > kldstat > > Id Refs Address Size Name > > 1 12 0xc0400000 3db750 kernel > > 2 14 0xc07dc000 5e1a0 acpi.ko > > 4 1 0xc2051000 1a000 linux.ko > > 5 1 0xc2328000 15000 mga.ko > > 6 1 0xc1d1c000 7000 snd_emu10k1.ko > > 7 1 0xc1d23000 1b000 sound.ko > > > > the driver doesn't seem to find my card: > > > > output of pciconf -v -l > > > > none1@pci0:8:0: class=0x040100 card=0x10011102 chip=0x00081102 > > rev=0x00 hdr=0x00 > > vendor = 'Creative Labs' > > class = multimedia > > subclass = audio > > > > I found this site: > > > > http://chibis.persons.gfk.ru/audigy/ > > > > who offers a emu10kx driver but there is a note: > > > > # Audigy LS and Audigy 2 Value (PCI chip IDs 0x00071102 and > > 0x00081102) are not supported and added to list of known but > > unsupported cards. They WILL NOT be supported by this driver. I > > don't have this cards. > > > > So am I up the creek without a paddle so far as this card is > > concerned? > > > > BTW, the commercial OSS driver does work with this card, sure hate > > to go this route though. Any reply is appreciated, even if it is > > only "a guess" > > > > thank you > > > > -Mike > > > > > > > > > > http://chibis.persons.gfk.ru/audigy/ > > Using the driver from http://chibis.persons.gfk.ru/audigy/ > You can add your chip ID from unsupported to supported, and give > it a try. Still dont get your hopes up, i'd say you have 1% chance. I'll give it a try anyways, thanks for the tip. > > I had bought some latest soundblaster, i thought it had emu10k > chips, but it had audigy LS. I fixed it by getting a supported(read: > older) card. :( Using the OSS drivers I get sound as long as I'm not in X, as soon as i go into X I seem to loose access to the /dev/dsp* devices! When there is time I'm going to fool with emu10kx again, hopefully I can get it to do something. Thanks for your reply! -Mike