usb/107496: USB device problem on RELENG_6_2 (SHORT_XFER) (regression)

fred fredmfp at gmail.com
Sat Feb 3 16:50:25 UTC 2007


The following reply was made to PR usb/107496; it has been noted by GNATS.

From: fred <fredmfp at gmail.com>
To: bug-followup at 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: <OHCI (generic) USB controller> 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: <OHCI (generic) USB controller> on ohci0
 usb0: USB revision 1.0
 usbd_get_string: getting lang failed, using 0
 ohci1: <OHCI (generic) USB controller> 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: <OHCI (generic) USB controller> on ohci1
 usb1: USB revision 1.0
 usbd_get_string: getting lang failed, using 0
 ehci0: <EHCI (generic) USB 2.0 controller> 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: <EHCI (generic) USB 2.0 controller> 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: <OHCI (generic) USB controller> mem 0xd9005000-0xd9005fff irq 21 
 at device 11.0 on pci0
 usb0: SMM does not respond, resetting
 usb0: <OHCI (generic) USB controller> on ohci0
 ohci1: <OHCI (generic) USB controller> mem 0xd9000000-0xd9000fff irq 22 
 at device 11.1 on pci0
 usb1: SMM does not respond, resetting
 usb1: <OHCI (generic) USB controller> on ohci1
 ehci0: <EHCI (generic) USB 2.0 controller> mem 0xd9001000-0xd90010ff irq 
 23 at device 11.2 on pci0
 usb2: EHCI version 1.0
 usb2: <EHCI (generic) USB 2.0 controller> 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


More information about the freebsd-usb mailing list