kern/152622: [pcm] uaudio recording problem

Hans Petter Selasky hselasky at c2i.net
Mon Apr 18 08:09:55 UTC 2011


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


More information about the freebsd-multimedia mailing list