Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« previous next »
  • Print
Pages: [1] 2

Author Topic: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu  (Read 1349 times)

Offline GCRaistlin

  • Member
  • *
  • Posts: 10
[iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« on: August 07, 2021, 07:24:34 AM »
In the manual, USB Mode setting is mentioned. Although I don't see it in my Settings - General Settings - System menu: the last item there is USB Keypad Mode. Is it expected?
Logged

Offline braewoods

  • Member
  • *
  • Posts: 38
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #1 on: August 07, 2021, 08:07:57 AM »
Is it the latest stable or development release? I think that was added only recently.
Logged

Offline gswallow

  • Member
  • *
  • Posts: 3
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #2 on: December 18, 2021, 11:45:00 AM »
Found an 80GB iPod Video at a local GoodWill and -- to my surprise it worked. Needed a new Head Jack & Hold cable. So, long story short, upgraded with a iFlash PCB with a 1TB SSD and a 3AH battery. Works great tested in my Edge and could control from the steering wheel. My music collection is larger than SYNC can handle.

Needed to organize better than 50k MP3 files so got Rockbox Utility. I have macOS 10.15.7 and XP here and could only get the RB 1.4.0 to install from XP. macOS said wrong CPU. Did and install and dropped a mSSD patch (beyondwind maybe) onto the install root and am up and running. But, just as this user am curious to the missing USB Mode option. I figure this is what I need to change as Rockbox goes to the USB Keypad mode et al and I can get no play back.

Any work around? I wonder about manually updating as dropping the latest build into my install might dump the patch for SSD?


Thanks in advance

GregS <><
Rockbox RBU 1.4.0, RB d4d233c31aM-201028 (patched)
iPod Video 5G (iFlash-1TB-SSD, 3AH battery)
MBP i7 (16GB, 1TB SSD, macOS 10.15.7)
P4 (2gb, XP SP3)
Logged
GregS <><
Player: iPod Video 5th 80GB (iFlash mSATA, Dogfish mSATA 1TB SSD; 3AH Battery)

Offline GCRaistlin

  • Member
  • *
  • Posts: 10
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #3 on: December 18, 2021, 11:57:11 AM »
Install the latest dev build, it has this feature implemented, as well as a lot of USB issues fixed.  But ATM this very feature may still not work properly.
Logged

Offline gswallow

  • Member
  • *
  • Posts: 3
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #4 on: December 20, 2021, 09:04:18 AM »
Dropped the latest Dev Build onto iPod and got USB Mode. That does what it is supposed to do. Problem is evidently my car: 2011 Ford Edge Limited (Sync 2 v3). It sees the iPod as an "Unsupported Device" when booted into Rockbox. Have found a couple of try this YouTubes, but nothing worked so far. Next will be: drop one song onto iPod via Itunes/Music and connect to Ford and play. Then reboot Rockbox. The theory is that the Sync sees Rockbox after it has talked to the iPod. I have my doubts. but I need the space that Rockbox gives for my music collection. Booting the iPOd as a drive would be no better than the 2TB drive I have now.
Logged
GregS <><
Player: iPod Video 5th 80GB (iFlash mSATA, Dogfish mSATA 1TB SSD; 3AH Battery)

Offline GCRaistlin

  • Member
  • *
  • Posts: 10
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #5 on: December 20, 2021, 09:12:13 AM »
Perhaps iPod doesn't support more than 2TB in any mode (FAT32 limitation). Though I haven't checked it myself.
Logged

Offline amachronic

  • Developer
  • Member
  • *
  • Posts: 260
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #6 on: December 20, 2021, 10:42:03 AM »
GCRaistlin is correct: Rockbox can't support drives bigger than 2 TB.

Make sure you set USB Mode -> Mass Storage and USB HID -> Off. It's the USB HID setting which enables & disables the keypad mode, which might confuse the car. The USB Mode setting allows you to control whether Rockbox goes into mass storage mode or charging only. If you set USB Mode to Ask it's supposed to prompt you, so you can choose which mode to enter each time you plug in, but that option is currently broken on many players -- including iPods -- so you shouldn't use it.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9190
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #7 on: December 20, 2021, 12:02:50 PM »
What is the limit at 2TB?
Logged

Offline amachronic

  • Developer
  • Member
  • *
  • Posts: 260
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #8 on: December 20, 2021, 12:54:23 PM »
Well, the main limiting factor is the use of 32-bit addressing & 512-byte sectors everywhere (the FAT driver, storage API, etc). MBR can't support >2 TiB partitions, though supporting GPT wouldn't be much of a stretch. Whether Apple firmware / other OFs would accept that is another story. I believe FAT32 can be cajoled up to 16 TiB, but ideally you'd want exFAT at those sizes.
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 9190
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #9 on: December 20, 2021, 02:46:57 PM »
Ah right. But you could still do two partitions of 2 TB I think?
Logged

Offline amachronic

  • Developer
  • Member
  • *
  • Posts: 260
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #10 on: December 20, 2021, 04:00:42 PM »
Unfortunately not. Rockbox can't address a drive beyond the 2 TB mark at all. We'd need to switch to 64-bit addressing throughout the storage stack to break that limit.
Logged

Offline philden

  • Member
  • *
  • Posts: 60
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #11 on: December 20, 2021, 04:56:15 PM »
A Ebay seller called tipakay sells 4TB iPods and claims they work with Rockbox. I contacted him and asked if he really sold any 4TB models and he claims he does and that they work, but wouldn't reveal how he does it.
Logged

Offline amachronic

  • Developer
  • Member
  • *
  • Posts: 260
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #12 on: December 21, 2021, 08:43:24 AM »
I guess at least the iPod ports must have a way around this then, or he is providing an 'unofficial' build?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3519
  • creature
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #13 on: December 21, 2021, 10:45:28 AM »
Quote from: amachronic on December 21, 2021, 08:43:24 AM
I guess at least the iPod ports must have a way around this then, or he is providing an 'unofficial' build?

Hmm -- addressing with 32 bit gives me 2^32 = 4Ti, so addressing 4TiB should work. Since FAT32 has 2TiB limit two partitions could actually work, so that might be the trick. Or where's the mistake in my calculation?
Logged

Offline GCRaistlin

  • Member
  • *
  • Posts: 10
Re: [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
« Reply #14 on: December 21, 2021, 10:50:20 AM »
Then why doesn't MBR support drives over 2.2 TB?
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  [iPod 5.5G 30GB] USB Mode is missing from the Settings menu
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.073 seconds with 17 queries.