How to find the model and serial number of the motherboard

Asked by askush

Hello,
To find the model and serial number of the motherboard on Windows there is an application CPU-Z.

Question: how to find the model and serial number of the motherboard on Ubuntu?

Thanks
Best regards

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Bernard Stafford (bernard010) said :
#1

Terminal: sudo dmidecode -t 2

Revision history for this message
askush (askush2) said :
#2

Hello,
Thank you for your answer, but it did not work. (Not applicable)
My computer is a WHY!
Here is the result:

askush@askush:~$ sudo dmidecode -t 2
[sudo] Mot de passe de askush :
# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 3.0.0 present.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
     Manufacturer: Notebook
     Product Name: P7xxDM3(-G)
     Version: Not Applicable
     Serial Number: Not Applicable
     Asset Tag: Tag 12345
     Features:
         Board is a hosting board
         Board is replaceable
     Location In Chassis: Not Applicable
     Chassis Handle: 0x0003
     Type: Motherboard
     Contained Object Handles: 0

Best regard

Le 12-12-2022 18:25, Bernard Stafford a écrit :

> Your question #704107 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/704107
>
> Status: Open => Answered
>
> Bernard Stafford proposed the following answer:
> Terminal: sudo dmidecode -t 2

--
Sent via Swisscows.email.
My mails are safe. And yours?

Revision history for this message
Bernard Stafford (bernard010) said (last edit ):
#3
Revision history for this message
askush (askush2) said :
#4

Hello,
I have tried all the suggestions on the site that you have proposed.
I even installed the CPU-G interface for Linux which is the equivalent
of CPU-Z for Windows, but it gives only the model of the motherboard.
I'm looking for the serial number of the motherboard.

Thanks again for your help
Best regards

Le 12-12-2022 21:00, Bernard Stafford a écrit :

> Your question #704107 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/704107
>
> Status: Open => Answered
>
> Bernard Stafford proposed the following answer:
> https://askubuntu.com/questions/179958/how-do-i-find-out-my-motherboard-
> model

--
Sent via Swisscows.email.
My mails are safe. And yours?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#5

sudo dmidecode -t 1

Should do it

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#6

For which purpose do you need the serial number?

The possibility to query the serial number of the motherboard exists only, if the manufacturer has stored the serial number in a chip on the board that can be read out electronically (e.g. some kind of ROM/PROM/EPROM/EEPROM).

When looking at the output of the dmidecode command ...

Base Board Information
     Serial Number: Not Applicable

... I have the suspicion, that the serial number on your board is not accessible electronically (neither with Ubuntu tools, nor with the CPU-Z program on Windows).

I suggest that you either contact the manufacturer and ask him for possibilities of electronically reading the serial number or disassemble the laptop until you can visually read the serial number.

Revision history for this message
askush (askush2) said :
#7

Hello,
Nothing works. We forget about this question.

Thank you very much for your time.

Friendly

Best regards

Le 13-12-2022 10:10, actionparsnip a écrit :

> Your question #704107 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/704107
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> sudo dmidecode -t 1
>
> Should do it

--
Sent via Swisscows.email.
My mails are safe. And yours?

Revision history for this message
Bernard Stafford (bernard010) said :
#8

Please Mark question as Solved.

Revision history for this message
askush (askush2) said :
#9

Thanks Manfred Hampl, that solved my question.