I'm trying to mount this phone on a FC 10 machine (kernel-2.6.27.21-170.2.56.fc10.x86_64
). It'll mount & unmount the first couple of times, then it'll stop mounting. I get this in the /var/log messages file:
Apr 5 07:50:57 john kernel: usb 2-4.4: device not accepting address 46, error -
110
Apr 5 07:50:57 john kernel: usb 2-4.4: new full speed USB device using ehci_hcd
and address 47
Apr 5 07:51:12 john kernel: usb 2-4.4: device descriptor read/64, error -110
Apr 5 07:51:28 john kernel: usb 2-4.4: device descriptor read/64, error -110
Apr 5 07:51:28 john kernel: usb 2-4.4: new full speed USB device using ehci_hcd
and address 48
Apr 5 07:51:43 john kernel: hub 2-4:1.0: unable to enumerate USB device on port
4
Apr 5 07:51:43 john kernel: usb 2-4.4: new full speed USB device using ehci_hcd
and address 49
Apr 5 07:51:53 john kernel: usb 2-4.4: device not accepting address 49, error -
110
Apr 5 07:51:53 john kernel: usb 2-4.4: new full speed USB device using ehci_hcd
and address 50
Apr 5 07:52:04 john kernel: usb 2-4.4: device not accepting address 50, error -
110
Apr 5 07:52:04 john kernel: usb 2-4.4: new full speed USB device using ehci_hcd
and address 51
Apr 5 07:52:19 john kernel: usb 2-4.4: device descriptor read/64, error -110
maybe it's because I'm going through a USB hub, but I doubt it as if I reboot the machine, it'll then work. I've tried rmmod usb_storage, that doesn' help.
Any Ideas?
Thanks.