PDA

View Full Version : [other] Finding out Motherboard Manufacturer?


icanfly0307
December 7th, 2008, 02:31 PM
Hi,
I have Sony Vaio PCG FX370 laptop and I'd like to find out which motherboard it's using so that I can update my BIOS directly from the motherboard manufacturer's website. Any ideas on how to do this before I open up the laptop and check the motherboard physically?

Thanks for your help.):P

nick09
December 7th, 2008, 03:11 PM
Run this:
sudo lshw

If you want to keep a copy:
sudo lshw -html > your-file-name.html

icanfly0307
December 7th, 2008, 05:34 PM
Thanks. I'll try it out.