I pulled out and dusted off my old LaCie hard disk drive to see if it still worked. It doesn't. Here's what happens when I have usb-uhci, scsi_mod, and usb-storage modules loaded:
Jun 10 14:23:52 balder2 kernel: hub.c: port 1 connection change Jun 10 14:23:52 balder2 kernel: hub.c: port 1, portstatus 101, change 1, 12 Mb/s Jun 10 14:23:52 balder2 kernel: hub.c: port 1, portstatus 103, change 0, 12 Mb/s Jun 10 14:23:52 balder2 kernel: hub.c: USB new device connect on bus1/1, assigned device number 2 Jun 10 14:23:52 balder2 kernel: usb-uhci.c: interrupt, status 2, frame# 651 Jun 10 14:23:52 balder2 kernel: usb.c: USB device not accepting new address=2 (error=-110) Jun 10 14:23:52 balder2 kernel: hub.c: port 1, portstatus 103, change 0, 12 Mb/s Jun 10 14:23:52 balder2 kernel: hub.c: USB new device connect on bus1/1, assigned device number 3 Jun 10 14:23:52 balder2 kernel: usb.c: USB device not accepting new address=3 (error=-110) I poked into usb.c to see what was happening. It's just calling usb_set_address. The -110 is the error from that function. Of course, usb_set_address is just sending a control message to the device. So, really this shouldn't be happening I guess. -- (__) Doug Alcorn - Unix/Linux/Web Developing oo / PGP 02B3 1E26 BCF2 9AAF 93F1 61D7 450C B264 3E63 D543 |_/ mailto:[EMAIL PROTECTED] http://www.lathi.net _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
