From owner-freebsd-usb@FreeBSD.ORG Thu Jan 2 09:27:09 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99E7FAB3 for ; Thu, 2 Jan 2014 09:27:09 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBDB1564 for ; Thu, 2 Jan 2014 09:27:09 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id BD5DC100590; Thu, 2 Jan 2014 10:27:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id ADFB28F3C6B; Thu, 2 Jan 2014 10:27:45 +0100 (CET) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HY8+6fooy1ph; Thu, 2 Jan 2014 10:27:44 +0100 (CET) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 7A1C88F3C5E; Thu, 2 Jan 2014 10:27:44 +0100 (CET) Message-ID: <52C5312C.5070901@bitfrost.no> Date: Thu, 02 Jan 2014 10:28:12 +0100 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Jakub Lach , freebsd-usb@freebsd.org Subject: Re: 9-STABLE, lost access to previously working usb device References: <1382019495810-5852619.post@n5.nabble.com> <525FF443.9080309@bitfrost.no> <1382022049006-5852648.post@n5.nabble.com> <1382022807183-5852651.post@n5.nabble.com> <1388435678215-5872568.post@n5.nabble.com> <1388443884008-5872632.post@n5.nabble.com> <1388444738384-5872634.post@n5.nabble.com> <52C29DEF.3050707@bitfrost.no> <1388489384455-5872738.post@n5.nabble.com> <1388618855365-5873020.post@n5.nabble.com> In-Reply-To: <1388618855365-5873020.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2014 09:27:09 -0000 On 01/02/14 00:27, Jakub Lach wrote: > OK, there are also problems with other umass devices. > > Debug with Rockboxed device (previously working): > > http://pastebin.com/AwbMvK3s > > Debug with original firmware: > > http://pastebin.com/LYdiqNR4 > > Debug of not working umass device: > > http://pastebin.com/ukEhiR4P > > In the end, another unpleasant X stall... > > I'm lucky firefox saved my input (almost like > pre 8/7 usb dark ages). > > Hi, The reason that "X" freezes or hangs might be tied up somewhere else. Can you run "usbdump -i usbusX -f Y -s 65536" to get the traffic of your device using the different hardware/devices. --HPS