From owner-freebsd-usb@FreeBSD.ORG Sat Feb 9 14:55:51 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B76558F9 for ; Sat, 9 Feb 2013 14:55:51 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.c2i.net [212.247.154.34]) by mx1.freebsd.org (Postfix) with ESMTP id 51E6FE04 for ; Sat, 9 Feb 2013 14:55:50 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 377030576; Sat, 09 Feb 2013 15:55:43 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Subject: Re: Pencam does not attach Date: Sat, 9 Feb 2013 15:56:53 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.8.4; amd64; ; ) References: <20130209125156.GA15557@psconsult.nl> In-Reply-To: <20130209125156.GA15557@psconsult.nl> X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, 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: Sat, 09 Feb 2013 14:55:51 -0000 On Saturday 09 February 2013 13:51:56 Paul Schenkeveld wrote: > Hi, > > I tried to use a USB pen camera with flash drive but get no more than: > > usbus7: port reset timeout > uhub_reattach_port: port 1 reset failed, error=USB_ERR_TIMEOUT > uhub_reattach_port: device problem (USB_ERR_TIMEOUT), disabling port 1 > usbd_set_config_index: could not read device status: USB_ERR_STALLED > usbd_req_re_enumerate: addr=3, set address failed! (USB_ERR_STALLED, > ignored) usbd_req_re_enumerate: addr=3, set address failed! > (USB_ERR_STALLED, ignored) usb_alloc_device: Failure selecting > configuration index 0:USB_ERR_STALLED, port 1, addr 3 (ignored) ugen7.3: > at usbus7 > ugen7.3: at usbus7 (disconnected) > > It works fine on a Macbook so I know it's not broken. > > Any chance of getting this to work? > > BTW I'm running 8.3-STABLE with a kernel built in May 2012. > Hi, > With kind regards, You should try 8-stable first. There has been some timing fixes in this area. See: sysctl hw.usb.timings --HPS