On Tue, 2 Dec 2003, Nurnberg-LaZerte wrote: > ** Reply to message from Alan Stern <[EMAIL PROTECTED]> on Mon, 1 Dec 2003 14:35:40 > -0500 (EST) > >Load the uhci-hcd driver by hand, using the command > > modprobe uhci-hcd debug=3 > > OK, now using kernel 2.6.0-test11 with CONFIG_USB_DEBUG=y and "modprobe > uhci-hcd debug=3". But when the usb optical mouse fails (and its light > dims) there is still no error message. However, there is some new stuff > when uhci-hcd is loaded including this: > > drivers/usb/host/uhci-hcd.c: uhci_result_control() failed with status 1d4007ff > [c7bf2270] link (07bf21b2) element (07bbd140) > Element != First TD > 0: [c7bbd100] link (07bbd140) e3 LS Length=7 MaxLen=7 DT0 EndPt=0 Dev=2, > PID=2d(SETUP) (buf=0bf5c6e0) > 1: [c7bbd140] link (00000001) e3 LS IOC Stalled Length=7ff MaxLen=7ff DT1 EndPt=0 > Dev=2, PID=69(IN) (buf=00000000)
That's not a real error; it's just the mouse failing to reply to some message it didn't understand. > ... > drivers/usb/host/uhci-hcd.c: d800: suspend_hc Again not an error; it's your other USB port (the one with nothing plugged in) being suspended. > But at this point,the mouse is working. So I'm not sure whether they are > relevant. This is an Abit KT-7 motherboard with the Via Apollo KT133 > chipset (VT8363, VT82C686A). No, those aren't relevant. I wonder if this couldn't be something as simple as a bad cable connection. If a power line was jarred loose it might do something like this. I know you said it hasn't happened under Windows, but it's still a possibility. Otherwise there's no signs of what might be going wrong. Sorry I can't provide any more help. Alan Stern ------------------------------------------------------- This SF.net email is sponsored by OSDN's Audience Survey. Help shape OSDN's sites and tell us what you think. Take this five minute survey and you could win a $250 Gift Certificate. http://www.wrgsurveys.com/2003/osdntech03.php?site=8 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
