LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How can I scan my hardware to know what it is? (I want info on my CPU, GPU and RAM) (https://www.linuxquestions.org/questions/linux-hardware-18/how-can-i-scan-my-hardware-to-know-what-it-is-i-want-info-on-my-cpu-gpu-and-ram-420177/)

brynjarh 02-27-2006 07:53 PM

How can I scan my hardware to know what it is? (I want info on my CPU, GPU and RAM)
 
Is there any software available that can scan my hardware for information and then tell me what hardware is on the computer?

Like for example I want to know what kind of a CPU and GPU I'm using and how much RAM I have. How would I do that?

pljvaldez 02-27-2006 07:56 PM

lspci, cat /proc/cpuinfo and there's probably a bunch more, but I'm kinda newbie...

jar16 02-27-2006 07:57 PM

uname -a
will tell you the kernel and cpu info
lspci
will tell you the hardware, but i do not think there is a program to tell the GPU speed.
and
top
will show memory and cpu usage and total memory..

jschiwal 02-27-2006 09:36 PM

You can also run "lspci -vv" to display detailed information on your hardware.
Check if your system has the "sitar.pl" script, which produces a large document with detailed configuration information.

peter_89 02-27-2006 09:42 PM

Use CPU-Z if you are under Windows. It's really cool. For Linux? Not sure.

soulestream 02-27-2006 09:46 PM

http://freshmeat.net/projects/lshw/

soule

brynjarh 02-28-2006 01:54 AM

Thanks for all the great replies!


All times are GMT -5. The time now is 07:28 AM.