Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 10:08:49 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        Thierry Thomas <thierry@freebsd.org>
Cc:        freebsd-multimedia@freebsd.org, FreeBSD-gnats-submit@freebsd.org
Subject:   Re: kern/152622: [pcm] uaudio recording problem
Message-ID:  <201104181008.49915.hselasky@c2i.net>
In-Reply-To: <20110416222134.GA75708@graf.pompo.net>
References:  <201104101010.p3AAAEQ6022759@freefall.freebsd.org> <20110412165142.GB26325@graf.pompo.net> <20110416222134.GA75708@graf.pompo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 17 April 2011 00:21:34 Thierry Thomas wrote:
> Hello,
> 
> According to <http://wiki.freebsd.org/WebcamCompat>, 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181008.49915.hselasky>