Daniel Drake wrote: > You didn't describe the actual problem - what happens when > you plug the device in?
This is what happens: hub.c: new USB device 00:0b.3-6, assigned address 10 usb.c: USB device not accepting new address=10 (error=-71) hub.c: new USB device 00:0b.3-6, assigned address 11 usb.c: USB device not accepting new address=11 (error=-71) Nothing else. > From this output, I don't see anything that might resemble a > USB hard disk. > All I see is a series of standard host controllers plus a > logitech camera. Are > you sure the device was connected and powered up when you > captured this output? Yes. That's the whole point. When I plug a device into the usb2.0 (ehci loaded) controller nothing happens but the above. It seems it notices it, but then nothing else happens. > It may also be worth checking that you have EHCI compiled > into the kernel, and > loaded if its a module. Yes. Ehci IS loaded. Here is lsmod: Module Size Used by Tainted: PF loop 9688 0 (autoclean) (unused) st 28440 0 (autoclean) (unused) sg 31644 0 (autoclean) (unused) sd_mod 11980 0 (unused) usb-storage 122512 0 (unused) ntfs 53248 0 (unused) sr_mod 15768 2 (autoclean) ide-cd 32000 0 (autoclean) cdrom 28352 0 (autoclean) [sr_mod ide-cd] agpgart 38328 3 (autoclean) nvidia 1630624 11 (autoclean) ipt_MASQUERADE 1368 2 (autoclean) ipt_LOG 3512 16 (autoclean) ipt_limit 920 16 (autoclean) ipt_state 536 5 (autoclean) iptable_filter 1740 1 (autoclean) ip_nat_ftp 2800 0 (unused) iptable_nat 15630 2 [ipt_MASQUERADE ip_nat_ftp] ip_conntrack_ftp 3952 1 ip_conntrack 19908 1 [ipt_MASQUERADE ipt_state ip_nat_ftp iptable_nat ip_conntrack_ftp] ip_tables 12224 8 [ipt_MASQUERADE ipt_LOG ipt_limit ipt_state iptable_filter iptable_nat] it87 7372 0 (unused) i2c-proc 7024 0 [it87] i2c-core 13124 0 [it87 i2c-proc] lp 7332 0 (autoclean) vmnet 19600 2 parport_pc 27336 1 parport 24808 1 [lp parport_pc] vmmon 23292 0 (unused) quickcam 58240 0 videodev 6432 1 [quickcam] printer 8000 0 i810_audio 23868 1 ac97_codec 13268 0 [i810_audio] soundcore 3780 2 [i810_audio] 8139too 15400 1 mii 2400 0 [8139too] ide-scsi 10320 1 scsi_mod 94912 5 [st sg sd_mod usb-storage sr_mod ide-scsi] input 3328 0 (unused) usb-ohci 18728 0 (unused) ehci-hcd 18124 0 (unused) usbcore 61644 1 [usb-storage quickcam printer usb-ohci ehci-hcd] ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
