How do I generate a hardware report ?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mazway
Level 1
Level 1
Posts: 12
Joined: Tue Nov 11, 2008 5:13 pm

How do I generate a hardware report ?

Post by mazway »

I want to get a hardware report to find the mother board model of my custom built desktop. The boot up info goes too fast to copy the numbers. Firefox bogs down CPU resources. So, I am thinking extra RAM will help with my 512 MB system. Thanks, Mike
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: How do I generate a hardware report ?

Post by Husse »

Two ways
The one that generally is sufficient is lspci
or you can use sudo lshw but that becomes very detailed
Both in a terminal and you right click to copy
And yes you will benefit from more memory
pluraldave

Re: How do I generate a hardware report ?

Post by pluraldave »

I would try this first. (Unless there is some reason not to use this command?)

Motherboard information

Code: Select all

sudo dmidecode --type 1
Or if it's the type of RAM you want you could use (although mine shows up as "unown" so it may not be any use)

Code: Select all

sudo dmidecode --type 17
User avatar
900i
Level 6
Level 6
Posts: 1142
Joined: Sat Nov 18, 2006 9:30 am
Location: Wakefield, UK

Re: How do I generate a hardware report ?

Post by 900i »

Or just press Pause/Break as it boots up to read the boot screens.
Desktop Core i7 Linux Mint 21.1 / Laptop Dell Precision M6400 Linux Mint 21.1
mazway
Level 1
Level 1
Posts: 12
Joined: Tue Nov 11, 2008 5:13 pm

Re: How do I generate a hardware report ?

Post by mazway »

Thanks for all the tips. I'll probably order a memory stick online. Mike
Husse

Re: How do I generate a hardware report ?

Post by Husse »

Unfortunately dmidecode may not return anything whilst lspci and lshw always (?) returns useful info
Locked

Return to “Beginner Questions”