Kernel panic when I try to run Aluminum Keyboard Firmware Update

Hi,
I'm trying to run the Aluminum Keyboard Firmware Update and every time I try, as soon as I've entered my admin password I get a kernel panic. I've tried it 5 times and it's the same every time - I click Update, I put in the password and bam.
Anyone else had this?

If you don't get the KP when booting from the internal, then suspect a corrupt installation on the SSD or that the SSD is causing the issue. See
What is a kernel panic,
Technical Note TN2063: Understanding and Debugging Kernel Panics,
Mac OS X Kernel Panic FAQ,
Resolving Kernel Panics, and
Tutorial: Avoiding and eliminating Kernel panics for more details.

Similar Messages

  • 2009 Aluminum keyboard firmware update 1.0 keeps appearing

    I recently brought my 2009 Aluminum keyboard from home to work to use with my 15" MBP running 10.8.3 (MBP: 2.8 GHz Intel Core 2 Duo, 4 GB RAM).
    In the App Center there is listed an update for the keyboard, the 2009 Aluminum keyboard firmware update 1.0. I have installed this update at least twice, if
    not more, and it continues to reappear as an update. The keyboard works just fine with the MBP, no problems at all. Just curious as what may be the root cause, if known, and what to do about it, if anything other than ignoring the update.

    Download this update manually and install it > http://support.apple.com/kb/DL997 Then, that upgrader will appear in /Applications/Utilities, so open it, choose the keyboard and it will be upgraded to the latest version available for that keyboard

  • Aluminum Keyboard firmware update FAILURE

    I accepted the firmware update yesterday and was asked for my appleID password to confirm installation. After the firmware installation started (listed as "Aluminum Keyboard Firmware Update 1.0" in the title bar of the installation window, but 1.1 in the software update list), the keyboard just stopped working entirely (although the mouse connected to the USB slot was still functioning) and oddly, I was asked for my password to resume installation. Of course at this point, I had no functioning keyboard to enter the password!
    I plugged in a spare MS keyboard to put in the password and continue the installation, which stalled due to some internet issues (still not sure if it's ISP or AirPort related). I woke up this morning to check and the update was still stuck installing. It wouldn't let me close the update without forcing, but I went ahead and stopped it and re-started the firmware update by checking for software updates again. The update asked me for my password THREE times and went through a loop of progress on what appeared to be the same installation screen. After the third time, I received a message that the firmware installation failed.
    So now I've completed the firmware update (with an error) and managed to incapacitate my keyboard. Any idea what I can do to get my keyboard working again?
    I'm aware of the possibility that the additional keyboard may be causing problems, but being prompted for a password three times during the firmware update necessitates it.

    Welcome to the Apple Discussions!
    At this point you may be better off taking the KB to an Apple Store and getting them to install the firmware.
    To be honest, I would never do a firmware update with Software Update. As you see, things can go wrong, especially when you are relying on an internet connection. Whenever SU informs me of a firmware update I decline to install and then go to the Apple Downloads page, manually download the update and, following the instructions exactly, install the update manually.
    Dah•veed

  • Kernel panic when I try startx: edited again

    I just reinstalled arch (slight mishap yesterday :oops: ) I'm running testing, have installed xorg, kde, ati stuff, etc. When I try to startx I get a "kernel panic not syncing". Has something to do with xorg configeration.
    Any ideas :?:
    If I just run xorgconfig no panic when I then run aticonfig etc panic.
    For the moment I've given up on fglrx and am just trying radeon. the message I get says the system can't find the radeon driver    :?:
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
        Identifier  "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        HorizSync   30-96
    #    HorizSync    30-64         # multisync
    #    HorizSync    31.5, 35.2    # multiple fixed sync frequencies
    #    HorizSync    15-25, 30-50  # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
        VertRefresh 50-160
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
        Identifier    "Standard VGA"
        VendorName    "Unknown"
        BoardName    "Unknown"
    # The chipset line is optional in most cases.  It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    #    Chipset    "generic"
    # The Driver line must be present.  When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module.  Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
        Driver     "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for.  When this line isn't present, a device
    # section can only match up with the primary video device.  For PCI
    # devices a line like the following could be used.  This line should not
    # normally be included unless there is more than one video device
    # intalled.
    #    BusID      "PCI:0:10:0"
    #    VideoRam    256
    #    Clocks    25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
        Identifier  "** ATI Radeon (generic)               [radeon]"
        Driver      "radeon"
        #VideoRam    262144
        # Insert Clocks lines here if appropriate
    EndSection
    # Screen sections
    # Any number of screen sections may be present.  Each describes
    # the configuration of a single screen.  A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
        Identifier  "Screen 1"
        Device      "** ATI Radeon (generic)               [radeon]"
        Monitor     "My Monitor"
        DefaultDepth 24
        Subsection "Display"
            Depth       8
            Modes       "1024x768"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       16
            Modes       "1024x768"
            ViewPort    0 0
        EndSubsection
        Subsection "Display"
            Depth       24
            Modes       "1024x768"
            ViewPort    0 0
        EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present.  Each describes
    # the way multiple screens are organised.  A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option.  In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
        Identifier  "Simple Layout"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens.  The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen.  In this example, screen 2 is located to the
    # right of screen 1.
        Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used.  Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
        InputDevice "Mouse1" "CorePointer"
        InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    # Section "DRI"
    #    Mode 0666
    # EndSection
    /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime"
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/unimaps
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE=
    HARDWARECLOCK="localtime"
    TIMEZONE=Canada/Eastern
    KEYMAP=us
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # Scan hardware and load required modules at bootup
    MOD_AUTOLOAD="yes"
    # Module Blacklist - modules in this list will never be loaded by hwdetect
    MOD_BLACKLIST=()
    # Modules to load at boot-up (in this order)
    #   - prefix a module with a ! to disable it
    MODULES=(radeon)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    HOSTNAME="normlx"
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    #   - prefix an entry in INTERFACES with a ! to disable it
    # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
    lo="lo 127.0.0.1"
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(lo eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up.  These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    #   - set to 'menu' to present a menu during boot-up
    #   - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network-profiles
    #NET_PROFILES=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    #   - prefix a daemon with a ! to disable it
    #   - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng network netfs crond !kdm)
    # End of file

    KeepItSimple:
    If you're getting a kernel panic when trying to install, then I'd start with RAM and the installation disks.
    RAM: Panther has higher standards for RAM than does 10.2.x; if you have more than one RAM module, take one out (assuming that leaves you with at least 128 MB) and try again. If it panics again, try switching the RAM. As far a brand names go, I prefere Kingston or Azen RAM.
    Installation Disks: if they're grey, they won't work. Grey installation disks are packaged with specific Macs, and only contain hardware drivers for that specific Mac. You need the retail version of the disks, which were sold in a black box. There are four CDs in the set, three of which are for installing the OS (the fourth contains Developer Tools). The three OS disks are black with a large silver X in the middle.
    Good luck!
    Andrew

  • Kernel Panic when I try to install OSX 10.3. Can anyone help?

    I bought this iMac recently. It has OS 10.2.? installed and OS 9.1. When I try to install OS 10.3 I get a Kernel Panic when it reboots to start the installation. I ran the Norton Disk Doctor it had over in OS9 -- said it fixed some things and now ok but I still get a Kernel Panic trying to install Panther. I just want to re-format the whole computer with 10.3 and get rid of 9. How can I do that?
    Thanks.

    KeepItSimple:
    If you're getting a kernel panic when trying to install, then I'd start with RAM and the installation disks.
    RAM: Panther has higher standards for RAM than does 10.2.x; if you have more than one RAM module, take one out (assuming that leaves you with at least 128 MB) and try again. If it panics again, try switching the RAM. As far a brand names go, I prefere Kingston or Azen RAM.
    Installation Disks: if they're grey, they won't work. Grey installation disks are packaged with specific Macs, and only contain hardware drivers for that specific Mac. You need the retail version of the disks, which were sold in a black box. There are four CDs in the set, three of which are for installing the OS (the fourth contains Developer Tools). The three OS disks are black with a large silver X in the middle.
    Good luck!
    Andrew

  • HT3932 Wireless Aluminum Keyboard Firmware Update

    I am trying to install the Aluminum keyboard software update. When I click on the file I downloaded from apple (Jan 25, 2010 - long file name) I get a message that says no aluminum keyboard is connected. The keyboard is on, paired and connected (I can type things; show up under bluetooth, etc). What am I doing wrong? The firmware version is way old (050 vs 321).
    Thanks,
    Justin

    Hello:
    Your profile simply says "iPad."  What, exactly, are you trying to do?
    Barry

  • Aluminum Keyboard Firmware Update 1.0 does not install

    I just got notification from Software Update that a firmware update for my Apple Aluminum Keyboard was available. I attempted to install it and after three attempts, I got "Unexpected Error (3:4)". That's it. Nothing else. I didn't find any further information associated with the download and no other documentation. I did go as far as removing the keyboard from a KVM switch and USB Hub and connected it directly to my G4 Mac Mini. Still no success. Does anyone have any clue about software/firmware updates for peripherals that fail in this way? I've had the keyboard for about 3 months.

    I also had the error "An unexpected error occurred (4:3)" when installing the Keyboard Firmware Update. I resolved the matter by unplugging my KVM switch (and all other USB devices) and by connecting the keyboard directly to the computer.

  • Aluminum keyboard firmware updater caused my Mac not to boot.

    After installing the recent (4/8/08) keyboard firmware update, my iMac G5 refused to boot past the grey apple screen, too. Got the spinning paddle, but multiple hard shutdowns and restarts failed to get it past that point.
    I ended up booting the Leopard Install DVD and tried to reboot into my backup, a Superduper clone of the drive from the previous night. Wouldn't do it -- got the same result.
    Used Disk Utility (on the Leopard DVD) to repair the disk/permissions. The only significant repair was this:
    permissions differ on "private/var/log/secure.log," should be -rw-------, they are -rw-r-----.
    Now, I don't know what that means, but maybe it's relevant.
    I rebooted -- and still was unable to get past the grey screen. I tried repairing permissions a second time (and nothing unusual came up) and it still failed to fix the startup problem. I also used the repair disk function (between permissions repairs) and that had no effect, either.
    Ultimately, I was forced to do an archive and install of Leopard, which then allowed me to boot successfully.
    Really disappointing -- this is the kind of thing I expect Windows users to have to deal with, not us.

    I have MacMini with Wired Aluminum Keyboard. I have all the current Firmware and Software updates. The computer will not startup with the install disc using the "C" key nor will it start up with my second attached hard drive using the "Option" key. Now if I use my old Black Apple Keyboard both of these functions work beautifully.
    The real problem is the lack of knowledge about this on the part of Applecare and the Geniuses at the Apple Store. They don't even know about these discussions on the Apple Site nor any other internet site that is discussing or has discussed this issue.
    I wasted 2 hours with Applecare. They had me do the usual things such as resetting the Pram, disconnecting all cables and resetting the startup manager. You name it they just follow the book and waste your time and theirs.
    Their final conclusion was that my keyboard was defective so they made an appointment for me to bring it into the Apple Store. The Genius in the Apple Store hooks my keyboard up to another computer. I don't remember which model it was but I know it was not a Mac Mini. Anyhow he comes back and tells me my keyboard is fine. He says the RAM in my Mini has gone bad. So I replace the RAM. Still have the same problem.
    Well unless someone in this discussion group can tell me what the REAL problem is, I will keep my old Black Keyboard close by.

  • My MBP running Lion, has 'kernel panic' - when i try to restore a new os from the time machine, it does not cure the problem.

    Question:
    My 2009 macbook pro has 'kernel panic' - it is running Lion - I have visited the nearest Apple Store twice, & tried repeatedly to re-install Lion, then recover from Time Machine.
    However, the problem persists - anyone have any ideas??
    Regards
    CH
    England

    Can you post the kernel panic report?
    Open Console > System Diagnostic Reports
    To find the panic. Post in your reply.

  • What's wrong? Kernel panic when I try to reinstall my iMac G4

    Hello everyone. This is my last ditch effort to salvage something from my iMac G4 before I bin it.
    To cut a long story short, the iMac was misbehaving, so I wiped its hard drive using target disk mode, and now, when I try to reinstall it using the original system disk, it immediately goes to a kernel panic and tells me to restart. The hardware test tells me that everything's OK. So... what next?
    I've tried reinstalling using target disk mode, but it didn't work (nothing happened, I'm assuming because my new machine is an Intel while the iMac is a Power PC...)
    Any helpful suggestions would be gratefully received.

    Given the age of the unit, there is a possibility that the internal
    hard disk drive may have failed. Sometimes, those will not show
    on the Apple Hardware Test. But there are times when the booted
    Disk Utility version on the Installer disc may note a problem in the
    hard disk drive, via the SMART status of that hard drive.
    Even that may not indicate an actual failure of the drive, after it has.
    But kernel panics can be caused by several items, especially in an
    older computer that has been around awhile. Some of those have a
    history of a kernel panic relating to the logic board or other circuit;
    and bad RAM is one of the causes of hardware related KPs.
    If you can boot the computer from the Installer disc and run Disk Utility
    from its options in the Installer header menu, the problem may be with
    the internal hard disk drive. The unit may require further troubleshooting.
    You may be able to find interested persons locally through a Mac user
    group or someone at an affiliated service department who handles them.
    Also, there are regional or local online listings for selling items where you
    would actually meet the buyer or seller, often in a third or neutral location.
    There are some fair take-apart links, some posted to these Discussions,
    showing how to replace a hard disk drive, internal RAM, and optical drive;
    and some users may also know of a source for more technical manuals.
    If you had an external FireWire enclosure for a boot capable hard disk drive
    you could try to further troubleshoot the iMac G4; set up correctly, you could
    install OS X to an external drive. Not all FireWire HDD units are boot-capable.
    Good luck & happy computing!

  • Keep getting a kernel panic when i try to wirelessly print

    this error happens when i try to wirelessly print
    Interval Since Last Panic Report:  -1 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    88FB00B6-092B-41B2-9999-2EF69BE53E70
    Sat Apr 23 23:28:26 2011
    panic(cpu 1 caller 0x2aab59): Kernel trap at 0x00295896, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x58a24000, CR3: 0x00100000, CR4: 0x00000660
    EAX: 0x0f8985cc, EBX: 0x00000000, ECX: 0x3fffbd94, EDX: 0xffff0816
    CR2: 0x58a24000, EBP: 0x58a23e58, ESI: 0x58a24000, EDI: 0x0f899790
    EFL: 0x00010207, EIP: 0x00295896, CS:  0x00000008, DS:  0x00000010
    Error code: 0x00000000
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x58a22bc8 : 0x21b510 (0x5d9514 0x58a22bfc 0x223978 0x0)
    0x58a22c18 : 0x2aab59 (0x59aeec 0x295896 0xe 0x59b0b6)
    0x58a22cf8 : 0x2a09b8 (0x58a22d10 0xffff0816 0x58a23e58 0x295896)
    0x58a22d08 : 0x295896 (0xe 0x48 0x10 0x10)
    0x58a23e58 : 0x21d8be (0x83f1840 0xf8985a0 0x2918 0x3b37)
    0x58a23e98 : 0x210a3e (0x83f1800 0x0 0xf8ae960 0x940c7a0)
    0x58a23ef8 : 0x216ca1 (0x83f1800 0x0 0x0 0x0)
    0x58a23f78 : 0x295168 (0x99c27a8 0x0 0x0 0x0)
    0x58a23fc8 : 0x2a149d (0x99c27a4 0x0 0x10 0x99c27a4)
    BSD process name corresponding to current thread: usb
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: MacBookPro7,1 (Mac-F222BEC8)
    System uptime in nanoseconds: 273962643315
    unloaded kexts:
    com.apple.driver.AppleMCP89RootPortPM          1.11 (addr 0x1441000, size 0x20480) - last unloaded 206320178964
    loaded kexts:
    com.silex.driver.sxuptp          1.5.1
    tc.tctechnologies.driver.AlesisFirewire          8671
    com.apple.filesystems.msdosfs          1.6.3 - last loaded 137031029438
    com.apple.driver.AppleHWSensor          1.9.3d0
    com.apple.filesystems.autofs          2.1.0
    com.apple.driver.AppleMikeyHIDDriver          1.2.0
    com.apple.driver.AGPM          100.12.19
    com.apple.driver.AppleMikeyDriver          1.9.9f12
    com.apple.driver.SMCMotionSensor          3.0.0d4
    com.apple.kext.AppleSMCLMU          1.5.0d3
    com.apple.driver.AppleUpstreamUserClient          3.5.4
    com.apple.driver.AppleMCCSControl          1.0.17
    com.apple.driver.AudioAUUC          1.54
    com.apple.driver.AppleHDA          1.9.9f12
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.1.6
    com.apple.driver.AppleBacklight          170.0.34
    com.apple.driver.AppleIntelPenrynProfile          17
    com.apple.driver.ACPI_SMC_PlatformPlugin          4.5.0d5
    com.apple.driver.AppleLPC          1.4.12
    com.apple.GeForce          6.2.6
    com.apple.driver.AppleUSBTCButtons          200.3.2
    com.apple.driver.AppleIRController          303.8
    com.apple.driver.AppleUSBTCKeyboard          200.3.2
    com.apple.driver.AppleUSBCardReader          2.5.8
    com.apple.iokit.SCSITaskUserClient          2.6.5
    com.apple.BootCache          31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage          1.6.3
    com.apple.driver.AppleSmartBatteryManager          160.0.0
    com.apple.iokit.AppleBCM5701Ethernet          2.3.9b6
    com.apple.driver.AirPortBrcm43224          427.36.9
    com.apple.driver.AppleFWOHCI          4.7.1
    com.apple.driver.AppleUSBHub          4.1.7
    com.apple.driver.AppleAHCIPort          2.1.5
    com.apple.driver.AppleUSBEHCI          4.1.8
    com.apple.driver.AppleUSBOHCI          4.1.5
    com.apple.driver.AppleEFINVRAM          1.4.0
    com.apple.driver.AppleRTC          1.3.1
    com.apple.driver.AppleHPET          1.5
    com.apple.driver.AppleACPIButtons          1.3.5
    com.apple.driver.AppleSMBIOS          1.6
    com.apple.driver.AppleACPIEC          1.3.5
    com.apple.driver.AppleAPIC          1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient          105.13.0
    com.apple.security.sandbox          1
    com.apple.security.quarantine          0
    com.apple.nke.applicationfirewall          2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement          105.13.0
    com.apple.iokit.IOFireWireIP          2.0.3
    com.apple.driver.AppleProfileReadCounterAction          17
    com.apple.driver.AppleProfileTimestampAction          10
    com.apple.driver.AppleProfileThreadInfoAction          14
    com.apple.driver.AppleProfileRegisterStateAction          10
    com.apple.driver.AppleProfileKEventAction          10
    com.apple.driver.AppleProfileCallstackAction          20
    com.apple.driver.DspFuncLib          1.9.9f12
    com.apple.iokit.IOSurface          74.2
    com.apple.iokit.IOBluetoothSerialManager          2.4.0f1
    com.apple.iokit.IOSerialFamily          10.0.3
    com.apple.iokit.IOAudioFamily          1.8.0fc1
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleHDAController          1.9.9f12
    com.apple.iokit.IOHDAFamily          1.9.9f12
    com.apple.driver.AppleSMBusController          1.0.8d0
    com.apple.driver.AppleSMBusPCI          1.0.8d0
    com.apple.iokit.AppleProfileFamily          41
    com.apple.driver.AppleSMC          3.1.0d3
    com.apple.driver.IOPlatformPluginFamily          4.5.0d5
    com.apple.nvidia.nv50hal          6.2.6
    com.apple.NVDAResman          6.2.6
    com.apple.iokit.IONDRVSupport          2.2
    com.apple.iokit.IOGraphicsFamily          2.2
    com.apple.driver.BroadcomUSBBluetoothHCIController          2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController          2.4.0f1
    com.apple.iokit.IOBluetoothFamily          2.4.0f1
    com.apple.driver.AppleUSBMultitouch          206.6
    com.apple.iokit.IOUSBHIDDriver          4.1.5
    com.apple.iokit.IOSCSIBlockCommandsDevice          2.6.5
    com.apple.iokit.IOUSBMassStorageClass          2.6.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          2.6.5
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.6
    com.apple.iokit.IOCDStorageFamily          1.6
    com.apple.driver.AppleUSBMergeNub          4.1.8
    com.apple.driver.AppleUSBComposite          3.9.0
    com.apple.driver.XsanFilter          402.1
    com.apple.iokit.IOAHCISerialATAPI          1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily          2.6.5
    com.apple.iokit.IO80211Family          314.1.1
    com.apple.iokit.IONetworkingFamily          1.10
    com.apple.iokit.IOFireWireFamily          4.2.6
    com.apple.iokit.IOUSBUserClient          4.1.5
    com.apple.iokit.IOAHCIFamily          2.0.4
    com.apple.iokit.IOUSBFamily          4.1.8
    com.apple.driver.NVSMU          2.2.7
    com.apple.driver.AppleEFIRuntime          1.4.0
    com.apple.iokit.IOHIDFamily          1.6.5
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          6
    com.apple.driver.DiskImages          289
    com.apple.iokit.IOStorageFamily          1.6.2
    com.apple.driver.AppleACPIPlatform          1.3.5
    com.apple.iokit.IOPCIFamily          2.6
    com.apple.iokit.IOACPIFamily          1.3.0
    Model: MacBookPro7,1, BootROM MBP71.0039.B0B, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.62f6
    Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.9)
    Bluetooth: Version 2.4.0f1, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK2555GSXF, 232.89 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0x26100000
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24600000
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06600000
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06610000
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x06500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x06300000

    Hey thanks for your help i wish i had posted this sooner this i just spent 280 at apple to get my older macbook fixed for the same problem.  It makes sense i installed the silex driver to wirelessly print through my router, the alesisfirewire is a driver to allow multitrack recording on a firewire mixer. I have not been using the mixer but thats the same driver i had in my older macbook and now in hindsight thats about the same time the problem started. Weird noone at the mac store thought to ask me any of this when it was diagnosed i have alot of faith in apple and feel a little gipped out of 280 dollars if it was just removing the drivers but then again i guess you have to charge for the knowledge.  Thanks again very grateful.

  • I keep getting Kernel Panic when I try to install Panther

    Hello!
    I bought a used iMac from eBay. It's a 500mhz Indigo model with CDRW. It has Jaguar and OS9 installed on it and I want to install Panther. When I try to do the install the computer reboots and I get the Kernel Panic. I just want to wipe out whatever is there and start fresh with Panther but the Kernel keeps getting Panicky. Can anyone help?
    BTW I'm not installing Tiger because I don't have it yet.
    Thanks!
    iMac G3 500mhz Indigo CDRW model   Mac OS X (10.2.x)  

    Hi Again KeepItSimple!
    As I asked in your Other Topic, does the Full Retail Version of Panther, have CDs that look like THESE?
    It isn't necessary to start a new topic for the same issue. It's preferable to keep all the information in the same thread. Then users attempting to assist you have all the pertinent data in one place.
    ali b

  • Kernel panic when I try to use an express 34 SSD as a boot drive

    Can anyone make hide or hair out of this?
    Interval Since Last Panic Report: 4016068 sec
    Panics Since Last Report: 4
    Anonymous UUID: 1D45F5BA-DC3A-4C88-B3DB-8980934389C1
    Sat Feb 27 02:50:36 2010
    panic(cpu 1 caller 0x55648d): "getPhysicalSegment() out of 32b range 0x10000f000, len 0x1000, class IOGeneralMemoryDescriptor"@/SourceCache/xnu/xnu-1486.2.11/iokit/Kernel/IOMemory Descriptor.cpp:1597
    Backtrace (CPU 1), Frame : Return Address (4 potential args on stack)
    0x5cd7baf8 : 0x21b2bd (0x5cf868 0x5cd7bb2c 0x223719 0x0)
    0x5cd7bb48 : 0x55648d (0x5d8d28 0xf000 0x1 0x1000)
    0x5cd7bb98 : 0x551acb (0xa88fd00 0x6000 0x5cd7bbdc 0x0)
    0x5cd7bbf8 : 0x5ce472a4 (0x9b0d8e0 0xa88fd00 0x6000 0x5cd7bc44)
    0x5cd7bc68 : 0x1220c27 (0x9a6a200 0x0 0x86563692 0x10b)
    0x5cd7bc88 : 0x121d5be (0x9a6a200 0x7530 0xf4240 0x121f326)
    0x5cd7bca8 : 0x121d453 (0x9a6a200 0x7530 0x5cd7bcf8 0x54ee2c)
    0x5cd7bcc8 : 0x121cea5 (0x9a6a200 0x9971500 0x0 0x0)
    0x5cd7bce8 : 0x121ce67 (0x9a6a200 0x9971500 0x0 0x0)
    0x5cd7bd18 : 0x549661 (0x9a6a200 0x9971500 0x5cd7bd9c 0x0)
    0x5cd7bd68 : 0x121ce2a (0x9b01800 0x121ce34 0x9971500 0x5cd7bd9c)
    0x5cd7bda8 : 0x121a527 (0x9a6a200 0x9a65a00 0x9971500 0x5ce28cfb)
    0x5cd7bdd8 : 0x5ce307dc (0x9a65a00 0x9971500 0x8a31e51e 0x104)
    0x5cd7be18 : 0x5ce30a21 (0x9a62200 0x9d37318 0x20000 0x0)
    0x5cd7be78 : 0x5ce28488 (0x9a62200 0x9d372c0 0x1 0x121f7d4)
    0x5cd7be98 : 0x121d203 (0x9a00a00 0x0 0x5cd7bec8 0x50)
    0x5cd7bec8 : 0x121d56a (0x9a6a200 0x0 0x5cd7bf38 0x50847e20)
    0x5cd7bee8 : 0x5ce46b6a (0x9a6a200 0x4 0x5cd7bf68 0x226f27)
    0x5cd7bf08 : 0x5491b5 (0x9a6a200 0x9a65980 0x1 0x29c50a)
    0x5cd7bf58 : 0x5481e6 (0x9a65980 0x806545c 0x5cd7bf88 0x226f92)
    Backtrace continues...
    Kernel Extensions in backtrace (with dependencies):
    com.apple.iokit.IOATABlockStorage(2.5.0)@0x5ce27000->0x5ce34fff
    dependency: com.apple.iokit.IOATAFamily(2.5.0)@0x1219000
    dependency: com.apple.iokit.IOStorageFamily(1.6)@0xff4000
    com.jmicron.JMicronATA(1.0.0)@0x5ce45000->0x5ce4bfff
    dependency: com.apple.iokit.IOATAFamily(2.5.0)@0x1219000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x932000
    com.apple.iokit.IOATAFamily(2.5.0)@0x1219000->0x1225fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10C540
    Kernel version:
    Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009; root:xnu-1486.2.11~1/RELEASE_I386
    System model name: MacBookPro4,1 (Mac-F42C89C8)
    System uptime in nanoseconds: 1119010358957
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver 2.0 (addr 0x100c000, size 0x12288) - last unloaded 225810922835
    loaded kexts:
    com.parallels.kext.prl_vnic 5.0 9308.543312
    com.parallels.kext.prl_netbridge 5.0 9308.543312
    com.parallels.kext.prlusbconnect 5.0 9308.543312
    com.parallels.kext.prlhidhook 5.0 9308.543312
    com.parallels.kext.prl_hypervisor 5.0 9308.543312
    com.jmicron.JMicronATA 1.0.0
    com.apple.driver.AppleHWSensor 1.9.2d0 - last loaded 42663542730
    com.apple.driver.AppleHDA 1.7.9a4
    com.apple.driver.AppleUpstreamUserClient 3.1.0
    com.apple.driver.AppleLPC 1.4.9
    com.apple.GeForce 6.0.6
    com.apple.driver.AppleBacklight 170.0.14
    com.apple.driver.SMCMotionSensor 3.0.0d4
    com.apple.filesystems.autofs 2.1.0
    com.apple.kext.AppleSMCLMU 1.4.5d1
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.driver.ACPISMCPlatformPlugin 4.0.1d0
    com.apple.driver.AppleUSBTCButtons 1.8.0b4
    com.apple.driver.AppleUSBTCKeyboard 1.8.0b4
    com.apple.driver.AppleIRController 251.1.4
    com.apple.iokit.SCSITaskUserClient 2.6.0
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.0
    com.apple.driver.AppleIntelPIIXATA 2.5.0
    com.apple.driver.AppleAHCIPort 2.0.1
    com.apple.driver.AppleUSBHub 3.8.4
    com.apple.iokit.AppleYukon2 3.1.14b1
    com.apple.driver.AirPortBrcm43xx 421.91.26
    com.apple.driver.AppleSmartBatteryManager 160.0.0
    com.apple.driver.AppleFWOHCI 4.4.0
    com.apple.driver.AppleUSBEHCI 3.7.5
    com.apple.driver.AppleUSBUHCI 3.7.5
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleRTC 1.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIButtons 1.3
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.3
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 96.0.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 96.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.0
    com.apple.iokit.IOATABlockStorage 2.5.0
    com.apple.iokit.IOUSBMassStorageClass 2.5.1
    com.apple.driver.DspFuncLib 1.7.9a4
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.nvidia.nv50hal 6.0.6
    com.apple.NVDAResman 6.0.6
    com.apple.iokit.IONDRVSupport 2.0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IOSurface 73.0
    com.apple.iokit.IOBluetoothSerialManager 2.2.4f3
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.iokit.IOAudioFamily 1.7.2fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleHDAController 1.7.9a4
    com.apple.iokit.IOGraphicsFamily 2.0
    com.apple.iokit.IOHDAFamily 1.7.9a4
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.0.1d0
    com.apple.driver.AppleUSBMultitouch 204.9
    com.apple.iokit.IOUSBHIDDriver 3.8.4
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.2.4f3
    com.apple.driver.AppleUSBBluetoothHCIController 2.2.4f3
    com.apple.iokit.IOBluetoothFamily 2.2.4f3
    com.apple.driver.AppleUSBMergeNub 3.8.5
    com.apple.driver.AppleUSBComposite 3.7.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.0
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOATAPIProtocolTransport 2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.0
    com.apple.iokit.IOATAFamily 2.5.0
    com.apple.iokit.IOAHCIFamily 2.0.2
    com.apple.iokit.IOUSBUserClient 3.8.5
    com.apple.iokit.IO80211Family 310.6
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOFireWireFamily 4.1.7
    com.apple.iokit.IOUSBFamily 3.8.5
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 281
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacBookPro4,1, BootROM MBP41.00C1.B03, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.27f2
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8C), Broadcom BCM43xx 1.0 (5.10.91.26)
    Bluetooth: Version 2.2.4f3, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS722020K9SA00, 186.31 GB
    Parallel ATA Device: HL-DT-ST DVDRW GSA-S10N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd400000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1a100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x820f, 0x1a110000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0230, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000

    If you don't get the KP when booting from the internal, then suspect a corrupt installation on the SSD or that the SSD is causing the issue. See
    What is a kernel panic,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • Kernel Panic when run virtual machine same time on VirtualBox and Parallels Desktop

    Hi,
    Like as the title of thread: "Kernel Panic when run virtual machine same time on VirtualBox and Parallels Desktop"
    Please help me, below is report: http://pastebin.com/YpX13MYc
    Version Parallels Desktop:  8.0.18608
    Version VirtualBox: 4.2.16
    Thanks alot!

    It may also be one of these:
    com.kerio.kext.kvnet    8.1.1
    com.nvidia.CUDA 1.1.0
    at.obdev.nke.LittleSnitch       2.5.3

  • MBP Kernel Panic when connecting to HDTV (DVI)

    I have a 15" MacBook Pro that has been working perfectly since I got it. I tried today to connect it to my Hitachi 51" HDTV (via DVI) and got an instant Kernel Panic. I used my 15" Powerbook with this HDTV without any issues.
    I've searched and found folks with kernel panics when waking their MBP if the RAM is faulty, but nothing at all about issues when connecting an external display. I am running with all the latest updates, firmware update, etc.
    I don't have any problems connecting to a 23" Cinema display or to a 19" Samsung LCD, but I tried several times to connect to the HDTV and got a kernel panic each time. I changed resolutions on one try and still got the same issue (720x480 so the TV would see it as 480p). I even tried booting up with the display already connected and it kernel panic'd when it tried to switch into the full OS X GUI.
    The specific error is in the panic.log is:
    Sat Jun 10 16:23:48 2006
    panic(cpu 0 caller 0x0019CAEF): Unresolved kernel trap (CPU 0, Type 0=divide error), registers:
    CR0: 0x80010033, CR2: 0x35863000, CR3: 0x00d6e000, CR4: 0x000006e0
    EAX: 0x00000001, EBX: 0x00000000, ECX: 0x251a36fc, EDX: 0x00000000
    ESP: 0x251a360c, EBP: 0x251a36d8, ESI: 0x00000000, EDI: 0x00000000
    EFL: 0x00010247, EIP: 0x0078ca44, CS: 0x00000008, DS: 0x0a8c0010
    Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.kext.ATINDRV(4.2.6)@0x771000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.3)@0x574000
    dependency: com.apple.iokit.IONDRVSupport(1.4.3)@0x58f000
    com.apple.iokit.IONDRVSupport(1.4.3)@0x58f000
    dependency: com.apple.iokit.IOPCIFamily(2.0)@0x565000
    dependency: com.apple.iokit.IOGraphicsFamily(1.4.3)@0x574000
    So definitely something with the graphics subsystem. Anyone have any hints?
    MacBook Pro 2GHz 2GB RAM ATI x1600 256MB Mac OS X (10.4.6)

    What happens if you boot from the DVD that came with the MBP instead of booting from your hard drive? It could have something to do with your configuration.

Maybe you are looking for