0

My old laptop has only one slot for ram. Current ram is SODIMM DDR3 4GB 1333 256x8 CL9 (see attached picture). I want to upgrade ram to 8GB but did not find DDR3 8GB 1333 256x8 CL9. There are a lot of DDR3 8GB 1333 PC3-10600 2Rx8 CL9 in market, so my question is can use 2Rx8 instead of current ram which is 256x8?

P.S. There is no detail information about ram and ram upgrade in the laptop's official documentation.

enter image description here

2 Answers2

1

Yes, you can.

The Crucial ASUS X54H RAM & SSD Upgrades page has this upgrade:


enter image description here


I suggest to pay attention to the other parameters as above, to ensure that your RAM is compatible.

harrymc
  • 498,455
0

In short, answer is yes you can. There is no reason why you couldn't upgrade you ram rank(tho its possibly pointless).

Since your question isn't really clear, and goes into diagnostics;

  • you will find your Laptop serial below it or below battery
  • you need to check what that model motherboard max ram per slot is
  • you also have to check your CPU stats on official page and decide on its support for max ram and max ram speed

Your things to "pay attention" at is, ram voltage and ram speed, in most cases(and your laptop doesn't have to be in it) if its same ram type(DDR3 for you), same speed (1333mhz) size will(read should, since XP ended its reign) load any other size.

And also you can Powershell(or try);

[math]::Round((Get-WmiObject Win32_PhysicalMemoryArray | ForEach-Object { $_.MaxCapacity }) / 1024 / 1024)
Danijel
  • 461