kenny
Registered
So, I'm the proud owner of a dual 2.5 G5 tower, which I want to upgrade the memory in. I got these two 1GB sticks that no matter how many times I'd reseat them, MacOSX would never see the extra 2GB of memory. It does see the existing 1.5GB worth of DIMMS correctly, and shows the slots with the new ones as "empty". Then, I did some poking around Google, and found how to query OpenFirmware on what it sees, and it clearly saw the extra 2 sticks (6 in all):
Then I plugged the "PC3200U-25440" (since that corresponds to the two new sticks) in Google, and found a couple of threads that discuss how the "25" (or "30") is an indication of CAS timing (2 vs. 3), and that the G5 can only run as CAS 3, and I'm feeling pretty doomed as a result.
So, are there any tricks to making the CAS2 (which is apparently faster, according to what I've been able to find) work in my G5?
Or, did I just burn a pile of money on DIMMS I can't use even though they are PC3200? Any ideas how to tell what they are before walking out of the shop with them?
Thanks..
Code:
[FONT=Courier New]0 > dev /memory .properties
name memory
device_type memory
.
.
.
(more detail than anyone's probably interested in..)
.
.
.
dimm-types DDR SDRAM
DDR SDRAM
DDR SDRAM
DDR SDRAM
DDR SDRAM
DDR SDRAM
dimm-speeds PC3200U-30330
PC3200U-30330
PC3200U-30440
PC3200U-30440
PC3200U-25440
PC3200U-25440
ram-layout-architecture 00000001
ram-bus-width 00000080
ok
0 > [/FONT]
Then I plugged the "PC3200U-25440" (since that corresponds to the two new sticks) in Google, and found a couple of threads that discuss how the "25" (or "30") is an indication of CAS timing (2 vs. 3), and that the G5 can only run as CAS 3, and I'm feeling pretty doomed as a result.
So, are there any tricks to making the CAS2 (which is apparently faster, according to what I've been able to find) work in my G5?
Or, did I just burn a pile of money on DIMMS I can't use even though they are PC3200? Any ideas how to tell what they are before walking out of the shop with them?
Thanks..