Hi all,
I’m getting the error:
“This device cannot start. (Code 10)”
when my network card is installed on a particular motherboard.
Can someone explain this error and what my driver might be doing
to cause it?
Thanks
Pete
Hi all,
I’m getting the error:
“This device cannot start. (Code 10)”
when my network card is installed on a particular motherboard.
Can someone explain this error and what my driver might be doing
to cause it?
Thanks
Pete
MN_START_DEVICE IRP completed with failure.
Max
----- Original Message -----
From: Peter Craft
To: NT Developers Interest List
Sent: Tuesday, July 09, 2002 5:20 AM
Subject: [ntdev] “This device cannot start (Code 10)” error
Hi all,
I’m getting the error:
“This device cannot start. (Code 10)”
when my network card is installed on a particular motherboard.
Can someone explain this error and what my driver might be doing
to cause it?
Thanks
Pete
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%
Ok, but how does this translate to an NDIS driver? My driver, at least to my
knowledge, never gets a MN_START_DEVICE IRP.
Thanks
----- Original Message -----
From: Maxim S. Shatskih
To: NT Developers Interest List
Sent: Tuesday, July 09, 2002 1:38 PM
Subject: [ntdev] Re: “This device cannot start (Code 10)” error
MN_START_DEVICE IRP completed with failure.
Max
----- Original Message -----
From: Peter Craft
To: NT Developers Interest List
Sent: Tuesday, July 09, 2002 5:20 AM
Subject: [ntdev] “This device cannot start (Code 10)” error
Hi all,
I’m getting the error:
“This device cannot start. (Code 10)”
when my network card is installed on a particular motherboard.
Can someone explain this error and what my driver might be doing
to cause it?
Thanks
Pete
You are currently subscribed to ntdev as: xxxxx@alacritech.com
To unsubscribe send a blank email to %%email.unsub%%
MiniportInitialize I think.
–
Bill McKenzie
“Peter Craft” wrote in message news:xxxxx@ntdev…
Ok, but how does this translate to an NDIS driver? My driver, at least to my
knowledge, never gets a MN_START_DEVICE IRP.
Thanks
----- Original Message -----
From: Maxim S. Shatskih
To: NT Developers Interest List
Sent: Tuesday, July 09, 2002 1:38 PM
Subject: [ntdev] Re: “This device cannot start (Code 10)” error
MN_START_DEVICE IRP completed with failure.
Max
----- Original Message -----
From: Peter Craft
To: NT Developers Interest List
Sent: Tuesday, July 09, 2002 5:20 AM
Subject: [ntdev] “This device cannot start (Code 10)” error
Hi all,
I’m getting the error:
“This device cannot start. (Code 10)”
when my network card is installed on a particular motherboard.
Can someone explain this error and what my driver might be doing
to cause it?
Thanks
Pete
—
You are currently subscribed to ntdev as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%
—
You are currently subscribed to ntdev as: xxxxx@alacritech.com
To unsubscribe send a blank email to %%email.unsub%%
I have the same problem with my window XP NIC driver. I set breakpoints
in both DriverEntry() and MiniportInitilization(). The DriverEntry()
return success but it never break in MiniportInitilization() routine. Any
idea???
Thanks.
Really dumb question. What is NdisMRegisterMiniport() returning?
wrote in message news:xxxxx@ntdev…
>
> I have the same problem with my window XP NIC driver. I set breakpoints
> in both DriverEntry() and MiniportInitilization(). The DriverEntry()
> return success but it never break in MiniportInitilization() routine. Any
> idea???
>
>
> Thanks.
>
>
NdisMRegisterMiniport() returns NDIS_STATUS_SUCCESS.