Re: NDIS Test fails in Ndis.
From: Mitesh Desai [MSFT] (miteshd_at_online.microsoft.com)
Date: 02/28/04
- Next message: Maxim S. Shatskih: "Re: AVStream: IoConnectInterrupt problem."
- Previous message: Alex: "Memory access"
- Maybe in reply to: Alireza Dabagh [MS]: "Re: NDIS Test fails in Ndis."
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 12:49:42 -0800
Regarding NDISTest client not seeing the server. One common cause of this is
mismatch between type of test adapter and selected server support adapter.
If you have selected "Your Test Device Name" on the client side, make sure
you select "Your Test Device Name" on the server side and NOT "<Some IP
Address> over Your Test Device Name".
Also make sure that you can ping the server machine's message card IP
address from the client machine.
Mitesh
-- This posting is provided "AS IS" with no warranties, and confers no rights. "Larry Clawson" <larry.clawson@honeywell.com> wrote in message news:e8OdysK$DHA.2592@TK2MSFTNGP10.phx.gbl... > I'm running NdisTest with multiple cards in a single machine. I could not > get the client to see the server support IP. > > I run the 2c_LoadUnload test only and Ndis has a fatal error on test 9 or > test 13. My driver has the MiniportHalt function called, I call > NdisCloseAdapter and pend on an event waiting for the close to complete. My > PtCloseAdapterComplete is called. I check that the BindingContext is not > NULL and call NdisCompleteUnbindAdapter() with the BindContext. During this > Ndis call I get the following fatal error: > > *** Fatal System Error: 0x0000000a > (0x0000014E,0x0000001C,0x00000000,0x804F9734) > > Doing "!analyze -v" shows that IRQL_NOT_LESS_OR_EQUAL happened when Ndis > tried to set an Event. > KeGetCurrentIrql() returns a value of 0x00 right before my call to > NdisCompleteUnbindAdapter() . > > I'm open for any suggestions to find out why this is happening. > > I attached the WinDbg capture from the run. > > > > Thanks > > Larry C > > >
- Next message: Maxim S. Shatskih: "Re: AVStream: IoConnectInterrupt problem."
- Previous message: Alex: "Memory access"
- Maybe in reply to: Alireza Dabagh [MS]: "Re: NDIS Test fails in Ndis."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading