From owner-freebsd-stable@FreeBSD.ORG Wed Sep 27 12:16:57 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B8F416A4EA for ; Wed, 27 Sep 2006 12:16:57 +0000 (UTC) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from mx.gfk.ru (mx.gfk.ru [84.21.231.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBBDA43D6E for ; Wed, 27 Sep 2006 12:16:53 +0000 (GMT) (envelope-from Yuriy.Tsibizov@gfk.ru) Received: from ex.hhp.local by mx.gfk.ru (MDaemon PRO v9.0.5) with ESMTP id md50000506850.msg for ; Wed, 27 Sep 2006 16:16:33 +0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 27 Sep 2006 16:16:31 +0400 Message-ID: <78664C02FF341B4FAC63E561846E3BCC01F78F@ex.hhp.local> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: snd_emu10k1 driver thread-index: AcbiLDs9cIjPSP4sTOKkJT7eYAC/oAAASIRg From: "Yuriy Tsibizov" To: "Bill Blue" X-Spam-Processed: mx.gfk.ru, Wed, 27 Sep 2006 16:16:33 +0400 (not processed: message from valid local sender) X-MDRemoteIP: 10.0.0.30 X-Return-Path: Yuriy.Tsibizov@gfk.ru X-Envelope-From: Yuriy.Tsibizov@gfk.ru X-MDaemon-Deliver-To: freebsd-stable@freebsd.org X-MDAV-Processed: mx.gfk.ru, Wed, 27 Sep 2006 16:16:34 +0400 Cc: freebsd-stable@freebsd.org Subject: RE: snd_emu10k1 driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Sep 2006 12:16:57 -0000 > For the recording software I've used Krec, ffmpeg, darkice=20 > and streamTranscoder (the latter two feeding an icecast=20 > server). 'mixer' has its recording device (=3Drec) set to line=20 > in, and I'm feeding audio to line in (analog) and spdif in=20 > (digital). There's no problem monitoring the 'line in' buss=20 > on the outputs, but there's no audio on the record output device. snd_emu10k1 may not support recording from s/pdif input. Both drivers should be able to record from line-in. >=20 > There's no sound daemons like esound or artsd running during=20 > these tests. The ports being tested as an input device seem=20 > to open correctly and show up as read devices in fstat. >=20 > I've also tried the snd_emu10kx driver to no avail. As I understand, you use a driver from ports? can you post output of: cat /dev/emu10kx0 emuctrl list mixer (when you use snd_emu10kx) and=20 mixer (when you use snd_emu10k1) >=20 > Has anyone had experience using the Live! sound card and=20 > these drivers? And if so, is recording correctly supported? It should work on snd_emu10kx, if you set all volume controls correctly. There was a version (of snd_emu10kx) that had broken recording on Live! cards. I'm not shure, was port updated with lates fixes. Yuriy.