Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2011 00:21:34 +0200
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: kern/152622: [pcm] uaudio recording problem
Message-ID:  <20110416222134.GA75708@graf.pompo.net>
In-Reply-To: <20110412165142.GB26325@graf.pompo.net>
References:  <201104101010.p3AAAEQ6022759@freefall.freebsd.org> <201104111927.21109.hselasky@c2i.net> <20110411195841.GI16543@graf.pompo.net> <201104120946.44266.hselasky@c2i.net> <20110412165142.GB26325@graf.pompo.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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";
};

(replace "0x0825" and ugen4.3 according to dmesg)

- then you have to open the camera device (/dev/video0) by an
application (e.g. pwcview)

- then run the following command:
# usbconfig -d ugenX.Y do_request 0x22 0x01 0x100 0x86 0x03 0x80 0xBB 0x00

Replace "ugenX.Y" with your device, according to the output from dmesg.

That's all!

Regards,
-- 
Th. Thomas.



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