4

I have a relatively old PC (5 years or more) which has only 1GB of RAM. I'm running on Windows 7 and unfortunately it doesn't like being so senile...

I have a Gigabyte mother board but I have no idea which (I lost the invoice) . I also don't know what type of memory slots it has nor the type of the current memory I have (basically the same piece of information ...).

I tried using Everest to analyze my specs but it failed. Is there any other manner of doing that?

I'm running on 64bits (AMD Athalon, so I'm thinking of upgrading to 4GB. But I don't know if:

  1. The mother board supports it
  2. If I can buy a 3GB module, or replace the current 1GB with a new 4GB

Any ideas?

Giacomo1968
  • 58,727
RonK
  • 1,540

6 Answers6

4

If you open the Device Manager (Windows 7 & 8 it's from Control Panel > Device Manager).

Then open the "System Devices" item and it should list all sorts of stuff to do with your motherboard. Mine (for example) has several starting with "Intel(R) 82801" and "Intel(R) G33/G31/P35/P31". These should give you a good start on finding your motherboard model.

As to what memory sticks to buy - go for 2 matched sticks 2 x 2GB as this will allow your motherboard to access it in dual channel mode as this will be quicker.

ChrisF
  • 41,540
2

You might use CPU-z to get memory information. If it fails to read the information then sometimes even the CPU specification is sufficient to know the right memory type. For example Athlon 64 in Socket 754 and 939 uses DDR memory while AM2 uses DDR2 and AM3 usually is combined with DDR3 (but supports DDR2 from the CPU as well, so there are some mainboards providing DDR2 but most have only DDR3 sockets).

You might post CPU-z output here to clarify.

How many memory sockets does your mainboard have? Hoe many modules are already installed? Can you just take out the module which is currently installed and read the model information on it?

Likely you will find some information like "PCxxxx" (DDR) or "PC2xxxx" (DDR2) which makes it easy to find the right module type.

But when you open your PC anyway just have a look at the mainboard. Typically there is some sticker or print on the PCB stating the concrete model so anyone can find detailed information online then.

Regarding the number of modules: Most CPUs since Socket 939 feature Dual-Channel memory access. This means if modules are installed in pairs it can access them in parallel (2x64-bit bus width) and therefore increase the memory bandwith. If you just install one module or install module with different capacity then either dual-channel feature is disabled or it just works for a part of the memory size.

Assuming you currently have just one module (1x1GB) installed I would recommend to get another 1GB module so you have a pair of 1GB modules installed (2GB total). As long as you don't have any specific programs which demand more memory this should be sufficient for Windows 7 and some office use. It does not make much sense to invest a lot in such an old machine. Getting a single 1GB module should be pretty cheap though.

SkyBeam
  • 3,832
2

Use HWiNFO32 to find out details about your motherboard model name and the RAM modules you currently have. It provides very detailed information.

To find out the maximum memory your motherboard supports you'd have to refer to the Gigabyte support docs, which shouldn't be a problem once you have the model name.

vartec
  • 752
  • 1
  • 5
  • 15
0

For, find out which motherboard you have. E.g. use

wmic baseboard get product,Manufacturer,version,serialnumber

Screenshot of cmd with wmic info

You can also do something similar with wmic memorychip. (See How to check my RAM configuration (Windows 7)? for more on that.

After that you can decide on how much and which type of memory you want to add. Best is probably 2GiB or 4GiB. (There are no common 3GiB modules).

Hennes
  • 65,804
  • 7
  • 115
  • 169
0

You can use Speccy to get all kinds of information about your motherboard and RAM.

It tells you the model of your motherboard, the type of RAM you have, etc.

user541686
  • 23,629
0

You might try

  • Si Soft SANDRA
  • ultimate boot cd This is a bunch of boot tools which can identify hardware/peripherals, and even benchmark some if you're upto it

Either will identify your motherboard. That should give you a handle to run with (+: GL

Everyone
  • 1,862