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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« previous next »
  • Print
Pages: 1 [2]

Author Topic: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?  (Read 10206 times)

Offline mutilated

  • Member
  • *
  • Posts: 5
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #15 on: September 05, 2007, 03:38:48 PM »
Quote from: bluebrother on September 05, 2007, 06:05:19 AM
Just realized that Rockbox Utility (http://www.rockbox.org/wiki/RockboxUtilityQt) should be able to recognize and install on those Ipods -- it was build after the 1G / 2G got added and it includes a recent ipodpatcher from svn.

(Besides, it would be really interesting to get feedback about Rockbox Utility ;) )

I gave it a shot and it won't recognize a 1G ipod over firewire, even if I tell it where the Ipod is located and what type it is.  Ends with "No Ipods found. . ."
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #16 on: September 05, 2007, 05:24:17 PM »
Quote from: mutilated on September 05, 2007, 03:38:48 PM
I gave it a shot and it won't recognize a 1G ipod over firewire, even if I tell it where the Ipod is located and what type it is.  Ends with "No Ipods found. . ."
Does the Ipod show up as drive in windows?
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline squaredot

  • Member
  • *
  • Posts: 4
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #17 on: September 05, 2007, 09:15:27 PM »
Quote from: bluebrother on September 05, 2007, 05:24:17 PM
Quote from: mutilated on September 05, 2007, 03:38:48 PM
I gave it a shot and it won't recognize a 1G ipod over firewire, even if I tell it where the Ipod is located and what type it is.  Ends with "No Ipods found. . ."
Does the Ipod show up as drive in windows?

I, too, am trying to put rockbox on a 2g.

I snagged RockboxUtilityQt from:
Windows binary  m1.0.1 / r14595  http://download.rockbox.org/rbutil/win32/rbutilqt-v1.0.1.zip

The ipod does show up as a drive letter in windows.

When I run RUQ and press autodetect, it does indeed detect the 1/2G ipod and selects the proper drive letter.

It prompts to install the latest bootloader, but after continuing past prompts I get a dialog that says no ipods are found.

What can I do to provide more helpful information?
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #18 on: September 06, 2007, 04:44:30 AM »
Please read the earlier posts in this thread - there is _no_ released version of the bootloader for the 1g/2g ipods yet, so none of the existing install utilities (ipodpatcher or rbutilqt) will be able to install the bootloader.

You will either need to be patient, or download the Rockbox source code from SVN and build the bootloader (and ipodpatcher) yourself.
Logged

Offline squaredot

  • Member
  • *
  • Posts: 4
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #19 on: September 06, 2007, 10:07:12 AM »
Quote from: linuxstb on September 06, 2007, 04:44:30 AM
Please read the earlier posts in this thread - there is _no_ released version of the bootloader for the 1g/2g ipods yet, so none of the existing install utilities (ipodpatcher or rbutilqt) will be able to install the bootloader.

I had, but sometimes responses are not entirely clear. For instance:

Quote from: Llorean on September 01, 2007, 10:58:06 AM
There are bootloaders for the 1st and 2nd generation iPods. There is no version of iPodPatcher for installing the botloader.

I did see the reply post saying there were none on the server but figued I'd try what I could before building. I wasn't sure if I was missing something noobish. Will attempt a build myself.

Cheers and thanks for the reply.
« Last Edit: September 06, 2007, 10:08:53 AM by squaredot »
Logged

Offline linuxstb

  • Developer
  • Member
  • *
  • Posts: 1163
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #20 on: September 06, 2007, 10:38:05 AM »
Quote from: squaredot on September 06, 2007, 10:07:12 AM
I had, but sometimes responses are not entirely clear.

Yes, I know that this thread has contained mixed messages - my post was an attempt to clarify things.  Apologies if I sounded harsh.
Logged

Offline squaredot

  • Member
  • *
  • Posts: 4
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #21 on: September 06, 2007, 11:34:51 PM »
Quote from: linuxstb on September 06, 2007, 10:38:05 AM
Yes, I know that this thread has contained mixed messages - my post was an attempt to clarify things.

And you pointed me in the right direction. Compiled the bootloader and ipodpatcher. Booted, plays music. I'm sure I'll fiddle.

slightly OT (my apologies.)
If you wondered what I did (I used a new 7.04 ubuntu install):
-make sure you have build-essential installed via synaptic/apt-get/etc
-grab the svn packages for ipodpatcher and rockbox as per compilation guides
-use the arm dev installer script in rockbox tools dir (rockboxdev.sh)
-add the arm bin to path as suggested at the end of the arm toolset installer script
-make the bootloader
-make ipodpatcher, copy the bootloader to where you built/copied the ipodpatcher bin
-ipodpatch away (ipodpatcher -a )
Logged

Offline squaredot

  • Member
  • *
  • Posts: 4
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #22 on: September 06, 2007, 11:44:38 PM »
results of my x86 compile:
http://www.squaredot.net/rockbox/iPodPatcherUbuntu704-1g2g.zip

-edit: use the new version of ipodpatcher, rather than this build.
« Last Edit: October 12, 2007, 08:28:04 AM by squaredot »
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #23 on: September 07, 2007, 04:15:14 AM »
Just as a note, this shouldn't be considered "Supported" and it may be best to simply wait for the official bootloader release (which should be in a matter of days).
Logged

Offline mutilated

  • Member
  • *
  • Posts: 5
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #24 on: September 08, 2007, 10:58:41 AM »
Quote from: bluebrother on September 05, 2007, 05:24:17 PM
Quote from: mutilated on September 05, 2007, 03:38:48 PM
I gave it a shot and it won't recognize a 1G ipod over firewire, even if I tell it where the Ipod is located and what type it is.  Ends with "No Ipods found. . ."
Does the Ipod show up as drive in windows?

Yes it does.  I am able to install the rockbox software.  It's just the bootloader that isn't working which makes sense as there isn't an ipodpatcher version that recognizes firewire yet.  I will look for it over the next couple of weeks.  .  . but thanks for trying to help
Logged

Offline yapper

  • Rockbox Expert
  • Member
  • *
  • Posts: 794
Re: Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
« Reply #25 on: September 23, 2007, 01:40:30 PM »
Just a quick update ... I just successfully installed the latest release r14831 on my 2Gen Firewire iPod (20G) using the new iPodpatcher v2.0 with v2.0 bootloaders.

You guys Rock(box)!
Logged
G2 iPod 20GB / Sansa c240 v1 + 2GB microSD / Sansa c250 v1 / Sansa e250 v1 + 8GB microSDHC / Sansa Fuze v2 + 32GB microSDHC

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Ipod 2G (20GB) Installation of ipodpatcher failed. Firewire?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.104 seconds with 14 queries.