Jump to content

How can I get a full hardware profile of my PC?


Recommended Posts

No, I'm talking about my Graphics card, my drivers, my motherboard, chipsets, hard disk, CD drives, ...

 

I mean a progrem which can collect it for me and put it into one 'general' (and if possible also more specialised) overview.

 

BTW, I'm running SuSe.

Link to comment
Share on other sites

Use / Modify cybrjackle's script:

 

Found Here

http://mandrakeusers.org/index.php?showtop...ndpost&p=151074

 

His Script:

#!/bin/bash
clear
echo -----------=[Current System Stats v0.1]=---------
echo
echo ____________________ System _____________________
cat /etc/debian_version
cat /proc/version
#/lib/libc.so.6 | grep NPTL
echo Uptime: `uptime`
echo ____________________ Kernel _____________________
echo Operating System: `uname -o`
echo Kernel Version: `uname -sr`
#echo Arch type: `uname -pi`
echo _____________________ CPU _______________________
cat /proc/cpuinfo | grep "model name"
cat /proc/cpuinfo| grep "cpu MHz"
#cat /proc/cpuinfo | grep "bogomips"
#cat /proc/cpuinfo | grep "cache size"
echo _____________________ RAM _______________________
free -m
cat /proc/meminfo | grep "MemTotal"
cat /proc/meminfo | grep "MemFree"
cat /proc/meminfo | grep "SwapTotal"
cat /proc/meminfo | grep "SwapFree"

echo _________________ Hard Disks ____________________
df -h -l
echo _________________   Devices  ____________________
lspci -v |grep -i audio
lspci -v |grep -i nvidia
lspci -v |grep -i ethernet
exit 0

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...