From owner-freebsd-usb@FreeBSD.ORG Sun Apr 10 18:10:04 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE84516A4CE for ; Sun, 10 Apr 2005 18:10:04 +0000 (GMT) Received: from swip.net (mailfe10.tele2.se [212.247.155.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id E649C43D49 for ; Sun, 10 Apr 2005 18:10:01 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: Y1QAsIk9O44SO+J/q9KNyQ== Received: from mp-217-232-71.daxnet.no ([193.217.232.71] verified) by mailfe10.swip.net (CommuniGate Pro SMTP 4.2.9) with ESMTP id 131606879; Sun, 10 Apr 2005 20:09:59 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Alexander Zhouravlev Date: Sun, 10 Apr 2005 20:10:54 +0200 User-Agent: KMail/1.7 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504102010.57751.hselasky@c2i.net> Subject: Re: USB audio input, how to? X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2005 18:10:04 -0000 On Friday 08 April 2005 15:48, Alexander Zhouravlev wrote: > Hello, I need to have audio input from USB device under FreeBSD 5.4. > Patches from kern/75274 massively fails. Are there more recent patches? > I think this patch has gone into FreeBSD-6-current, but the PR has not been closed. You might want fetch the files in /sys/dev/sound/usb from FreeBSD-6-current, and then recompile the module/kernel and try again. Make sure you have got the right device lines in the kernel config, or that you have loaded the right modules. -- HPS