RAM Swap Between Core 2 Duo and i5 13" MacBook Pros

Hi!
We have two MacBook Pro's at work. One is a late-2010 13" MacBook Pro with an 2.4GHz Intel Core 2 Duo processor. The other is an early-2011 13" MacBook Pro with an 2.3GHz Intel i5 processor.
What we'd like to do is upgrade the i5 to 8GB of RAM and more the 4GB from the i5 to the Core 2 Duo, which currently has only 2GB.
The memory modules for both are the same pin set, but seem to be different speeds - one is 1066Hz, the other is 1333Hz. What I'm looking to find out, before I purchase anything, is if the memory that came installed in the i5 MacBook Pro will work in the Core 2 Duo MacBook Pro.
Any help you can give would be great!
Thanks!
-Eric

Hi Eric,
I have not tried those specific machines, but in the past I have done what you're asking about. In those days there used to be called "dual programmed" RAM. I've had several Macs that the RAM was interchangeable on; if installed in the lower speed machine, it would run at the lower speed; if installed on the higher speed machine it would run at the higher speed. BUT, it was also possible to buy different brands of RAM that were not interchangeable in those same Macs; one model/brand of RAM worked in one of the Macs, one worked in the other, but neither worked in the the opposite machine.
Where does that leave you? I believe it's possible the faster RAM will work in the slower machine. Unless it's "dual programmed" as I described, I doubt the slower RAM will function properly in the faster machine (and if it did, it might function at the slower bus speed = not good), but that doesn't appear to matter to what you want to do.
I do not know for sure that it is "safe" to try the faster RAM in the slower machine, but based on other posts I've read, I wouldn't be afraid to try it. Note that if it does funtion properly, it isn't going to be at the faster speed (1333MHz); that's something you can check in System Profiler if you decide to try it. If you do, I'd watch it carefully for awhile to make sure data/HD and basic functions are not being affected by it; I would perform a backup just prior to installing it, then not backup over it. That way, if anything goes amiss, you can just swap the RAM back to original (or purchase more) and restore from the "good" backup.
Just some thoughts.
What would be better is to hear from someone who's actually done it with that RAM/those machines. Good luck to you.

