Possible Duplicate:
Can I identify my RAM without shutting down linux?
I need to know it to check the compatibility... I wanna know the type/size/model, etc. Can someone help? Thanks.
I need to know it to check the compatibility... I wanna know the type/size/model, etc. Can someone help? Thanks. |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Check out this How do I detect the RAM memory chip specification from within a Linux machine question. This tool might help: http://www.cyberciti.biz/faq/check-ram-speed-linux/ $ sudo dmidecode --type 17 | more Sample output:
Alternatively, both newegg.com and crucial.com among other sites have memory upgrade advisors/scanners that I've used regularly under Windows. Some of them were web-based at some point, so you could try that, or if you could possibly boot into Windows (even if temporarily) it might help. Not sure what the results would be under a Windows VM, and unfortunately I am currently running Linux in a VM under Windows 7, so can't reliably test for this myself. I do realize that this doesn't give you necessarily exactly what you asked for .. but perhaps it will be of use none-the-less. |
||||
|
|
|
Sometimes it's good to know that you have alternatives, so here it goes:
|
|||
|
|
|
This command may be of help:
It describes your hardware in some detail, and those it provides on memory controller and memory is pretty comprehensive. |
|||
|
|