From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 18 08:10:15 2011 Return-Path: Delivered-To: freebsd-multimedia@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B510106567A for ; Mon, 18 Apr 2011 08:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A80178FC13 for ; Mon, 18 Apr 2011 08:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3I8AD4M051246 for ; Mon, 18 Apr 2011 08:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3I8ADCC051245; Mon, 18 Apr 2011 08:10:13 GMT (envelope-from gnats) Date: Mon, 18 Apr 2011 08:10:13 GMT Message-Id: <201104180810.p3I8ADCC051245@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: kern/152622: [pcm] uaudio recording problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 08:10:15 -0000 The following reply was made to PR kern/152622; it has been noted by GNATS. From: Hans Petter Selasky To: Thierry Thomas Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: kern/152622: [pcm] uaudio recording problem Date: Mon, 18 Apr 2011 10:08:49 +0200 On Sunday 17 April 2011 00:21:34 Thierry Thomas wrote: > Hello, > > According to , there is a > workaround, which is working for olli@ with two webcams and also for > mine: > > - firstly, you have to launch webcamd > > I do that automatically by adding the following lines in my > /etc/devd.conf: > > attach 100 { > match "vendor" "0x046d"; > match "product" "0x0825"; > action "/usr/local/sbin/webcamd -d ugen4.3 -i 0 -v 0"; > }; You should use $cdev instead of ugen4.3 --HPS