From owner-freebsd-current@FreeBSD.ORG Mon May 22 01:55:14 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFC916A4C2 for ; Mon, 22 May 2006 01:55:14 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from smtp.utwente.nl (smtp1.utsp.utwente.nl [130.89.2.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6F243D45 for ; Mon, 22 May 2006 01:55:13 +0000 (GMT) (envelope-from pieter@degoeje.nl) Received: from nox.student.utwente.nl (nox.student.utwente.nl [130.89.165.91]) by smtp.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id k4M1t8gC009750 for ; Mon, 22 May 2006 03:55:08 +0200 From: Pieter de Goeje To: freebsd-current@freebsd.org Date: Mon, 22 May 2006 03:55:08 +0200 User-Agent: KMail/1.9.1 References: <20060520141209.A2285@free.home.local> In-Reply-To: <20060520141209.A2285@free.home.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605220355.08380.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2006 01:55:24 -0000 Hi, I have a Sound Blaster Live! 5.1 Digital card (well, that's what it says on the card itself), but it isn't detected correctly until after I add the following line to emu10kx.c: {0x1102, 0x0002, 0x1102, 0x8066, "CT4780", "SBLive! 5.1 Digital", HAS_AC97 | HAS_51 | IS_EMU10K1}, Otherwise it's detected as "SBLive! (Unknown model)", without the 5.1 bits. The driver seems to work fine here, I didn't do extensive testing but I can play my mp3s :) pciconf -vl: emu10kx0@pci0:10:0: class=0x040100 card=0x80661102 chip=0x00021102 rev=0x0a hdr=0x00 vendor = 'Creative Labs' device = 'EMU10000 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780' class = multimedia subclass = audio cat /dev/emu10kx0 FreeBSD EMU10Kx Audio Driver Hardware resource usage: DSP General Purpose Registers: 38 used, 256 total DSP Instruction Registers: 54 used, 512 total Card supports AC97 codec and 5.1 output, SBLive! DSP code Installed devices: EMU10Kx DSP FRONT PCM Interface on pcm0 EMU10Kx DSP REAR PCM Interface on pcm1 EMU10Kx DSP CENTER PCM Interface on pcm2 EMU10Kx DSP SUBWOOFER PCM Interface on pcm3 EMU10Kx MIDI Interface On-card connector on midi0 IR reciever MIDI events disabled Regards, Pieter de Goeje