From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew.lunn@ascom.ch (Andrew Lunn) To: carl@leg.uct.ac.za (Carl van Schaik) Cc: ecos-discuss@sourceware.cygnus.com Subject: Re: [ECOS] CS8900A] Date: Thu, 31 Aug 2000 04:26:00 -0000 Message-id: <200008311126.NAA00534@biferten.ma.tech.ascom.ch> References: X-SW-Source: 2000-08/msg00372.html > I have just got ecos running on my own design board using the AT91M40400 > ARM processor. I have included CS8900A ethernet chip and I was wondering > if anyone knows how to find it's MAC address. We need to add it to the > dhcp server before it is allowed to use the network here. > > thanks Start it up so it makes a DHCP request. Use tcpdump to watch for the packet. There is a parameter you can pass to make it print the link level headers, ie the mac address. It will use the ip address 0.0.0.0 which should make it easier to spot. Another option could be to look at the DHCP server. If it gets a request from a machine it does not know the mac address of it may print an error message with the MAC address. Andrew