From owner-freebsd-multimedia@FreeBSD.ORG Mon Apr 18 19:00:27 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 F151B106566C for ; Mon, 18 Apr 2011 19:00:27 +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 DFA6C8FC17 for ; Mon, 18 Apr 2011 19:00:27 +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 p3IJ0R9J079831 for ; Mon, 18 Apr 2011 19:00:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3IJ0Rmt079828; Mon, 18 Apr 2011 19:00:27 GMT (envelope-from gnats) Date: Mon, 18 Apr 2011 19:00:27 GMT Message-Id: <201104181900.p3IJ0Rmt079828@freefall.freebsd.org> To: freebsd-multimedia@FreeBSD.org From: Thierry Thomas 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: Thierry Thomas List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 19:00:28 -0000 The following reply was made to PR kern/152622; it has been noted by GNATS. From: Thierry Thomas To: Hans Petter Selasky Cc: FreeBSD-gnats-submit@freebsd.org, freebsd-multimedia@freebsd.org Subject: Re: kern/152622: [pcm] uaudio recording problem Date: Mon, 18 Apr 2011 20:53:48 +0200 On mon 18 apr 11 at 10:08:49 +0200, Hans Petter Selasky wrote: > > - 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 Great! Maybe should you add this in ports/multimedia/webcamd/pkg-descr? Best regards, -- Th. Thomas.