From owner-freebsd-usb@FreeBSD.ORG Sun Feb 4 01:06:15 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81E2416A401 for ; Sun, 4 Feb 2007 01:06:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swip.net [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 22EED13C494 for ; Sun, 4 Feb 2007 01:06:14 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe12.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 231861725; Sun, 04 Feb 2007 01:04:20 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, fred Date: Sun, 4 Feb 2007 01:03:59 +0100 User-Agent: KMail/1.9.5 References: <200702031650.l13GoOZR036880@freefall.freebsd.org> In-Reply-To: <200702031650.l13GoOZR036880@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200702040103.59530.hselasky@c2i.net> Cc: Subject: Re: usb/107496: USB device problem on RELENG_6_2 (SHORT_XFER) (regression) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 01:06:15 -0000 Hi Fred! On Saturday 03 February 2007 17:50, fred wrote: > The following reply was made to PR usb/107496; it has been noted by GNATS. > > From: fred > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: usb/107496: USB device problem on RELENG_6_2 (SHORT_XFER) > (regression) Date: Sat, 03 Feb 2007 17:27:36 +0100 > > Hi, > > I submit a followup because I wan to add some useful information > concerning my problem. > > First of all, whith EHCI device disabled in kern conf, it works fine. > > Second, I have these problems with my two flash drives, Kingston & > Corsair: > > Kingston DataTraveler: 0x08ec:0008 > > Corsair FlashVoyager: 0x067b:2515/2517 > > Third, I have testet HPS fix > > (http://groups.google.com/group/lucky.freebsd.hardware/browse_frm/thread/9a >46031ab186cfa8/6237d337d9d7cb04#6237d337d9d7cb04) but it still fails. What SVN/P4 version did you test? Recently I have added a lot of sync code to help out on non-x86 processors. What kind of processor are you using? Could you do something like "sysctl hw.usb.debug=15" before you plug your memory sticks. Then afterwards "sysctl hw.usb.debug=0". Post or send me the resulting debug output. > usb2: on ehci0 > usb0: USB revision 1.0 > usb1: USB revision 1.0 > usb2: USB revision 2.0 > usbd_fill_iface_data: invalid wMaxPacketSize=0x0000, addr=126! > usbd_fill_iface_data: invalid wMaxPacketSize=0x0000, addr=126! > usbd_fill_iface_data: invalid wMaxPacketSize=0x0000, addr=126! This error clearly indicates that something is wrong. wMaxPacketSize should never be zero with a few rare exceptions. > uhub_explore: usb_new_device failed, error=USBD_TIMEOUT > uhub2: device problem (USBD_TIMEOUT), disabling port 6 > The transfer timed out. How nice. --HPS