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]
Other format: [Raw text]

Re: Adding a 82544 driver Package to redboot


Hello Andrew,

Thanks for the input. I'll keep you posted.

regards
G.Muruganandam


At 01:53 PM 1/5/2004 +0100, Andrew Lunn wrote:
> Master-RedBoot_2800> ping -h 192.168.200.165
> Ethernet send:
> 0x00043974: FFFF FFFF FFFF ACDE  48FF 0600 0806        |........H.....  |
> 0x00145FDC: 0001 0800 0604 0001  ACDE 48FF 0600 C0A8   |..........H.....|
> 0x00145FEC: C8C6 0000 0000 0000  C0A8 C8A5             |............    |
> PING: Can't find address of server '192.168.200.165'
> Master-RedBoot_2800>
>
> Could some one help me to fix this ethernet issue and do let me know
> if you need more information.

This looks like an ARP message to me, which is what i would expect.

Use a network sniffer like tcpdump to see if the packet is actually
making it onto the network. If there is no packet on the network its
probably an issue with PHY configuration or cabling.

Then check to see if the host your are trying to ping responds with an
ARP reply. If there is no arp reply sent there may be something wrong
with the ARP request, like its been truncated, CRC is wrong etc.

Then see if they ARP response is being received and then dropped for
some reason.

Basically, keep debugging....

Andrew

--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


--
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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