Thanks, I installed dmidecode and ran the command, plus checked the
whole output.
About the mac address, I know ifconfig. I wanted to know the Mac
address of the motherboard. Also, I am more interested in mac address
of the usb ports, firewire.
This is the information I got for the motherboard:
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer: Uniwill
Product Name: 255/259 Series
Version:
Serial Number: 00000000
The serial number looks weird.
On Fri, May 2, 2008 at 1:02 AM, Matan Ziv-Av <[EMAIL PROTECTED]> wrote:
> On Fri, 2 May 2008, sara fink wrote:
>
>
> > I would like to know what motherboard I have and the mac address of
> > the laptop. How can I find the information.
> >
>
> Motherboard: sometimes this information is in the DMI, so try
>
> dmidecode | grep -A 5 "Base Board"
>
> or simply check the whole output of dmidecode.
>
> For MAC address (it is usually per interface and not per computer) run
>
> ifconfig
>
> The MAC address is reported as HWaddr.
>
>
> --
> Matan Ziv-Av. [EMAIL PROTECTED]
>
>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]