From owner-freebsd-usb@FreeBSD.ORG Sat Feb 3 16:50:25 2007 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2930716A401 for ; Sat, 3 Feb 2007 16:50:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D469413C4B8 for ; Sat, 3 Feb 2007 16:50:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l13GoOCL036881 for ; Sat, 3 Feb 2007 16:50:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l13GoOZR036880; Sat, 3 Feb 2007 16:50:24 GMT (envelope-from gnats) Date: Sat, 3 Feb 2007 16:50:24 GMT Message-Id: <200702031650.l13GoOZR036880@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: fred 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 Reply-To: fred List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Feb 2007 16:50:25 -0000 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/9a46031ab186cfa8/6237d337d9d7cb04#6237d337d9d7cb04) but it still fails. Now, the kernel messages (dmesg | grep -i usb) with USB_DEBUG option enabled. 1) original sources ohci0: mem 0xd9005000-0xd9005fff irq 21 at device 11.0 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 usbd_get_string: getting lang failed, using 0 ohci1: mem 0xd9000000-0xd9000fff irq 22 at device 11.1 on pci0 usb1: OHCI version 1.0, legacy support usb1: SMM does not respond, resetting usb1: on ohci1 usb1: USB revision 1.0 usbd_get_string: getting lang failed, using 0 ehci0: mem 0xd9001000-0xd90010ff irq 23 at device 11.2 on pci0 usb2: EHCI version 1.0 usb2: companion controllers, 4 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 usbd_transfer_cb: short transfer 0<8 usbd_new_device: addr=2, getting first desc failed uhub_explore: usb_new_device failed, error=SHORT_XFER 2) HPS sources ohci0: mem 0xd9005000-0xd9005fff irq 21 at device 11.0 on pci0 usb0: SMM does not respond, resetting usb0: on ohci0 ohci1: mem 0xd9000000-0xd9000fff irq 22 at device 11.1 on pci0 usb1: SMM does not respond, resetting usb1: on ohci1 ehci0: mem 0xd9001000-0xd90010ff irq 23 at device 11.2 on pci0 usb2: EHCI version 1.0 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! uhub_explore: usb_new_device failed, error=USBD_TIMEOUT uhub2: device problem (USBD_TIMEOUT), disabling port 6 I recall my hw here: mobo: nvidia P5ND2-SLI Deluxe, with nforce4 chipset (MPC04) uhub0: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 127 uhub0: 5 ports with 5 removable, self powered usb1: USB revision 1.0 uhub1: nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 127 uhub1: 5 ports with 5 removable, self powered usb2: USB revision 2.0 uhub2: nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 127 uhub2: 10 ports with 10 removable, self powered Thanks for any help ! Cheers, -- http://scipy.org/FredericPetit