From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 25 17:30:03 2014 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62483815 for ; Thu, 25 Dec 2014 17:30:03 +0000 (UTC) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Norma UNIX CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D1C54280F for ; Thu, 25 Dec 2014 17:30:02 +0000 (UTC) Received: from [192.168.248.35] ([192.168.248.35]) by elf.hq.norma.perm.ru (8.14.9/8.14.5) with ESMTP id sBPHTrfa052325 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 25 Dec 2014 23:29:55 +0600 (YEKT) (envelope-from eugene@zhegan.in) Message-ID: <549C4987.6070706@zhegan.in> Date: Thu, 25 Dec 2014 22:29:43 +0500 From: "Eugene M. Zheganin" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-multimedia@freebsd.org Subject: Re: webcamd, pwc and vga References: <549ADCB1.10605@zhegan.in> <549B40F7.5050209@selasky.org> <549B9FEA.3000905@zhegan.in> <549BD9CB.8060502@selasky.org> <549C06E9.5000904@zhegan.in> <549C118D.9050407@selasky.org> <549C1677.50103@zhegan.in> <549C201E.9070203@selasky.org> In-Reply-To: <549C201E.9070203@selasky.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (elf.hq.norma.perm.ru [192.168.3.10]); Thu, 25 Dec 2014 23:29:55 +0600 (YEKT) X-Spam-Status: No hits=-1.0 bayes=0.5 testhits ALL_TRUSTED=-1 autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on elf.hq.norma.perm.ru X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2014 17:30:03 -0000 Hi. On 25.12.2014 19:33, Hans Petter Selasky wrote: > > You maybe need to set some further debug knobs: > > See output from "webcamd -s". > There's so many of them... I tried to launch webcamd with "-m hid-core.debug=1 -m videobuf-core.debug=1 -m videobuf2-core.debug=1 -m usbvision-core.core_debug=1 -m linux_usb.min_bufsize=512", no new debug messages were shown. Could you please point me to the direction where I can understand which ones to use ? I found only one pwc-related knob, but it's about the powersave. I've also found a thread on a russian community board (unfortunately, in russian) with similar issue (and the author didn't get any luck) which made me realize that may be it's not the upgrade to 10.x that left me without vga mode, but the upgrade from i386 to amd64, which I remember I have done too, around the point where vga stopped to work. Eugene.