Hi guys, As we know, the Windows API QueryDosDevice() can get the physical device name of a partition or volume in a basic disk. But it doesn't work if the...
Hi! I have been working under Windows XP and I have decided to migrate to Windows Vista ( I don't really know why :-) ). Under windows XP everything seems to...
If you downloaded and installed OIDScope from the PCAUSA website it should work OK on Vista. When you say something like "I can't use" try to be more specific....
Sorry, I should be more specific. The application starts ok but the problem is that when i try to make a ndis query there are many OID's that don't return any...
That is the strange thing. When I query the Supported OId list, those oid's appear like available. But when I try to access them from c++ or with the oidscope...
Hello, I get called at my NDIS handler of NDIS_PROTOCOL_CHARACTERISTICS.ReceiveHandler sometimes for packets that I obtain via a subsequent call to ...
You can certainly see this behavior under certain conditions. When you see these packets they have are actually copied of packets that have been sent by the...
Thank you, Thomas, is there any NDIS mechanism that may help in recognizing these packets, or I need to build a search structure for the current NICs IPs and...
See the NDIS Loopback Discussion at NDIS .com for some information about NDIS 5: http://www.ndis.com/papers/loopback.htm I believe there are similar flags for...
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...