Re: [Etherboot-developers] Sundance Driver Status
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ja...@Mc...> - 2003-04-13 14:31:31
|
On Sun, 13 Apr 2003, Ken Yap wrote: > >Jim McQuillan was good enough to roll a new 2.4.19 ltsp kernel with the > >sundance driver and tagged with the latest mknbi. The sundanc driver > >grabs the kernel just fine, starts it and loads the linux sundance > >driver just fine. However, after ltsp calls the dhclient things go > >awry. > > > >He helped me to review a tcpdump and noticed that the driver was > >acknowledging everything twice (indeed it seems to be transmitting > >everything two times). > > > >I am looking through the code, but so far I can't find the issue. Any > >ideas? > > Since this is the Linux driver, I doubt if it's a gross driver error. > Are you by any chance running 2 copies of dhclient? He's seeing the double packets while it is under Etherboot control. He sent me the packet trace, and I looked at it with ethereal, and for every tftp packet that he receives, he is sending back 2 acks. It does get the entire kernel, but then at the end, it dies with several ARP requests that seem to go un answered. Jim McQuillan ja...@Lt... |