Possible Duplicate:
Getting information on a machine's hardware in Linux
I have an "older" system here, something before 2005.
1) cat /proc/cpuinfo gives Intel(R) Xeon(TM) CPU 3.00GHz as model - how can I find out, which xeon exactly it is?
2) Same for RAM, how do I find out, which type of RAM (DDRx) it is?
3) How to find out the used mainboard? Especially is it possible to identify which server it is? (server = which ready-built system from which company)
It's a Debian system as far as I know, currently I don't have root access.
Thanks for any hint!
lshw
? – Kevin May 31 '12 at 17:48/proc/cpuinfo
gives the actual model number (Exxxx), are you sure yours doesn't? – Kevin May 31 '12 at 17:53