Hi all,
I'm trying to get the "real" miniport driver to work on our platform.
Our XSCALE platform (WinCE 4.2) has only one Ethernet port (PCMCIA-CF card
NE2000). It is based on the Lubbock platform but has as stated only one
Ethernet port.
Downloading and debugging is done over this port and it works fine. Also
VMINI works fine (connects to internet websites, FTP works etc.).
VMINI relies on KITL so it is impossible to use for product Ethernet
networking.
Instead we try to build the device without KITL but with NE200 Compatible
Ethernet Driver.
When we enable the device it detects the NE2000 card, loads the NE2000
driver and can read the MAC adress. But it gets no IP-adress (we use dhcp).
AutomaticIP is enabled in the device so after about 10 seconds we get a
"faked" IP address in the range 169.254.xxx.xxx.
Trying to Ping this IP adress from a PC is of course not successfull. Trying
to ping from our device to a PC on the network is also unsuccessfull. Ping
own IP adress from device seems OK.
As we only have one port it is not possible to do any effective debugging.
But it seems that hardware is OK- VMINI works on it. I have tried to find
some registry setting that solves the problem, but no luck so far.
Any one got a clue, Thanks
Igge