From owner-freebsd-gnome@FreeBSD.ORG Sun Apr 1 21:35:33 2012 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69C7D106566C; Sun, 1 Apr 2012 21:35:33 +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 80E808FC0C; Sun, 1 Apr 2012 21:35:32 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 91801845; Sun, 01 Apr 2012 23:30:23 +0200 From: Hans Petter Selasky To: Andriy Gapon Date: Sun, 1 Apr 2012 23:29:06 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <4F749AD1.7020703@FreeBSD.org> <201204012311.57974.hselasky@c2i.net> <4F78C64B.8080704@FreeBSD.org> In-Reply-To: <4F78C64B.8080704@FreeBSD.org> 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: <201204012329.06548.hselasky@c2i.net> Cc: gnome , Joe Marcus Clarke Subject: Re: Fwd: Re: calibre: kindle usb connection problem X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2012 21:35:33 -0000 On Sunday 01 April 2012 23:19:07 Andriy Gapon wrote: > on 02/04/2012 00:11 Hans Petter Selasky said the following: > > On Saturday 31 March 2012 21:21:11 Joe Marcus Clarke wrote: > >> On 3/29/12 1:46 PM, Andriy Gapon wrote: > > > > Hi, > > > > I think you need to open the device to be allowed to call > > libusb20_dev_req_string_simple_sync, like shown in the previous function > > call list. > > > > Does that make sense to you? > > Not really... :-) > How does that cause the disconnect and reconnect? > Hi, > [snip] If the string you are asking for doesn't exist in the firmware, maybe it generates a NULL pointer fault, and then the kindle crashes? You can also try: sysctl hw.usb.no_cs_fail=1 Not sure if it helps. Could you use usbdump, and the version from 9-stable or -current, and make a USB trace file using the "-f" option one or more times to get only the kindle related devices. Then send me a link to that, and I'll have a look. --HPS