Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
figuring out hardware specs (RAM, processor speed)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
appleshampoo
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2004
Posts: 116

PostPosted: Sat Aug 26, 2006 10:55 pm    Post subject: figuring out hardware specs (RAM, processor speed) Reply with quote

Is there an easy way to list the hardware you're running? I just acquired some new boxen and am not sure what all have. I know `free -m` will tell me about my memory, but it seems the numbers are always a little off from the exact physical totals; for example my laptop has 256MB memory, but `free -m` reports total mem as 249.

More importantly is processor speed, I don't know of any commands that will tell me that, and I haven't been able to find the MHz printed on the motherboard anywhere.

Thanks for any help.
Back to top
View user's profile Send private message
cyblord
Guru
Guru


Joined: 22 May 2006
Posts: 424

PostPosted: Sat Aug 26, 2006 11:06 pm    Post subject: Reply with quote

if you use kde, there should be a program that tells you your system specs. it's called kinfo maybe?

or you can try getting some gdesklets (applets that float around on your desktop) which'll give you some information also.
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sat Aug 26, 2006 11:33 pm    Post subject: Reply with quote

lspci -v

You can boot a LiveCD and check the specs before installing anything.
Back to top
View user's profile Send private message
quag7
Apprentice
Apprentice


Joined: 12 Aug 2002
Posts: 288
Location: Marana, Arizona - USA

PostPosted: Sat Aug 26, 2006 11:54 pm    Post subject: Reply with quote

cat /proc/cpuinfo

May return you some useful specs on your CPU including speed.
_________________
http://www.dataswamp.net
Back to top
View user's profile Send private message
tgh
Apprentice
Apprentice


Joined: 05 Oct 2005
Posts: 222

PostPosted: Sun Aug 27, 2006 4:54 am    Post subject: Reply with quote

Lots of useful stuff under /proc...

/proc/cpuinfo
/proc/meminfo
/proc/config.gz
/proc/modules
/proc/partitions
/proc/mounts
...

Or the output from the "dmesg" command.
Back to top
View user's profile Send private message
ratmonkey
n00b
n00b


Joined: 13 Aug 2006
Posts: 15

PostPosted: Sun Aug 27, 2006 5:06 am    Post subject: Reply with quote

There's already better suggestions, but if you just want to know the basics:

Code:
uname -a
provides kernel, date, and basic processor info
Code:
free -m
provides memory totals in terms of megabytes
Code:
df -m
provides disk totals in terms of megabytes
Back to top
View user's profile Send private message
nephros
Advocate
Advocate


Joined: 07 Feb 2003
Posts: 2139
Location: Graz, Austria (Europe - no kangaroos.)

PostPosted: Sun Aug 27, 2006 6:45 am    Post subject: Reply with quote

lspci - shows PCI devices
dmidecode - shows an abundance of information about the subsystems
x86info - shows CPUcapabilities
fdisk -l - shows partitioning info
_________________
Please put [SOLVED] in your topic if you are a moron.
Back to top
View user's profile Send private message
appleshampoo
Tux's lil' helper
Tux's lil' helper


Joined: 26 Sep 2004
Posts: 116

PostPosted: Mon Aug 28, 2006 10:30 pm    Post subject: Reply with quote

Thanks guys, I'm good to go. Lots of useful stuff in /proc for sure.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum