10.10, model of pc

Asked by peter

Hello

I've a COMPAQ pc but I don't know the model. Can I find out the model with a LINUX command?

Thanks.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
arochester (arochester) said :
#1

It might not tell you the model of your computer, but it will tell you the motherboard etc and you may be able to Google/deduce a model: http://embraceubuntu.com/2007/02/18/find-hardware-specs-details-on-your-computer/

Revision history for this message
peter (peter-neuweiler) said :
#2

Thanks, arochester.

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

Hi Peter,

Don't forget about these commands as well. ;-) Make sure to use copy-paste instead of typing it manually. That is not an L or an I (capital i) between dmidecode and grep. It is a special pipe symbol.

sudo dmidecode|grep roduct

sudo lshw -short

And if you need hardware details about your wireless card or sound card, visit the following pages:

https://help.ubuntu.com/community/WirelessTroubleshootingProcedure

https://help.ubuntu.com/community/SoundTroubleshootingProcedure

Regards,

Mark