Similar Messages

  • The plastic hinge between my screen and the computer (macbook pro retina) is cracked and doesn't hold the screen anymore? Can Apple change it?

    The hinge between my screen and my computer (macbook pro retina) has cracked and doesn't hold the screen anymore. Can I fix it without changing my screen. And if it's still on guarantee does Apple have to repair it?

    Apple can fix any and all of their computers.  Whether it would be charged to you would be the question.   Do you have AppleCare?
    Accidental damage is not covered by AppleCare.
    How old is this computer?

  • Java Development issue/differences between Core Duo and Core 2 Duo (??)

    Hi Everyone,
    I am a Java developer that uses my 17" MBP Core Duo for all of my development. Lately, I've been trying to use both the Glassfish Application Server V2 (from Sun) and Maven 2.09 from the Apache project. I have configured identical scenarios on my MBP Core Duo and on a 15" MBP Core 2 Duo.
    The scenario involves compiling and running some webservices (at least on the Core 2 Duo) in a local development environment. Both machines use the default JDK 1.5.0_13 installed on the machine.
    On the 17" Core Duo, issuing a "mvn install" command produces the following error:
    [INFO] Compiling 1 source file to /Users/john/downloads/soabook-code-20070504/chap07/endpoint-provider/modules/en dpoint/target/classes
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Fatal error compiling
    Embedded error: Prohibited package name: java.lang
    [INFO] ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 12 seconds
    [INFO] Finished at: Fri Sep 05 07:09:06 CDT 2008
    [INFO] Final Memory: 9M/17M
    [INFO] ------------------------------------------------------------------------
    Running Maven with the "-e" switch turned on produces the following stacktrace:
    org.apache.maven.lifecycle.LifecycleExecutionException: Fatal error compiling
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:564)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(De faultLifecycleExecutor.java:480)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycl eExecutor.java:459)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailure s(DefaultLifecycleExecutor.java:311)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(Default LifecycleExecutor.java:278)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExe cutor.java:143)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Fatal error compiling
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 498)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
    at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.j ava:443)
    at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecyc leExecutor.java:539)
    ... 16 more
    Caused by: java.lang.SecurityException: Prohibited package name: java.lang
    at java.lang.ClassLoader.preDefineClass(ClassLoader.java:534)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:669)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassL oader.java:56)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler .java:398)
    at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141 )
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java: 493)
    However, the exact same software setup on the Core 2 Duo produces this result (which I would expect on the Core Duo):
    [INFO] Installing /Users/john/Downloads/soabook-code-20070504/chap07/endpoint-provider/pom.xml to /Users/mjhart/.m2/repository/soabook/chap07-endpoint-provider/1.0/chap07-endpoi nt-provider-1.0.pom
    [INFO]
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Reactor Summary:
    [INFO] ------------------------------------------------------------------------
    [INFO] CHAP07-ENDPOINT-PROVIDER-WSDL2JAVA .................... SUCCESS [1:35.885s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-ENDPOINT ..................... SUCCESS [7.221s]
    [INFO] CHAP07-ENDPOINT-PROVIDER-CLIENT ....................... SUCCESS [16.525s]
    [INFO] CHAP07-ENDPOINT-PROVIDER .............................. SUCCESS [1.597s]
    [INFO] ------------------------------------------------------------------------
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESSFUL
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 2 minutes 1 second
    [INFO] Finished at: Fri Sep 05 07:07:23 CDT 2008
    [INFO] Final Memory: 16M/30M
    [INFO] ------------------------------------------------------------------------
    I have installed the same software versions and have the same configuration on a Windows desktop running XP SP2 and get the same successful result.
    Is this an issue between the Core Duo and Core 2 Duo? I can't see that it is since I don't believe the hardware influences the software to that degree. However, I am at a loss for what is causing the issue and the Apache Maven list insists that there are developers that are using Maven successfully on OS X.
    I really need to get past this issue, but I am at a loss. Please help.
    Thanks,
    John

    Have you repaired permissions? (/Applications/Utilities/Disk Utility.app)
    Are you sure you're using JDK 5? (Applications/Utilities/Java/Java Preferences.app or output of $ javac -version)
    --greg

  • Difference between core duo  and core 2 duo

    I want to upgrade to Leopard starting where ever i need to but I cant figure out how o do it. On some of the discussions it says must have core 2 duo more, my macbook says core duo. Is this the same thing or different?  Any advise on how to upgrade would be appreciated. I want to upgrade itunes and cant because i get the message not compatible wit this version of OS X..  Please help

    1. As stated above, you need to purchase Snow Leopard on DVD. Don't worry about any intermediate versions.
    2. The newest version of iTunes which will run on 10.4.11 is 9.2.1. If you need to upgrade because you purchased a new iPod or similar device, you'll almost certainly need to upgrade your OS too.
    (65426)

  • HELP  Deciding between Windows laptops and OS X MacBook Pro!

    I'm going to college this coming fall and am in the market for a new laptop to bring with me. I've been debating between PC laptops and Apple laptops for months now. This all started with the release of the MBP and its Intel Duo processor. In short, the new MBP's intrigue me.
    So, I ask for help with deciding between the two. I'm very used to Windows XP; I have a Dell desktop and a Sony Vaio laptop. I do know the basics of
    OS X because we use them at my high school.
    My main question is, Why should I make the jump from Windows to Apple/
    OS X?
    Also, I have looked at several other notebooks, comparing features with prices. The 15.4" MBP is running at $2000. For the same price, I can get a similar Windows laptop with more technical features (more GB hard drive/more RAM).
    MAC-80GB HD ; 512MB DDR2 RAM
    SONY NOTEBOOK-100GB HD ; 1GB DDR2 RAM
    Is the Apple notebook slower? I just have many questions, and I hope someone is able to answer at least a few and "teach me" the Apple way. Any help is appreciated!!
      Windows XP  

    Hi, eightnotes. welcome to the forum.
    In my opinion, there are several reasons why you should make the jump.
    The first and biggest reason is the user experience, i.e. ease of use and low-maintenance OS. You're familiar with Windows, so you know you almost need to have a degree in computer science to properly secure, protect and maintain a Windows pc against internet threats. The Mac OS is not so threatened, so you will spend less time and energy worrying about it, securing it, and fixing it when it breaks.
    Another reason is the way that Mac OS X is well integrated to fit the hardware that runs it. I've always believed that one of Windows biggest weaknesses is the fact that computer manufacturers must properly engineer their hardware to conform to the requirements of Windows OS. Of course, some are better than others, and God help you if you have a problem. "Who ya gonna call?". If it's OS X on Macintosh, you're gonna call Apple.
    And finally, I think Apple provides the best suite of software that a consumer can get for everyday use. iLife (with iPhoto, iTunes, iMovie, iDVD and Garage Band) is simply the best at digital photos, music and video. If you need more than that, add iWork or MS Office for the writing and publishing... add other third party apps for other things and you're still using excellent, solid apps.
    There you go! Three very good reasons (IMHO) why you should make the jump.
    And here's one more for good measure. The ability to run Windows XP natively (and maybe Vista next year) on the newest Intel-based Macs. If you make the switch and just can't seem to tear yourself away from the dark side that is Windows, then you can always visit it from the comfort of your couch and your lap with your new MacBook Pro and Boot Camp.
    So, even though the price may seem greater for the MacBook Pro, once you factor in all the advantages and factor out the hassles, the MacBook Pro is the way to go.
    I hope this is helpful.
    Regards... d.i.

  • Switching between OS X and Win7 on MacBook Pro

    Is there an app or some process to easily switch between OS X and Win7 on my MacBook Pro? Thanks.

    If Windows is installed in BootCamp then reboot from one OS to the other.
    If it is install to be used by an emulator that start your Windows applications.
    Allan

  • Differentiate between brand new and factory refurbished macbook pro

    How to spot the difference whether it is a brand new or factory refurbished macbook pro?

    I had a problem with my friends new MBP too. These steps fixed it. Keep me posted.
    First, Check for software updates, by clicking on the Apple () and then on 'Software Update'
    Then try
    SMC Reset
    http://support.apple.com/kb/HT3964
    PRAM Reset
    http://support.apple.com/kb/PH4405

  • Will the ram from a "macbook pro 2.2 GHz Intel Core 2 Duo" work in a "MacBook Pro 2.2GHz Quad-core Intel i7"

    I have a 2008? MacBook Pro 2.2 GHz Intel Core 2 Duo with 4 GB ram.  Can I use 2 GB ram from the old machine in a new MacBook Pro 2.2GHz Quad-core Intel i7 ?
    /bc

    Very likely not.
    RAM gets improved over time like everything else, so if the RAM is too old it won't be compatible with newer machines.
    TO confirm, use Crucial.com and punch in each machine, then read the RAM requirements and specifications, if they match, then your good.
    But I'm willing to bet they won't be beause of the age difference between the two machines.

  • My computer is a MacBook Pro Intel core duo, and I need to know if I can run the new Lion OS?

    My computer is a MacBook Pro Intel core duo, and I need to know if I can run the new Lion OS?  The Apple web says must have Intel Core 2 Duo. Please advise. Not knowledgeable enough to know if not having the 2 between Core and Duo is a stopper.  Appreciate any guidance. 

    The difference between a Core Duo and a Core 2 Duo is a show stopper when it comes to running Lion.  The Core Duo is still only a 32 bit chip, but the Core 2 Duo is a 64 bit chip.  You need the 64 bit chip to run Lion.

  • Mac Mini Core Duo and 23" Cinema Display: video graphics performance

    I know the Mac Mini Core Duo and the 23" Cinema Display are compatible but can anybody tell me if one can expect better graphics performance when using a 20" display or does it not make any difference?

    Thanks Dan but maybe I didn't make myself clear. What I'm interested in is whether or not one can expect a noticeable difference in video graphics performance between a 20" Cinema Display and a 23" Cinema Display, when connected to a Mac Mini Core Duo.

  • I have a MacBook Pro with Intel Core Duo and Snow Leopard 10.6.8. Want to upgrade to Lion to take advantage of icloud. Is there anything I can do without getting a new MacPro?

    I have a MacBook Pro with Intel Core Duo and Snow Leopard 10.6.8. Would like to upgrade to Lion but it requires a minimum of Intel Core 2 Duo. Can I get what I need or do I have to buy new MacBok Pro?

    I also have a core duo MBP with Snow Leopard and it runs perfectly.  There are very few things it cannot do as compared to the faster, newer MBPs, but that is attributable to the CPU, not the OS.  There are some who view Lion as downgrade rather than as an improvement.  If there are important applications that reqire a fast CPU or Lion features that you find essential, by all means get a new MBP.
    I have an aphorism:  Obsolescence is more often a perception rather than a reality.  Besides the silver keys look much classier than the black ones.
    Ciao.

  • Can I swap between usb2 and usb3 on macbook pro retina

    can I swap between usb2 and usb3 on macbook pro retina.
    At the moment I have an external USB2 HDD and have ordered
    a new USB3 HDD.
    Does the macbook automatically recognise the difference.
    Regards
    oldboy135

    Yes, the MBP will accommodate USB2 peripherals in the USB3 ports, but the transfer rate will be at USB2 speeds.
    You may use both without concern.
    Ciao.

  • Intel Core Duo and Lion...

    So I am running my 2.16 GHz Intel Core Duo and trying to install Lion. Everything I can find says it can't be done. Is this true?

    Yes.  You need an Intel core 2 duo minimum.
    General Requirements-Lion
    Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7, or Xeon processor
    2GB of memory
    OS X v10.6.6 or later (v10.6.8 recommended)
    7GB of available space
    http://www.apple.com/macosx/specs.html

  • Will ram from a MacBook 1.83GHz Intel Core Duo work on a MacBook 2.0GHz Int

    Will ram from a MacBook 1.83GHz Intel Core Duo work on a MacBook 2.0GHz Intel Core 2 Duo?
    MACBOOK   Mac OS X (10.4.8)  

    Yes, both machines use the same type of memory.

  • Macbook pro core duo and actiontech router

    i have a mbp core duo, and want to use it to get onto the internet wirelessly in a rom located maybe 100 feet from my router, an actiontech from verizon FiOS. In this room i am able to get a wireless signal strong enough for Tivo, Apple TV, and a dell laptop. However I can't get a signal on the mac book pro. As i get closer to the router things improve. I have tried adding an external antenna to the router. FiOS offers little to no mac support for me.
    Any help anyone can share?
    Thanks.

    If safe boot works then it is probably a startupitem, launchagent, or launchdaemon that may be failing.  Look in your /Library/LaunchAgents, /Library/LaunchDaemons, and /Library/StartupItems.  All these are suppressed in a save boot.  You could start experimenting by removing all you see in those.  Or if you have some hunch of what may be a possible culprit delete that. Or one at a time.  Whatever.
    When I say delete I mean just temporarily remove them.  Observe ownership and permissions when putting them back.
    Note, I don't know why any of those items would suddenly start to fail just because you machine went south.  Perhaps some plist or other data got corrupted.

Maybe you are looking for

  • Performance issue of loading a report

    Post Author: satish_nair31 CA Forum: General Hi, I am facing performance related problem in some our reports where we have to fetch some 1-2 lakhs of reports for display. Initially we are passing the dataset as the source of data to the report. It ta

  • The option to open a new tab is not working?

    The option to open a new tab is not working? I click on the little box but nothing happens?

  • How to get The Collabration Admin Menu

    Hi All, Please Any one can tell me how to get  Collabration Admin menu in Netweaver like How we get System Administration , Content Administration and User Administration I want to create E-Mail Transport in the Groupware Admin Document they have giv

  • How to replace a Motorola NVG589 with a Time Capsule?

    I have a few questions. Today ATT came and set up wireless for me. The only problem is they had to put my Wireless Gateway in a seperate room from my home theatre. I am experienceing a little bit of a slow down in my home theatre. Is there any way i

  • Transport Rule does not appear to be working

    hi, I have an exchange 2013 environment.  i have a requirement to intercept inbound emails from external senders addressed to [email protected] and forward it to a single recipient. we have an internal distribution list already using [email protected