Hello, my NDIS IM driver causes a BSOD when entering or leaving a "sleep" state on a Vista x86 sp1 machine. The analysis in Windbg looks as follows: ...
This means a query or set power IP came to NDIS and, presumably to your miniport as an OID_PNP_[QUERY|SET]_POWER and that IRP has ben pending for ten minutes....
Bryan Burgin
bburgin@...
Feb 13, 2009 3:06 pm
8479
Bryan, I couldn't made it with your set of commands, here is the output: 0: kd> .load ndiskd.dll 0: kd> !ndiskd.pktpools Can't get offset of...
I also have a TDI driver running on that system, can I detect from the TDI driver the entering in sleep mode? ... OID_PNP_SET_POWER ... Vista SP1 ... ...
Are you filtering on multiple adapters and see the PnPEvent on other adapters? If so, then a workaround might be to assume that if you see the event on ANY of...
Thanks, Thomas, and yes, I get the notifications for all the other adapters except the one on which I have pending sends. Brian told me he's already tracking...
TDI is not a PNP driver so it's not likely that you'll get power event IRPs there. If you get PnP events on other adapters you are filtering I would try to use...
I am trying to debug a x64 target from a x86 vista host machine, the target machine runs over COM5 (installed via a USB-serial converter) and host runs on COM1...
If as I interpret this your test machine us trying to use a USB serial converter then this will not work. The test machine has to have a standard serial port....
the same worked for XP target though, i will try to locate a USB or 1394 cable... Thanks ________________________________ From: Don Burn <burn@...> To:...
Get 1394, USB is so unreliable as to not be worth it. Also, the last I looked the cable cost about $60 Don Burn (MVP, Windows DDK) Windows Filesystem and...
i got the 1394 4pin-4pin hook up between my XP sp2 host and Vista 64 target (both are laptops) still not able to get them connected... on the host, the winDbg...
You've got a difficult problem, and I don't have a solution. As Don said, USB-to-Serial won't work for a WinDbg target. In addition, the 1394 interface is...
Finally got it through, takeaways are 1. should use a latest windbg installer, i used 6.11 2. make sure the 1394 kernel debug driver is installed from device...
Hi Louis, I wrote monitoring LWF and i am getting 0000 binding. But whenever i send set/query OIDs i am getting error31. Please help me to solve the issue as...
Hi. I'm a NDIS driver developer in Korea. Recently, I've been writing NDIS IM driver which works with USB-type wireless lan adapter. During the compatabilty...
Hi All, we have this PCASIM driver which we got signed from microsoft for windows XP after running all the DTM tests (using windows xp and windows server...
Hi Don Burn, Thanks for your reply... I was just going through the FAQ on the microsoft site: http://www.microsoft.com/whdc/winlogo/VistaLogofaq.mspx Check out...
I have been using the pcattcp tool for a while and I have a question about the default value of data in the test. Just a curiosity. On the transmitter the...
PCATTCP is just a port of the original Unix TTCP application to Windows - with a small number of Windows-specific changes. The default settings are simply the...
Hi All, I need answers to my questions in the previous post as quickly as possible. If anyone has done this before or have any idea about the same, please...
If your driver is WHQL-signed using a .CAT file, then there is no need to sign the .SYS file. I don't know the behavior of a XP-signed driver when installed on...
Thanks a lot Thomas for the information. For getting the PCASIM driver digitally signed for vista x86 it is required that I compulsorily submit the DTM test...
Hi, I am currently running the PCASIM IM driver through the DTM tests (for vista x86). I have the following 2 driver files: NETIM.INF and NETIM_M.INF NETIM.INF...