From owner-freebsd-current@FreeBSD.ORG Tue May 30 01:08:19 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 E9FEA16A5F8; Tue, 30 May 2006 01:08:19 +0000 (UTC) (envelope-from Chris@lainos.org) Received: from mail.neovanglist.net (blackacid.neovanglist.net [69.16.150.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A20243D4C; Tue, 30 May 2006 01:08:19 +0000 (GMT) (envelope-from Chris@lainos.org) Received: from localhost (localhost.neovanglist.net [127.0.0.1]) by mail.neovanglist.net (Postfix) with ESMTP id D57CF6D451; Mon, 29 May 2006 18:08:16 -0700 (MST) Received: from mail.neovanglist.net ([127.0.0.1]) by localhost (blackacid.neovanglist.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75462-06; Mon, 29 May 2006 18:08:11 -0700 (MST) Received: from melchior (kbhn-vbrg-sr0-vl202-021.perspektivbredband.net [85.235.18.21]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.neovanglist.net (Postfix) with ESMTP id 014C56D438; Mon, 29 May 2006 18:08:10 -0700 (MST) From: Chris Gilbert To: freebsd-current@freebsd.org Date: Tue, 30 May 2006 03:08:00 +0200 User-Agent: KMail/1.8.2 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: <200605300308.01145.Chris@lainos.org> X-Virus-Scanned: amavisd-new at neovanglist.net Cc: freebsd-multimedia@freebsd.org, Alexander Leidinger , Yuriy Tsibizov 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: Tue, 30 May 2006 01:08:23 -0000 Works here on Opteron SMP system! emu10kx0: port 0x3000-0x303f irq 24 at device 4.0 on pci9 pci9: at device 4.1 (no driver attached) pcm0: on emu10kx0 pcm0: pcm1: on emu10kx0 pcm2: on emu10kx0 pcm3: on emu10kx0 Also, I've tried playing with the sysctls in order to get the inputs/knobs on my audigydrive to work, any hints in regards to this? Thanks for the great work on this! -- Regards, Chris Gilbert On Saturday 20 May 2006 12:22, Yuriy Tsibizov wrote: > This driver can replace emu10k1 driver. Older version of this > driver was available from ports (audio/emu10kx). > > Changes over emu10k1 driver: > > 1. Almost all Creative cards that based on EMU10K1 and CA010X-YYY DSPs are > supported. Exceptions are cards on CA010X-DAT ("Sound Blaster Live! > 24-bit", card known as "DELL OEM SB Live!" and "Audigy LS") and E-mu > cards. > 2. Complete mixer support. Some controls that can't fit into OSS > mixer are available as sysctl under debug.emu10kxX. > 3. Optional multichannel support. Front, rear, center, subwoofer and side > card connectors are visible as a separate PCM devices. Only front channel > supports recording, other are playback-only. There is no lowpass filter on > subwoofer output. > 4. Optional MIDI I/O support, one midi port on Live! cards and two on > Audigy (and Audigy 2). MIDI support require "evennewermidi" kernel patch. > > Known problems: > 1. When S/PDIF input is not connected it generates some noise. > 2. Analog center & subwoofer are muted, because they share minijack > connector with digital output. > 3. On Audigy 4 Pro headphones connector on AudigyDrive does not work. > 4. "AUX In 2" on AudigyDrive is noisy. > > "Features": > 1. On EMU10K1 cards playback volume is low. > > What needs testing: > 1. AMD64 was known to work for driver in ports. > 2. SMP was known to work for older release (before driver appear in > ports). > 3. Audigy 4 (not Pro) card support > 4. CardBus Audigy support > 5. Digital output > > dmesg: > (SB Live! card locks system before boot when inserted with Audigy 2 cards) > > emu10kx0: port 0xd400-0xd41f irq 9 at device 9.0 > on pci0 emu10kx0: Audigy IR MIDI events enabled. > emu10kx1: port 0xb800-0xb83f irq 12 at device > 10.0 on pci0 emu10kx1: Audigy IR MIDI events enabled. > emu10kx2: port 0xb000-0xb03f irq 10 at > device 11.0 on pci0 pcm0: on emu10kx0 > pcm0: > pcm1: on emu10kx0 > pcm2: on emu10kx0 > pcm3: on emu10kx0 > pcm4: on emu10kx1 > pcm4: > pcm5: on emu10kx1 > pcm6: on emu10kx1 > pcm7: on emu10kx1 > pcm8: on emu10kx2 > pcm8: > pcm9: on emu10kx2 > pcm10: on emu10kx2 > pcm11: on emu10kx2 > pcm12: on emu10kx2 > > emu10kx1: port 0xb800-0xb81f irq 10 at > device 10.0 on pci0 emu10kx1: SB Live! IR MIDI events enabled. > pcm4: on emu10kx1 > pcm4: > pcm5: on emu10kx1 > > Source code is available as a kernel patch or a separate module from > http://chibis.persons.gfk.ru/audigy/kernel/ > > If you want to build it from emu10kx-snap.tar.gz without MIDI you will have > to run 'make SUBDIR='. > > Yuriy. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"