This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CS8900A]


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]