From owner-freebsd-current@FreeBSD.ORG Sat May 20 12:09:03 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 2E40116A454 for ; Sat, 20 May 2006 12:09:02 +0000 (UTC) (envelope-from gexlie@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id F161843D46 for ; Sat, 20 May 2006 12:08:49 +0000 (GMT) (envelope-from gexlie@gmail.com) Received: by nz-out-0102.google.com with SMTP id l8so629404nzf for ; Sat, 20 May 2006 05:08:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=byPuwJYKG4UD83St95igFC4twiFPQYILvaG6EoM8hf5CqrcCal0goflUT83hFTu9l9c9P4PmL9saUh748yscK6HnVZoEOmy8JPHS5O08Dah5EOrFFokFCmgI1o8KQ1G2EWdHFKwXPqv6S4WVRmziQDEQ2Bjpk+M1WO15nxkSd9E= Received: by 10.37.20.25 with SMTP id x25mr1507355nzi; Sat, 20 May 2006 05:08:48 -0700 (PDT) Received: by 10.36.222.48 with HTTP; Sat, 20 May 2006 05:08:48 -0700 (PDT) Message-ID: <53cc795f0605200508g47ac031awa45386dc6feb89d8@mail.gmail.com> Date: Sat, 20 May 2006 16:08:48 +0400 From: sekes To: "Yuriy Tsibizov" In-Reply-To: <20060520141209.A2285@free.home.local> MIME-Version: 1.0 References: <20060520141209.A2285@free.home.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, Alexander Leidinger , freebsd-current@freebsd.org 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: Sat, 20 May 2006 12:09:04 -0000 i have this soundcard: EMU10000 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - CT4780 i can test your driver, but it is not supported as i see :( may i hope of supporting dell oem cards by your driver in a future? On 5/20/06, 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 ar= e > 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 o= n > 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 devic= e > 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=3D'. > > 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= " >