Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

A problem about ping: transmit failed, error code 11010

1,917 views
Skip to first unread message

jackal Huang

unread,
Feb 19, 2003, 3:15:46 AM2/19/03
to
Dear All:
I am stuck with an error that i cant figure how to
solve it, I am developing an dm9000 NDIS driver for
Windows CE .net 4.1 under PB410(CEPC). My CEPC has two
ethernet cards both of them are ISA card(NE2000
compatible) and they worked well with PB400 already,But it
did not work as I excepted in Windows CE .net 4.1.
After CEPC boot up,It can only ping itself, when it
ping other ip in the same subnet, the debug message like
this: "PING: transmit failed, error code 11010"
I think that is interrupt problem. therefor, I try to
modified IO Address,IO Range and IRQ Number in
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms] ,but it is no use
for my problem.Whethere the IO Address, IO Range and IRQ
Number not placed in here. Where and how to modify it? My
project.reg is in following:
[HKEY_LOCAL_MACHINE\Comm\DM9CE]
"DisplayName"="DM9000 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9000.dll"

[HKEY_LOCAL_MACHINE\Comm\DM9CE\Linkage]
"Route"=multi_sz:"DM9CE1"

[HKEY_LOCAL_MACHINE\Comm\DM9CE1]
"DisplayName"="DM9000 Fast Ethernet Adapter"
"Group"="NDIS"
"ImagePath"="dm9000.dll"

[HKEY_LOCAL_MACHINE\Comm\Tcpip\Linkage]
"Bind"="dm9ce1"

; BusType: 1 for ISA, 5 for PCI
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]
"BusNumber"=dword:0
"BusType"=dword:1
"XmitBuffer"=dword:A
"RecvBuffer"=dword:20
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms\TcpIp]
"EnableDHCP"=dword:0
"UseZeroBroadcast"=dword:0
"DefaultGateway"="172.22.5.62"
"IpAddress"="172.22.5.154"
"Subnetmask"="255.255.255.0"
"DNS"="202.14.101.253"
"WINS"="202.14.101.252"

Thanks for your help.
jackal

Jeff Kelley [MS]

unread,
Feb 19, 2003, 10:21:28 PM2/19/03
to
IRQ and IO Address are set in the key:
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]

I would recommend that you set the "SysIntr" value here instead of the IRQ.
On a CEPC, the SysIntr is normally the IRQ+0x10. So, if your DM9CE adapter
was using IRQ 5 you would set:
[HKEY_LOCAL_MACHINE\Comm\DM9CE1\Parms]
"SysIntr"=dword:15

If the SysIntr value is not set then NDIS attempts to map the IRQ value to a
SysIntr, but that can lead to issues that are best avoided if possible...
(that's been discussed in the past in this newsgroup).

--
Jeff Kelley
Windows CE Networking

This posting is provided "AS IS" with no warranties, and confers no rights.

"jackal Huang" <jackal...@hotmail.com> wrote in message
news:042d01c2d7ef$1aeb2990$a601...@phx.gbl...

0 new messages