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
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Rockbox kernel panic - defaulting to original firmware
« previous next »
  • Print
Pages: [1] 2

Author Topic: Rockbox kernel panic - defaulting to original firmware  (Read 5385 times)

Offline erinspice

  • Member
  • *
  • Posts: 9
Rockbox kernel panic - defaulting to original firmware
« on: April 18, 2007, 03:52:07 PM »
hi! after about 6 months of using Rockbox successfully, my iPod won't boot anymore and gives me a Kernel panic instead. My iPod then says "defaulting to original firmware" and boots the Apple firmware. I'd like to remove Rockbox, but I can't get Windows to recognize my iPod. I've tried all the steps that Apple and other iPod related forums have suggested, like performing a hard reset on the iPod,  upgrading iTunes, restarting my computer, and restarting the Windows iPod service. My only idea now is that somehow this original firmware (which is 2 years old) can't connect to the new version of iTunes. How can I remove Rockbox if my computer doesn't recogize the iPod when plugged in and Rockbox won't boot?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #1 on: April 18, 2007, 04:02:39 PM »
You probably have the old bootloader - new build issue. To solve that, simply upgrade the bootloader using ipodpatcher to the latest version.

For accessing the ipod use emergency disk mode. To enter that mode, reset the ipod (by holding Menu + Select) and when it resets (i.e. the apple logo appears) hold down Play + Select. This will enter emergency disk mode and you can access the ipod as a mass storage device. To leave emergency disk mode you need to reset the ipod again.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #2 on: April 18, 2007, 04:06:29 PM »
Thanks, I tried to put it in disk mode already... I'll try again, but it didn't work last time.

Edited to add: nope, my computer still doesn't recognize that it is plugged in. It can, however, recognize other mass storage devices.
« Last Edit: April 18, 2007, 04:09:09 PM by erinspice »
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #3 on: April 18, 2007, 04:09:07 PM »
if emergency disk mode doesn't work you have a serious problem with the hardware as it is a buildin mode. Make sure to press the buttons soon enough, it happend a couple of times that users did this button press too late (on my ipod it's before the backlight comes up, directly after the (unlit) apple logo appears -- no idea how it looks on color ipods)
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #4 on: April 18, 2007, 04:09:40 PM »
It went into disk mode, my computer just still doesn't see it.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #5 on: April 18, 2007, 04:11:55 PM »
Possible reasons:
- a hub between ipod and computer does unwanted things
- bad cable -- if possible, try a different cable
- your computer doesn't like the ipod as generic device -- try a different computer or different OS
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #6 on: April 18, 2007, 04:14:00 PM »
Thanks for helping me on this.  I'm not using a hub.  I just tried to connect it to my husband's Fedora Core 6 machine, and not only did it not mount, it didn't even create a device for it! Uh oh.
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #7 on: April 18, 2007, 04:15:59 PM »
I sometimes have the same issue (computer doesn't recognize the Ipod, running on FC5). Check the output of dmesg and fdisk -- possibly your partitions are messed up (in which case it won't appear as a drive, neither in Windows nor Linux)
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #8 on: April 18, 2007, 04:24:43 PM »
dmesg says:

Quote
ohci_hcd 0000:00:02.0: auto-wakeup
usb 1-2: new full speed USB device using ohci_hcd and address 13
usb 1-2: configuration #1 chosen from 1 choice
usb 1-2: USB disconnect, address 13
usb 3-1: USB disconnect, address 2

How can I fdisk it if Linux doesn't create a device for it?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #9 on: April 18, 2007, 04:32:29 PM »
Sorry, I possibly was a bit unclear. dmesg won't show you if the system created a device file for the Ipod. To me it looks like the ipod is detected (and the "disconnect" line gets added when you disconnect the Ipod). You can run "fdisk -l", this will display the partition table for all attached disks. Check for the disk size to find the Ipod. The Ipod also has (if the partition table on it isn't broken) a partition of type 0 (empty).
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #10 on: April 18, 2007, 04:41:43 PM »
fdisk only finds the two internal drives. :(
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #11 on: April 18, 2007, 04:50:58 PM »
Then you should check the cable. If that is not the cause I don't have any other ideas -- but it unfortunately seems to be a hardware issue. :(
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #12 on: April 18, 2007, 04:55:27 PM »
OK, thanks, I'll see if I can get somebody to loan me one to test.
Logged

Offline erinspice

  • Member
  • *
  • Posts: 9
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #13 on: April 24, 2007, 10:11:57 AM »
Updating for anybody else who has this problem - my real problem was that USB doesn't work on my mini. I hooked it up with a Firewire cable and was able to get rid of Rockbox and put the original firmware back on. Now I just have to figure out how to fix the USB interface. Does anyone know? Is this a known issue?
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: Rockbox kernel panic - defaulting to original firmware
« Reply #14 on: April 24, 2007, 10:16:05 AM »
My Mini works fine with usb -- have you checked the usb cable? There is no known issue with usb being unfunctional, but there is a known issue (which happens rarely, but it is known) Rockbox hanging at the usb screen when trying to reboot into disk mode. But this is somewhat different to the problem you described initially ...
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Installation / Removal
| |-+  Manual Installation
| | |-+  Apple - Installation/Removal
| | | |-+  Rockbox kernel panic - defaulting to original firmware
 

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

Page created in 0.068 seconds with 15 queries.