From owner-freebsd-multimedia@FreeBSD.ORG Sat Apr 23 23:00:10 2011 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 04F68106566B for ; Sat, 23 Apr 2011 23:00:09 +0000 (UTC) (envelope-from me@janh.de) Received: from mxchg03.rrz.uni-hamburg.de (mxchg03.rrz.uni-hamburg.de [134.100.38.113]) by mx1.freebsd.org (Postfix) with ESMTP id 926988FC12 for ; Sat, 23 Apr 2011 23:00:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTP id 007371EE327; Sun, 24 Apr 2011 01:00:08 +0200 (CEST) X-Virus-Scanned: by University of Hamburg ( RRZ / mgw02.rrz.uni-hamburg.de ) Received: from mxchg03.rrz.uni-hamburg.de ([127.0.0.1]) by localhost (mxchg03.rrz.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10324) with ESMTP id zCjhKdUlV3BC; Sun, 24 Apr 2011 01:00:07 +0200 (CEST) Received: from mailhost.uni-hamburg.de (mailhost.uni-hamburg.de [134.100.32.155]) by mxchg03.rrz.uni-hamburg.de (Postfix) with ESMTPS; Sun, 24 Apr 2011 01:00:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mailhost.uni-hamburg.de (Postfix) with ESMTP id E172A90055; Sun, 24 Apr 2011 01:00:07 +0200 (CEST) X-Virus-Scanned: by University of Hamburg (RRZ/mailhost) Received: from mailhost.uni-hamburg.de ([127.0.0.1]) by localhost (mailhost.uni-hamburg.de [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xHT9WswDpQWx; Sun, 24 Apr 2011 01:00:07 +0200 (CEST) Received: from nb981.math (g224000221.adsl.alicedsl.de [92.224.0.221]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fmjv004) by mailhost.uni-hamburg.de (Postfix) with ESMTPSA id 96BBE9004F; Sun, 24 Apr 2011 01:00:07 +0200 (CEST) Message-ID: <4DB359F3.80300@janh.de> Date: Sun, 24 Apr 2011 01:00:03 +0200 From: Jan Henrik Sylvester User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110316 Thunderbird/3.1.9 MIME-Version: 1.0 To: Hans Petter Selasky References: <4DAB4E21.3070906@janh.de> <201104211404.41456.hselasky@c2i.net> <4DB2C281.2080305@janh.de> <201104231427.31513.hselasky@c2i.net> In-Reply-To: <201104231427.31513.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: multimedia-list freebsd Subject: Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32 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: Sat, 23 Apr 2011 23:00:10 -0000 >>>>> On Sunday 17 April 2011 22:31:29 Jan Henrik Sylvester wrote: >>>>>> With webcamd-0.1.20_1, I could tune into a channel and watch TV almost >>>>>> every time using my 'WideView WT-220U PenType Receiver >>>>>> (Typhoon/Freecom)'. With webcamd-0.1.23, Kaffeine almost always hangs >>>>>> and Typhony ( http://raaf.atspace.org/dvbusb/ ) hangs switching >>>>>> channels. >>>>>> >>>>>> I did debug builds from both versions. The output is identical until >>>>>> all the devices are created, but after that, 0.1.23 prints about once >>>>>> a second: 'dvb-usb: recv bulk message failed: -32' I just did something like this (as 1789 seems to be the earliest revision with version 0.1.24 and 1797 is currently the latest) beginning in a clean directory: svn --username anonsvn --password anonsvn checkout -r 1789 svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux mv ulinux ulinux-1789 cd ulinux-1789 make fetch make package cd .. svn --username anonsvn --password anonsvn checkout -r 1797 svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux mv ulinux ulinux-1797 cd ulinux-1797 make fetch make package With both resulting 0.1.24 tarballs, I can build working webcamd binaries, but with the official 0.1.24 and 0.1.23 tarballs used in ports, I still have the issue. I tried to compare the different 0.1.24 tarballs: While my 1789 and 1797 have just a few differences, the difference to the official tarball is huge. I probably misunderstood how to create the tarball. How do I get something that is close to the official 0.1.24 tarball? Or is it impossible, since tip[134].tar.bz2 are changing? Thanks, Jan Henrik