Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Apr 2011 01:00:03 +0200
From:      Jan Henrik Sylvester <me@janh.de>
To:        Hans Petter Selasky <hselasky@c2i.net>
Cc:        multimedia-list freebsd <freebsd-multimedia@freebsd.org>
Subject:   Re: webcamd regression 0.1.20->0.1.23: recv bulk message failed: -32
Message-ID:  <4DB359F3.80300@janh.de>
In-Reply-To: <201104231427.31513.hselasky@c2i.net>
References:  <4DAB4E21.3070906@janh.de> <201104211404.41456.hselasky@c2i.net> <4DB2C281.2080305@janh.de> <201104231427.31513.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DB359F3.80300>