Page 2 of 2

Re: Cannot copy large files back to USB stick

Posted: Fri Feb 15, 2013 9:14 pm
by Phantom
Yeah possibly, I have plugged it now from behind (!) and it works as it seems.

Re: Cannot copy large files back to USB stick

Posted: Fri Feb 15, 2013 9:43 pm
by zappa2009
No problem with my frontusb. but i dont use a usb-hub.
i have copied a 5,7GB iso-file to a stick. OK.
Change your USB-Hub ?

Re: Cannot copy large files back to USB stick

Posted: Fri Feb 15, 2013 10:49 pm
by nbache
Phantom wrote:
sundown wrote:Edit: In my kicklayout file, I have MODULE Kickstart/ehci.usbhcd, which is the usb2 driver. Seems you need to add a return after, or the driver doesn't get loaded. Well, that was why it was so slow for me, a 1G file copied to a usb stick in 326 sec, 3.3M/s.
Strange. I've checked my kicklayout file and it seems that a return after was already in place before. There's one in the middle (for AmigaOS_4.1_Update_6) and another one at the far end of the file (AmigaOS_4.1_Update_5-Debug).
Kicklayout files are very sensitive regarding line feeds/empty lines.

There must be exactly one empty line between configurations, and absolutely no other empty lines in the file.

So if it helped making an extra empty line after ehci.usbhcd, that was either the last line in a configuration, and the empty line before the next one had been missing, or some other modules in lines after that new empty line are now not being loaded. Theoretically that could also solve a problem, I suppose, e.g. if those other modules were making problems for ehci.

But in general, be careful about empty lines in kicklayout files.

Best regards,

Niels