PDA

View Full Version : Amd sempron 3000+



elliotn
June 21st, 2009, 12:07 PM
I cant seem to find what the speed of this processor is. Not even conky can show it

elliotn
June 21st, 2009, 01:02 PM
Bump

ajgreeny
June 21st, 2009, 01:03 PM
sudo lshw -C cpu will show you the speed in the output in the following format, like mine:-


*-cpu
description: CPU
product: AMD Sempron(tm) 2400+
vendor: Advanced Micro Devices [AMD]
physical id: 4
bus info: cpu@0
version: 6.8.1
slot: Socket A
size: 1670MHz
capacity: 3GHz
width: 32 bits
clock: 166MHzYou can save the full hardware output as a txt file or an html file if you prefer, with the commands
sudo lshw -C cpu >lshw.txtor
sudo lshw -C cpu -html > ~/hardware.html

elliotn
June 21st, 2009, 01:32 PM
And is there a way to find the type of mobo.

CharmyBee
June 21st, 2009, 02:18 PM
Socket 754 or 939 with DDR400/500 usually.

Dropbear
June 21st, 2009, 08:30 PM
Socket 754 or 939 with DDR400/500 usually.

Can also be AM2 with DDR2 533/667/800 memory.

I'm pretty sure they run at 1.6 GHZ

cariboo
June 21st, 2009, 09:02 PM
Another option, is to install lshw-gtk, it is in the repositories. You have to start it as root to get proper results. Press Alt-F2 and type:


gksu lshw-gtk

See screenshot to see results.

ajgreeny
June 21st, 2009, 10:01 PM
also you could install hwinfo which will do it with a gui, but the command line is so quick and easy I've never bothered.