This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10715 - File transfer interrupts, ending up needing of a "restore"
Attached to Project:
Rockbox
Opened by Turke (obzen) - Saturday, 24 October 2009, 14:17 GMT+2
Last edited by Michael Sparmann (TheSeven) - Monday, 08 February 2010, 19:40 GMT+2
Opened by Turke (obzen) - Saturday, 24 October 2009, 14:17 GMT+2
Last edited by Michael Sparmann (TheSeven) - Monday, 08 February 2010, 19:40 GMT+2
|
DetailsLatest build. Nano 2G.
Every time i try to transfer files to it, transfer rate is too slow (slower than before), and eventually transfer is interrupted in the middle. When i unplug and reset it, apple says, on a white screen, that ipod needs a restore. I restore it, and it works fine, but when i install rockbox again, during the first file transfer, same thing happens, i reset, and get the restore warning again. So it is basicly a vicious cycle. |
This task depends upon
Closed by Michael Sparmann (TheSeven)
Monday, 08 February 2010, 19:40 GMT+2
Reason for closing: Fixed
Additional comments about closing: This could be either a USB, a NAND- or a FTL-related issue. If it was one of the latter, it's probably fixed by now. I'm closing this as I didn't get any further reports of that issue for quite some time. If it still happens for you, please re-open.
Monday, 08 February 2010, 19:40 GMT+2
Reason for closing: Fixed
Additional comments about closing: This could be either a USB, a NAND- or a FTL-related issue. If it was one of the latter, it's probably fixed by now. I'm closing this as I didn't get any further reports of that issue for quite some time. If it still happens for you, please re-open.
Hi. Thanks for the response.
First of all, i should say, this happens with the latest build. Actually, since the usb support is implemented, i am having issues. My first problem was, not being able to access to the flash drive when connected. All i could see was a "0" capacity disk. After the "disable usb hid" option is implemented, that problem is gone. But now i have this. I connect it properly, windows sees it, mounts it. No problem. I can see the files inside. But whenever i try to copy files to it, i notice a very slow transfer rate. This rate goes slower and slower, and at some point it stops completely unfinished. I safely unmount, and i see the player reset itself (i think it shouldn't do that). And the apple message is telling me that i need a restore.
I restored like 3 times or more, trying different options selected and unselected, but it happened all the time.
The thing is, my ipod runs fine with the original apple firmware, and older rockbox builds. I am using r23284 right now, which is the latest build before the USB implementations. Having minor gui issues, but it runs fine.
I hope this helps.
But if you change some settings in rockbox, shut it down, and boot again, it's fine and the settings are being retained?
Still the same. I just restored my ipod. Using an older build, with no usb support, it works fine.
Rockbox USB: 1.500 KB/s max.
Disk mode: 2.500 - 3.000 KB/s
Apple firmware: 4.500 - 5.000 KB/s
I guess rockbox usb driver is still not on its full potential.
We're currently writing everything sequentially to keep it simple until we caught all the bugs, while apple writes to the individual flash banks (up to 4) in parallel. So this slowdown is expected.
FS#10775, this is fixing one of the possible causes I can imagine for the problems above. I also fixed another FTL bug some days ago, so the issues may already have disappeared.If you are still experiencing problems and
FS#10775doesn't fix them for you, please reply.