From owner-freebsd-usb@FreeBSD.ORG Thu Oct 17 14:07:02 2013 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 ESMTP id 9533D55F for ; Thu, 17 Oct 2013 14:07:02 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id 51D272308 for ; Thu, 17 Oct 2013 14:07:02 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 51B247A22C; Thu, 17 Oct 2013 16:07:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 8AAD38EDBC2; Thu, 17 Oct 2013 16:07:25 +0200 (CEST) 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 uypGDL2WjT+L; Thu, 17 Oct 2013 16:07:24 +0200 (CEST) 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 AC9568ED64A; Thu, 17 Oct 2013 16:07:24 +0200 (CEST) Message-ID: <525FEF4E.4030100@bitfrost.no> Date: Thu, 17 Oct 2013 16:08:14 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jakub Lach Subject: Re: 9-STABLE, lost access to previously working usb device References: <1382018481869-5852605.post@n5.nabble.com> In-Reply-To: <1382018481869-5852605.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 14:07:02 -0000 On 10/17/13 16:01, Jakub Lach wrote: > FreeBSD 9.2-STABLE #0 r256650 amd64, device in question is > Sansa Clip+ music player, with Rockbox firmware- > > Oct 17 15:52:25 Thinkpad kernel: usbus3: port reset timeout > Oct 17 15:52:25 Thinkpad kernel: usbd_req_re_enumerate: addr=2, port reset > failed, USB_ERR_TIMEOUT > Oct 17 15:52:26 Thinkpad kernel: usbd_req_re_enumerate: addr=2, set address > failed! (USB_ERR_STALLED, ignored) > Oct 17 15:52:27 Thinkpad kernel: usbd_setup_device_desc: getting device > descriptor at addr 2 failed, USB_ERR_STALLED > Oct 17 15:52:27 Thinkpad kernel: usb_alloc_device: Failure selecting > configuration index 0:USB_ERR_STALLED, port 1, addr 2 (ignored) > Oct 17 15:52:27 Thinkpad kernel: ugen3.2: at usbus3 > Oct 17 15:52:27 Thinkpad kernel: ugen3.2: at usbus3 > (disconnected) > > With original firmware: > > Oct 17 15:47:56 Thinkpad kernel: g_vfs_done():da1[READ(offset=0, > length=8192)]error = 6 > Oct 17 15:48:20 Thinkpad kernel: g_vfs_done():da1[READ(offset=0, > length=8192)]error = 6 > > mount_msdosfs: /dev/da1: Device not configured > > After setting hw.usb.debug=1 - Hi, Make sure you are using the latest Rock-Box firmware. If your Thinkpad has EHCI, then try: sysctl hw.usb.ehci.no_hs=1 Then re-plug. --HPS