Linux – Copying from external device very slow

debiandebian-lennylinux

i am running debian lenny on my machine. The problem is when I try to copy data from usb device to my hdd, The transfer rate is very very slow, Even if i put 10MB file to copy it takes arround 15min to cp to hdd. But the same usb device it i connect to laptop it works fine. Even it was problem when etch was there, i though it may get solved after upgrading to lenny. Is there any solution for this..

Best Answer

As Bernd asked:

Which usb module is loaded? uhci or ehci

lsmod | grep hci

The output should look something like this:

uhci_hcd               22404  0 
ehci_hcd               34688  0 
usbcore               134576  5 oss_usb,usbhid,uhci_hcd,ehci_hcd

If it only shows uhci and not ehci, then the usb 2.0 drivers just aren't loading