PPC KernelExtensions on intel

What are all those PPC KernelExtensions on my MBP for?
Are they redundant?

Well, here's my firm advice:
They aren't taking up much space, you're not sure
what they're for, so the safest thing is to leave
well enough alone.
Have you restarted since moving them out of the
Extensions folder?
Yes , constantly.
But what if I tell you, that restarts are faster since i removed them?
Might it be that PPC extensions slow an intel down?
Regards
TD

Similar Messages

  • Problem with Java app on Mac OS X... works fine in PPC, not on Intel

    Hi all,
    I'm at a loss... I've always been under the impression that java is the same no matter where it's running, but I've come across something that surely counters that line of thought. At work, we use a java application from DTI to publish our newspaper. This app works just fine on Mac OS X 10.4.x on PPC Macs, but the same application doesn't work on Intel Macs, also 10.4.x.
    The app launches and appears to be working fine, but there's a point where it must download some support files from the server. This is where it breaks with the error:
    java.io.IOException: null, com.dtint.macutils.AppFile.decode
    The corresponding entries in the console log show this:
    java.io.IOException: null,com.dtint.macutils.AppFile.decode
         at com.dtint.macutils.Codec.invoke(Codec.java:96)
         at com.dtint.macutils.Codec.decode(Codec.java:112)
         at com.dtint.install.InstallFile.decode(InstallFile.java:218)
         at com.dtint.install.Download.db2File(Download.java:277)
         at com.dtint.install.Download.run(Download.java:143)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.dtint.macutils.Codec.invoke(Codec.java:91)
         ... 4 more
    Caused by: java.io.IOException
         at com.dtint.macutils.AppFile.decode(AppFile.java:130)
         ... 9 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.dtint.macutils.AppFile.decode(AppFile.java:125)
         ... 9 more
    Caused by: java.io.FileNotFoundException: /Volumes/ChopAdSizeMove.scpt.encoded (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at glguerin.macbinary.MBFileDecoder.decodeFile(MBFileDecoder.java)
         at com.dtint.macutils.MacFileIO.decode(MacFileIO.java:163)
         at com.dtint.macutils.AppFile_60.decode(AppFile_60.java:94)
         ... 14 more
    File Download Time (ms) = 12428
    If there are any other logs I can provide, let me know what would be helpful and I'll get them.
    I've got no clue why this wouldn't work across platforms unless it was compiled for the PPC processor or something, but then wouldn't it either launch in Rosetta or not at all on the Intel? I'm a systems admin, not a programmer, so I've really no idea where to start looking.
    What I have done to this point is made sure I'm on the latest Apple-released Java, as well as copied the Java files from the PPC to the Intel to see if there was something there. Nothing makes any difference.
    This would be a major coup if I could get this working... does anyone have any thoughts or ideas about getting this to work?
    Many thanks in advance!
    Jason

    Hi all,
    I'm at a loss... I've always been under the impression that java is the same no matter where it's running, but I've come across something that surely counters that line of thought. At work, we use a java application from DTI to publish our newspaper. This app works just fine on Mac OS X 10.4.x on PPC Macs, but the same application doesn't work on Intel Macs, also 10.4.x.
    The app launches and appears to be working fine, but there's a point where it must download some support files from the server. This is where it breaks with the error:
    java.io.IOException: null, com.dtint.macutils.AppFile.decode
    The corresponding entries in the console log show this:
    java.io.IOException: null,com.dtint.macutils.AppFile.decode
         at com.dtint.macutils.Codec.invoke(Codec.java:96)
         at com.dtint.macutils.Codec.decode(Codec.java:112)
         at com.dtint.install.InstallFile.decode(InstallFile.java:218)
         at com.dtint.install.Download.db2File(Download.java:277)
         at com.dtint.install.Download.run(Download.java:143)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.dtint.macutils.Codec.invoke(Codec.java:91)
         ... 4 more
    Caused by: java.io.IOException
         at com.dtint.macutils.AppFile.decode(AppFile.java:130)
         ... 9 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.dtint.macutils.AppFile.decode(AppFile.java:125)
         ... 9 more
    Caused by: java.io.FileNotFoundException: /Volumes/ChopAdSizeMove.scpt.encoded (No such file or directory)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(FileInputStream.java:106)
         at java.io.FileInputStream.<init>(FileInputStream.java:66)
         at glguerin.macbinary.MBFileDecoder.decodeFile(MBFileDecoder.java)
         at com.dtint.macutils.MacFileIO.decode(MacFileIO.java:163)
         at com.dtint.macutils.AppFile_60.decode(AppFile_60.java:94)
         ... 14 more
    File Download Time (ms) = 12428
    If there are any other logs I can provide, let me know what would be helpful and I'll get them.
    I've got no clue why this wouldn't work across platforms unless it was compiled for the PPC processor or something, but then wouldn't it either launch in Rosetta or not at all on the Intel? I'm a systems admin, not a programmer, so I've really no idea where to start looking.
    What I have done to this point is made sure I'm on the latest Apple-released Java, as well as copied the Java files from the PPC to the Intel to see if there was something there. Nothing makes any difference.
    This would be a major coup if I could get this working... does anyone have any thoughts or ideas about getting this to work?
    Many thanks in advance!
    Jason

  • PPC (power PC) & Intel

    Hi! I'm new to Mac and I just wanted to find out what is the difference between a PPC or Power PC and an Intel Mac?

    What Allen Eckert said. In addition...
    PPC and Intel chips use different instruction sets which is a fancy way of saying that programs written for one don't work on the other. However, Mac OS uses something called Rosetta to, if necessary, translate PPC instructions into Intel instructions. So if you look at the list of installed Software in "About this Mac" you will see that each is labelled with one of PPC, Intel or Universal. Universal means that the program is actually two copies, one PPC and one Intel. An Intel Mac runs the Intel version and an older PPC Mac runs the PPC version. A program labelled Intel means that it specifically uses the Intel instruction set and will not run on a PPC Mac. And PPC (Microsoft Office Test Drive for example) means that it was written for a PPC Mac but will run on an Intel Mac via Rosetta, which is less than ideal but not bad.

  • Opening PPC songs on Intel macs

    Hi everyone,
    anyone had problems when opening PPC songs on Intel macs? specialy large music scores causes intel logic to crash...
    best.
    intel imac 20   Mac OS X (10.4.7)   2Gb RAM
    Powerbook 17 1.33 G4   Mac OS X (10.4.6)   1Gb RAM

    hi andre, look up this topic here. justin c, has written about it, i think.
    he recommends "rebuilding your autoload" for starters.
    if these songs crash logic, you might have to do a fresh autoload and import all the files and start from scratch. bad, i know.
    file corruption seems to be at the bottom of it all.
    i have trouble just editing something in 7.2, and then running it in 7.1.1.! and i'm using the same mac for both.

  • How do I remove migrated PPC apps from Intel iMac that has the same apps?

    Before I begin, please know that I've read a lot of previous posts but all the posts only had some of what I needed so I'm posting this as a new topic. OK, here I go:
    My PPC running 10.5 just froze-up (that has since been solved) but in the process of solving that issue, I migrated everything as a different user (User B) INCLUDING my applications, to my Intel iMac - my iMac that also had the same applications on it - except they were intel versions and they were under User A.
    So I essentially did an archive and clean install on my PPC.
    Then, using Migration Assistant, I transferred User B onto my PPC. Now both of my computers have duplicates of most of my applications. In trying to fix this issue, I found out I should NOT have transferred my applications. So now I'm very confused as to which apps I should remove off my PPC and which I should remove off my intel iMac.
    If I just delete User B from my intel iMac, that's easy enough but will that remove the dupes? I have a funny feeling it doesn't.
    And then, which do I remove from my PPC?
    AND THEN, are there other things I will need to remove from different places on my computer?
    Any help would be greatly appreciated. Thanks!
    And now, I've used migration assistant to move everything from user (B) back to my PPC. Now I have duplicate applications with "(from old mac)"

    Normally application go in the Applications folder at the top level of the hard drive, not in any user folders. If you have applications in user folders that are the same as those in the Applications folder, you can delete them from the user folders. If you actually migrated PPC applications into the Applications folder on an Intel Mac, it would have replaced the Intel versions. To fix that,you would have to reinstall OSX on the Intel Mac.
    The same thing would apply on the PPC Mac.

  • System Image for G5 (PPC) and iMac (Intel Core 2 Duo)

    hello,
    I would like to know if there is a way to create a common system image Mac OS X 10.4.10 that I can "deploy" in out two mac labs. One with G5 (PPC-based machines) and the other with iMac (Intel-based machines).
    If yes, how can I do that ? with a script ?
    I tried to boot a G5 with image made on IMac and it didn't boot...
    Anybody can help me ?
    Thanks a lot for your cooperation,

    Welcome to Apple Discussions!
    As they are not comparable versions of Mac OS X, a dual boot configuration would be needed. One with a GUID (for Intel) formatting, and one with Apple Partition Map (for PowerPC). This Mac OS X hints page explains how to make a dual boot configuration:
    http://www.macosxhints.com/article.php?story=2006061610374449

  • Transfer Library from PPC to new Intel iMac

    I have an older G5 running iTunes 10 (latest) and am getting ready to buy new iMac that I assume will be running iTunes 10. My question is if there will be an issue transferring the library from the PPC version to the Intel version, even though they are both iTunes 10. My library is really big, around 300GB, because it contains movies, etc. I don't have room on my PPC HD to create a back up before I transfer the library. Will it be safe if I keep the PPC around for a couple weeks while I migrate files over? I'll have the same issue with my iPhoto and iMovie libraries. Thanks in advance.

    Hi Chris,
    Thanks for the note.
    I wouldn't have asked if I didn't already look at that.. I would do it in a second - unfortunately, there is no sense of real control here - for example, if I'm migrating mail, does it migrate all my messages? Just my password/account settings? I don't want my mail content. I can easily set up the password/account settings by hand. Should I? I don't know.
    I don't want to migrate all apps... I want to migrate iTunes.
    I don't want to migrate all users... just me.
    But... I am not willing to start poking "ok" and keeping my fingers crossed in hopes that I won't have to go through an hour of work to undo what I should have had the choice to avoid in the first place.
    This may all be speculation, but it wouldn't be if the process was clear, or stated "all or nothing" - but it doesn't, at least, as far as I can tell.
    The Apple site has little that really helps either:
    http://www.apple.com/pro/tips/migration.html
    I sure don't mind doing things by hand - I've been doing that for 20 years. However, I do mind -undoing- things by hand.

  • Going from a PPC to an Intel Mac

    Will OS 10.8 Mountain Lion support PPC apps (those I've been running on OS 10.3 up to 10.5.8 Leopard)? I think they will run also on OS 10.6 Snow Leopard, but can't confirm until I have an Intel Mac (needed to run OS 10.6). If OS 10.8 will not support them, will OS 10.7 Lion? I Know that 10.9 Maverick will not.

    jimmh wrote:
    Thanks, Lyssa for your reply
    A good portion of the software you're running probably has an Intel-compatible version at this point.
    That's true, except for one really important CAD app I need. My CAD app (Canvas X) was no longer upgraded for Mac starting about 2007. It has been upgraded only for Windows. I think this is about the same time that Mac completed its switch from PPC to Intel, which most likely explains the unwillingness of my CAD company to upgrade. I'm reluctant to attempt running a Windows CAD app on a Mac, using Bootcamp or Parallels.
    Much better I think is to get the latest MacBook that will run OS 10.6
    Try running Canvas X in Snow Leopard Server installed into Parallels for use in Mavericks.
    Here is Adobe CS2 Photoshop (PowerPC) running in SLS in Parallels:
                                  [click on image to enlarge]

  • Share external hard drive between PowerBook (PPC) and MacBook (Intel)?

    Hello.
    I recently purchased an HP Portable USB 3.0/2.0 1TB external hard drive (http://j.mp/f9FP4M). I'm trying to figure out the best way to format it so that my girlfriend and I can both use it. Problem is, I have a PPC-based PowerBook G4, and she has an Intel-based MacBook. Hopeless?
    If not, here is the ideal scenario:
    --One partition that can boot Tiger (I still have the CD).
    --A second partition that can boot Snow Leopard (just got it for my girlfriend).
    --A third partition where my girlfriend can back up her MacBook using Time Machine.
    --A fourth partition where I can back up my PowerBook using whatever means possible/necessary.
    Can someone please suggest how I might do this? I would be very grateful for any assistance.
    If any part of my ideal scenario has to be sacrificed -- I would not be at all surprised -- then let's forget about my PowerBook and focus on how to format the drive for her MacBook. I presume I would just need to do GUID, but I'd still need guidance on how to create partitions to boot Snow Leopard (and Tiger, if that would still be possible).
    Happy to clarify any of the above if it's unclear or incomplete. Thanks for reading and for thinking this through with me!

    Question was resolved here:
    http://discussions.apple.com/thread.jspa?threadID=2803825&tstart=0

  • Move pair of 1 TB HDs from G5 PPC to new INTEL Machine?

    I have had a workhorse PPC G5 for many years, but software upgrades demand I graduate to an Intel-based machine. Can I simply move the two 1TB Hard Drives from the old machine to a new one or are they incompatible? They are both about a year old.

    They are compatible, but the partitioning map or tables (Apple PM) are not and need to be reformatted to GUID is all.
    Better in FW case until you copy files you need and reformat before using internally. With 4 internal bays, you'll still have one free.
    And skip Applications during Setup (or Migration) Assistant step and you should be fine, and then do fresh installs and avoid having to redo later.

  • Is my computer a ppc or a intel?

    i don't really know what this means but i know ppc is old and intel is new right? anyways its a imac aluminum front black back and here are the specs
    Model Name:          iMac
      Model Identifier:          iMac7,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          4 MB
      Memory:          2 GB
      Bus Speed:          800 MHz
      Boot ROM Version:          IM71.007A.B03
      SMC Version (system):          1.20f4
      Serial Number (system):          W8****LFX85
      Hardware UUID:          00000000-0000-1000-8000-001B63A6B880
    <Edited by Host>

    sorry i mixed it up vazandrew was suppose to be correct and dave was suppose to be helpful sorry =(

  • Can't Import Mail From PPC Mac to INTEL Mac

    How does one import the mail folders from a PPC G4 system to a new Intel Core Duo system.
    1. I've copied the mail folder from the G4 to an external Hard Drive.
    2. I then connect the external Hard Drive to the Mac Mini Intel Core Duo.
    3. I open MAIL on the Intel system and tell it to import the mailboxes from the external Hard Drive.
    4. All of the mailboxes import, but contain no mail.
    5. I then quit MAIL and restart it.
    6. My IMPORT folder has disappeared and there are no imported folders, and no mail.
    7. I've done this 6 times all with the same result.
    Help Please. Has anyone successfully transfered mailboxes from PPC system to the new Intel system? If so how?
    THX,
    X86-1138

    Hello all,
    Thank you for your help, but I figured it out on my own.
    Here is how I did it.
    1. If you are moving "Mailboxes" you've created on a PPC Mac to an Intel Mac
    you must have the Same Versions of OS X running on each system.
    Please note that this is for people who are just setting up there NEW INTEL MAC and wish to transfer "Mailboxes" from the PPC Mac, and can not get the Migration Assistant to work.
    If you've already created New "Mailboxes" on the Intel system they may be overwritten/replaced using this process. Resulting in the loss of any newly created "Mailboxes" on the Intel.
    2. Be sure you have Tiger updated to the same versions on both systems.
    3. On the PPC Mac, go to your Users/(your user name here)/Library/Mail folder.
    4. Locate in the Mail folder a folder named "Mailboxes".
    5. Copy the "Mailboxes" folder from the PPC Mac to an external hard drive.
    6. Eject the hard drive from the PPC Mac and turn off the hard drive.
    7. Connect the external hard drive to the Intel Mac and turn on the hard drive.
    8. Wait for the external drive to mount.
    9. Be sure that the MAIL application is not running on the Intel Mac, then go to Users/(your user name here)/Librery/Mail.
    10. Look inside the Mail Folder. Do you see a folder named "Mailboxes"?
    11. If yes, see step 13.
    12. If no, see step 14.
    13. Stop and I will try to post another solution for tranfering "Mailboxes" into an existing "Mailboxes" folder so you don't overwrite or replace your new "Mailboxes"
    14. If you don't see a folder named "Mailboxes" in your Mail folder, do the following.
    15. Drag and drop the "Mailboxes" folder you copied onto the external drive, into the "Mail" folder on the Intel Mac.
    16. After all of the files have been copied to the Intel Mac, Start the MAIL application.
    17. All of the "Mailboxes" you copied over should now appear in the "Mailboxes" list under your mail accounts list.
    Hope this helps anybody else who has run into this problem.
    Regards,
    X86-1138

  • Is it possible to install an app intended for PPC on an intel-based mac?

    I have a "Websters" disk that works on Windows and PPC-based Macs.
    I was wondering if I could install it on my Intel-based Mac? Is it possible?

    Templeton Peck wrote:
    Yes, provided the app is written for OS X, and not OS 9.
    Good to know

  • Epson printer sharing incompatibility between PPC Macs and Intel Macs?

    I currently have an Epson Stylus Photo 2200 that is shared on my network so I can print to it anywhere including using Airport. This has worked fine for a long time. Last night I tried to print to it from Photoshop on the MBP and found lots of the options in the printer setup for this specific printer weren't showing up. It was very baffling, so after much trying I finally connected the printer directly to the MBP and the options were back. But other things were very different. Like instead of having different printer selections for bordless printing, there is only one printer selection and now when you select the paper size (8x10 for example) there are submenus on the paper size for borderless or other options.
    Certainly better but very different. Looking in the printer directory, the file structure looks different and the version for this printer (which now isn't a driver itself but a plug-in to a main driver) is 3.0 which is much newer than the version in the PPC 10.4.5 or on their website. I don't have other epson printers to check out, but they appear as plug-in files now which they didn't before. This issue may apply to other epson printers, not just the 2200.
    So, this is long winded way of saying that yes, the printer works (and works well) but it's not incompatible with the PPC mac version and you can't share the printer without losing functionality. It sure would be nice to be warned about this. I don't see anything from Apple or Epson that would let you know this. Has anyone else seen anything similar to this?

    I'm in the same situation --- I have a 2200 hooked up to a PPC desktop Mac, and I share it over Airport with my MBP. I have good and bad news.
    Good news: Epson has posted new 2200 printer drives for Intel-based Macs on support.epson.com. Download and try them. Read the instructions --- you'll probably have to do a "Reset Printing System" and restart your MBP before installing the new drivers.
    Bad news: while I'm able to print to my 2200 over Airport, I'm unable to access Print Settings to change the media type. Thus, unless I'm printing to plain paper, I still have to use a direct connection from the 2200 to my MBP.
    Does anybody have a solution to the Print settings issue?
    MacBook Pro   Mac OS X (10.4.7)   2.16GHz 2GB RAM 256VRAM

  • Restoring from PPC backup to Intel

    I picked up a new iMac last weekend and used the Time Machine backup from my iSight machine that had gone in for service (don't ask) for the Set Up Assistant to use to transfer my data.
    My question is will the performance of the Intel mac be affected by the fact that all my settings, preferences, library, etc. were created on the PPC iMac?
    This has also been posted at Using Mac OS 10.5.

    Unfortunately, it probably will affect the performance of the Intel Mac. SEe this migration tip for how to migrate files over:
    http://discussions.apple.com/thread.jspa?threadID=435350&tstart=0

Maybe you are looking for

  • How to get values and not index in case of SOC?

    I have created a SOC and i need the values in the bean on valuechange event which are present in the dropdown(i.e 20,50,100). But in this case instead of value me getting the index value(i.e 0,1,2) How can i get the values and not the index value. Qu

  • Editing in Camera Raw with Bridge in CS6

    Whenever I try to edit an image with Bridge I get a message saying:  "Camera Raw editing is not enabled.  Camera Raw requires that a qualifying product has been launched at least once to enable this feature"   I have looked throughout the Adobe site

  • Help!  My iTunes Library has disappeared

    I moved my iTunes Music Folder to my external hard drive. I then started adding songs that were already on my external to my music folder. Now, my music that orginally in my music folder is no where to be found. Any ideas on where to start looking?

  • Digital camera/iPod question

    Today I travel with my family from Honolulu to Puna, Hawaii to look at the possibility of buying a home there. I was wondering if it is possible to transfer pics from digital camera to iPod directly without the use of a my Mac? I'm not sure I want to

  • Will Macbook Pro Intel Core Duo run Snow Leopard ok?

    I have the following system spec on my Macbook Pro which i bought in Apr 2006: 2.16 Ghz Intel Core Duo 2 G 667 Mhz SDRam I would like to know if Snow Leopard will run on my system. I have been getting a few glitches for the last while when running in