Hello,
There are lots of threads about this issue. I get average of 3 megabyte / sec on my 2 usb drives, whereas in windows it's around 16 mB/s.
Commonly two 'solutions' are mentioned.
- add to kernel options: pci=routeirq elevator=as
http://ubuntuforums.org/showthread.p...80#post8822080
- Add ehci_hcd to /etc/initramfs-tools/modules
This does not seem to work well because it does not show up in lsmod.
I tried both with no success.
I have these if I type dmesg:
I don't have that much experience in linux but I can see where it says 'low speed usb device'.
Any help much appreciated, I'd hate to abandon ubuntu for this issue.
There are lots of threads about this issue. I get average of 3 megabyte / sec on my 2 usb drives, whereas in windows it's around 16 mB/s.
Commonly two 'solutions' are mentioned.
- add to kernel options: pci=routeirq elevator=as
http://ubuntuforums.org/showthread.p...80#post8822080
- Add ehci_hcd to /etc/initramfs-tools/modules
This does not seem to work well because it does not show up in lsmod.
I tried both with no success.
I have these if I type dmesg:
Code:
1.091354] usb 1-3: new high speed USB device using ehci_hcd and address 3 [ 1.290546] usb 1-3: configuration #1 chosen from 1 choice [ 1.290938] scsi5 : SCSI emulation for USB Mass Storage devices [ 1.291080] usb-storage: device found at 3 [ 1.291082] usb-storage: waiting for device to settle before scanning [ 1.681313] usb 5-1: new low speed USB device using uhci_hcd and address 2 [ 1.860748] usb 5-1: configuration #1 chosen from 1 choice [ 2.140035] usb 5-2: new low speed USB device using uhci_hcd and address 3
Any help much appreciated, I'd hate to abandon ubuntu for this issue.
Comment