From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 27 06:14:22 2013 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5520CC6D for ; Thu, 27 Jun 2013 06:14:22 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 192AF1B89 for ; Thu, 27 Jun 2013 06:14:21 +0000 (UTC) Received: from mail.bitfrost.no (mail.bitfrost.no [46.29.221.36]) by mta.bitpro.no (Postfix) with ESMTP id 2C4227A2BC; Thu, 27 Jun 2013 08:14:20 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at bitfrost.no Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: hanspetter) by mail.bitfrost.no (Postfix) with ESMTPSA id 76BD92215E; Thu, 27 Jun 2013 08:14:16 +0200 (CEST) Message-ID: <51CBD87F.8090103@bitfrost.no> Date: Thu, 27 Jun 2013 08:15:27 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S MIME-Version: 1.0 To: Juergen Lock Subject: Re: New version of webcamd [3.10.0.6] References: <201306262216.r5QMGoIg029323@triton8.kn-bremen.de> In-Reply-To: <201306262216.r5QMGoIg029323@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jun 2013 06:14:22 -0000 On 06/27/13 00:16, Juergen Lock wrote: > DBG: : usb_urb_complete: urb completition failed=-27 > DBG: : usb_urb_complete: bulk urb completed status=-27 length=0/131072 pack_num=0 errors=0 Hi, Probably I should increase the minimum buffer size: Could you try adding to the webcamd flags: "-m linux_usb.min_bufsize=262144" Or some larger value if it doesn't work? --HPS