From owner-freebsd-usb@FreeBSD.ORG Mon Jan 6 07:05:23 2014 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F0E9D4E for ; Mon, 6 Jan 2014 07:05:23 +0000 (UTC) Received: from mta04.bitpro.no (mta04.bitpro.no [92.42.64.203]) by mx1.freebsd.org (Postfix) with ESMTP id 58B781D26 for ; Mon, 6 Jan 2014 07:05:22 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta04.bitpro.no (Postfix) with ESMTPS id A45FF100292; Mon, 6 Jan 2014 08:05:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id 8D8778F5DB8; Mon, 6 Jan 2014 08:06:00 +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 dfCMPk5XOf-B; Mon, 6 Jan 2014 08:05:59 +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 679168F564B; Mon, 6 Jan 2014 08:05:59 +0100 (CET) Message-ID: <52CA55F2.7060100@bitfrost.no> Date: Mon, 06 Jan 2014 08:06:26 +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: "R. Tyler Croy" , freebsd-usb@freebsd.org Subject: Re: USB_ERR_STALLED on -PRERELEASE when attaching a Galaxy Nexus References: <20140106015359.GA3245@kiwi> In-Reply-To: <20140106015359.GA3245@kiwi> 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: Mon, 06 Jan 2014 07:05:23 -0000 On 01/06/14 02:53, R. Tyler Croy wrote: > I'm trying to tinker with my Galaxy Nexus phone, and I seem to have issues with > connecting the phone. Below is the dmesg that comes up, when the phone is > attached, my USB keybaord gets funky too > > Jan 5 17:39:21 kiwi kernel: ugen7.5: at usbus7 > Jan 5 17:39:21 kiwi devd: Executing 'logger Unknown USB device: vendor 0x04e8 product 0x685c bus uhub0' > Jan 5 17:39:21 kiwi root: Unknown USB device: vendor 0x04e8 product 0x685c bus uhub0 > Jan 5 17:39:21 kiwi kernel: ums1: at uhub8, port 2, addr 4 (disconnected) > Jan 5 17:39:21 kiwi devd: Executing '/etc/rc.d/moused stop ums1' > Jan 5 17:39:22 kiwi kernel: usbd_req_re_enumerate: addr=4, set address failed! (USB_ERR_STALLED, ignored) > Jan 5 17:39:23 kiwi kernel: usbd_setup_device_desc: getting device descriptor at addr 4 failed, USB_ERR_STALLED > Jan 5 17:39:24 kiwi kernel: usbd_req_re_enumerate: addr=4, set address failed! (USB_ERR_STALLED, ignored) > Jan 5 17:39:25 kiwi kernel: usbd_setup_device_desc: getting device descriptor at addr 4 failed, USB_ERR_STALLED > > > I'm running: > > FreeBSD kiwi 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #6 r259920: Thu Dec 26 12:14:47 PST 2013 root@kiwi:/usr/obj/usr/src/sys/KIWI amd64 > > > Is this a bug I should try to track down? > > - R. Tyler Croy > ------------------ > Code: https://github.com/rtyler > Chatter: https://twitter.com/agentdero > rtyler@jabber.org > Hi, Possibly your device is trying to charge from the USB port, causing these disconnect events. Try disabling USB charging and select the correct USB profile in your phone menus. --HPS