kern/152622: [pcm] uaudio recording problem
Hans Petter Selasky
hselasky at c2i.net
Mon Apr 18 08:10:15 UTC 2011
The following reply was made to PR kern/152622; it has been noted by GNATS.
From: Hans Petter Selasky <hselasky at c2i.net>
To: Thierry Thomas <thierry at freebsd.org>
Cc: FreeBSD-gnats-submit at freebsd.org,
freebsd-multimedia at 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
More information about the freebsd-multimedia
mailing list