How to Get System Hardware Information, Including Motherboard Type

http://www.nongnu.org/dmidecode/ will help to identify you motherboard type, BIOS, and other information.

dmidecode comes default with your Ubuntu installation. For other Linux distro, you can install it from the repository.

To run it, just do "dmidecode | less".

Another great tool is "lspci", which comes with the "pciutils" package that you can install from the repository.