From owner-freebsd-multimedia@FreeBSD.ORG Mon Jun 11 16:33:46 2012 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F05AD106566B for ; Mon, 11 Jun 2012 16:33:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2D0648FC21 for ; Mon, 11 Jun 2012 16:33:45 +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 mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 283868529; Mon, 11 Jun 2012 18:33:38 +0200 From: Hans Petter Selasky To: Juergen Lock Date: Mon, 11 Jun 2012 18:33:07 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <201206042131.39770.hselasky@c2i.net> <201206091709.57857.hselasky@c2i.net> <20120609173314.GA80073@triton8.kn-bremen.de> In-Reply-To: <20120609173314.GA80073@triton8.kn-bremen.de> 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206111833.07144.hselasky@c2i.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: New version of multimedia/webcamd ready for testing [v3.5.1.2] 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: Mon, 11 Jun 2012 16:33:47 -0000 On Saturday 09 June 2012 19:33:14 Juergen Lock wrote: > On Sat, Jun 09, 2012 at 05:09:57PM +0200, Hans Petter Selasky wrote: > > On Saturday 09 June 2012 16:41:28 Juergen Lock wrote: > > > I now also tested af9015, mceusb, uvc, gspca which still seem to > > > > > > work, only ati_remote is now broken, it reports: > > > DBG: : ati_remote_irq_in: Nonzero urb status -32 > > > > Could you make a usbdump trace of your device? Make sure you use the > > recently added -f option to limit the trace? > > Ok, started > > usbdump -i usbus1 -s 0 -f 7 -w /tmp/dump_pkts-ati_remote3 > webcamd -d 1.7 > ir-keytable -d /dev/input/event0 -t > > (each in their own shell), pressed a remote button a few times, > stopped ir-keytable, then webcamd, then usbdump, and then got this > from usbdump -r /tmp/dump_pkts-ati_remote3: > Could you send me a dump of the configuration descriptor of this device using usbconfig ? > And btw I found webcamd-3.5.0.2_1 failed the same on that box too > (which runs head, the other box where the port version worked runs 8.2 > and therefore doesn't have usbdump.) --HPS