• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux: How to find out motherboard type?

mikeshn

Senior member
Is it possible to get motherboard type in Linux through shell? Just run some command on shell and get motherboard type? I couldn't find such infor in "/proc"
 
I don't think that you can get the motherboard type through a command, although I could be wrong. What you can get through the shell is what type of chipsets you have by issuing the command "lspci" it should show the type of controlers, which most of the times is more important to know than motherboard type.

I hope this helps,
pitupepito
 
What do you mean by motherboard "type"? If you mean manufacturer or model number, I don't know how to do it from within Linux. However, I'm sure you could reboot the computer and see the model in the POST info.
 
Back
Top