From owner-freebsd-multimedia@FreeBSD.ORG Tue Jun 5 15:52:12 2012 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 57725106564A for ; Tue, 5 Jun 2012 15:52:12 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id D43E78FC16 for ; Tue, 5 Jun 2012 15:52:11 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 115921971; Tue, 05 Jun 2012 17:52:07 +0200 From: Hans Petter Selasky To: Buganini Date: Tue, 5 Jun 2012 17:51:27 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201206051751.27652.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: webcam works only once per boot 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: Tue, 05 Jun 2012 15:52:12 -0000 On Tuesday 05 June 2012 14:36:30 Buganini wrote: > My webcam worked fine before, > but after I make delete-old delete-old-libs and portmaster -f net-im/skype, > my webcam works only once in every boot cycle, > than it hang with backtrace: > #0 0x000000080186b4bc in clock_gettime () from /lib/libc.so.7 > #1 0x0000000000500f0e in ?? () > #2 0x0000000000501372 in ?? () > #3 0x00000000004ffa5b in ?? () > #4 0x00000000005ca59a in fls () > #5 0x0000000800f2b81a in libusb20_tr_callback_wrapper () from > /usr/lib/libusb.so.3 > #6 0x0000000800f2ab27 in libusb_get_active_config_descriptor () from > /usr/lib/libusb.so.3 > #7 0x00000000005ca7ce in fls () > #8 0x000000080133e93d in pthread_create () from /lib/libthr.so.3 > #9 0x0000000000000000 in ?? () > > How can I fix it? > > Thanks, > Buganini Hi, Can you try using the latest version first and see if the issue is the same? There is a new version of webcamd, now webcamd-3.5.1.2.tar.bz2, ready for testing. Port can be found here: svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b/trunk/ports NOTE: You need to install new cuse4bsd-kmod module first, because new API's were added. Please test and report back! Changes: x) Webcamd and cuse4bsd has new video and DVB unit allocation management. Unit numbers should now be all back to back, /dev/video0, /dev/video1 .... etc x) Updated to latest Linux Media Tree sources v3.5 --HPS