This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12001 - Rockbox USB on ClipV2 conflicts with r29169
Attached to Project:
Rockbox
Opened by sideral (sideral) - Wednesday, 09 March 2011, 00:48 GMT+2
Last edited by sideral (sideral) - Monday, 21 March 2011, 20:40 GMT+2
Opened by sideral (sideral) - Wednesday, 09 March 2011, 00:48 GMT+2
Last edited by sideral (sideral) - Monday, 21 March 2011, 20:40 GMT+2
|
DetailsEnabling Rockbox USB on the ClipV2 (with attached patch 0001) has been very stable for me recently (since r29146, to be exact). I also do not need the hard-reset workaround from
But… for reasons I do not understand, r29169 (AMSv2 SD: Fix card insert lockups in USB mode; by jhMikeS) breaks USB for me, and I had to back this change out. Interestingly, the code in question addresses an SD-card issue, but the ClipV2 does not have an SD-card slot. The symptom is occasional SCSI errors on my Linux host trying to read certain sectors. fsck.vfat fails with an I/O error attempting to read a high-numbered sector (possibly the MBR backup sector). For the convenience of users who'd like to try Rockbox USB on the ClipV2, the attached patches enable USB (patch 0001) and revert r29169 (patch 0002). |
This task depends upon
Closed by sideral (sideral)
Monday, 21 March 2011, 20:40 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed with r29625
Monday, 21 March 2011, 20:40 GMT+2
Reason for closing: Fixed
Additional comments about closing: Fixed with r29625
The other option is to make it one way without an external slot and another with it but that's sort of ugly.
I can see/read/write the card in windows 7 though; it is actually faster than it had been (can write at 5 mb/s vs 3mb/s with r29143)
Yes, running SVN head with only patch 0001 should give you somewhat reliable USB access to your SD media.
The “caveat” (SD card not recognized on boot) is a separate issue that's tracked as
FS#11870.