From owner-freebsd-multimedia@FreeBSD.ORG Wed Jan 27 17:15:37 2010 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80A591065693; Wed, 27 Jan 2010 17:15:37 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swip.net [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id D86848FC20; Wed, 27 Jan 2010 17:15:36 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=RYQgPGQ7BbsA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=Tr1d4jhICKGQ6FdiVRkA:9 a=NiXVKfyiv3lKB388fPEA:7 a=11GhuH5oCaHYF066JyW9YbYCF4MA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1198687476; Wed, 27 Jan 2010 18:15:34 +0100 From: Hans Petter Selasky To: Andriy Gapon Date: Wed, 27 Jan 2010 18:14:11 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <201001101437.37269.hselasky@c2i.net> <201001262246.40003.hselasky@c2i.net> <4B60659C.3000603@icyb.net.ua> In-Reply-To: <4B60659C.3000603@icyb.net.ua> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201001271814.11651.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org, freebsd-usb@freebsd.org Subject: Re: [FreeBSD 8/9] USB webcamd and video4bsd: Call for testing X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2010 17:15:37 -0000 On Wednesday 27 January 2010 17:11:08 Andriy Gapon wrote: > BTW, on Skype with video4bsd - when I start Skype and try to configure a > video device I get the following in system log: > > kernel: linux: pid 21092 (skype): ioctl fd=10, cmd=0x7601 ('v',1) is not > implemented kernel: linux: pid 21092 (skype): ioctl fd=39, cmd=0x7601 > ('v',1) is not implemented > > And also I get the following on the stdout of webcamd (with Linux debug > converted to printfs): > uvc_v4l2_open > Unknown ioctl 0x40047601 > uvc_v4l2_release > > > P.S. I am using the latest versions of all required software _from ports_. > I haven't tried svn version of webcamd yet. > Those IOCTL's should have been translated by linux.ko. When they are not, /dev/videoX does not understand them. --HPS