Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Apr 2011 08:10:13 GMT
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: kern/152622: [pcm] uaudio recording problem
Message-ID:  <201104180810.p3I8ADCC051245@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/152622; it has been noted by GNATS.

From: Hans Petter Selasky <hselasky@c2i.net>
To: Thierry Thomas <thierry@freebsd.org>
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 <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?201104180810.p3I8ADCC051245>