From: Andrew Crabtree Message-Id: <199704092250.AA077176211@typhoon.rose.hp.com> Subject: Re: serial number of a Network Adapter To: ILGES AT cc DOT uab DOT es Date: Wed, 09 Apr 1997 15:50:11 PDT Cc: djgpp AT delorie DOT com In-Reply-To: <01IHIOTPZ19I002CM5@cc.uab.es>; from "X.PONS@UAB.ES" at Apr 09, 97 11:08 pm > > Does somebody know how can I obtain the serial number of a Network > Adapter (card)? Do you really want the Serial Number of the card or are you looking for or the Mac Address (station address)? If it is the mac address you are after it is quite easy to query a packet driver for a mac address (check out the packet driver standard from FTP software or send private email and I will give you my code which does it from DJGPP). Just call the packet driver interrupt with a mac address operation and give it a real mode pointer to a string and it wil fill it in. NDIS/NetBIOS and ODI have similar functions, although I have never used them. Andrew