I have developped a MINIPORT NDIS driver, which is loaded at Windows startup. The driver was initially installed with .inf file and the snetcfg utility. Is...
That depends a bit on the miniport, but if you halt the last miniport instance, NDIS should unload your driver. I've had trouble in the past with getting it...
Hello, to get my IM driver signed, do I need to pass all the tests in the WHQL, for all operating systems? For example, the hct says DCDP 14 Day Stress Network...
Hello, When I change SSID and check for Media state, before aquiring IP address it says connected. how to check that adapter has aquired IP address so that I...
Hi, I am running WHQL tests for my IM driver and, during the Driver Verifier test, the HCT reported an error saying "test adapter and local support adapter...
... What adapters are you using? I am using Intel PRO/1000 MT Dual Port Server Adapter (Single PCI Slot) for both the NDIS test and support adapter. I haven't...
All the 3 adapters (the test adapter, the local support and the remote support) must be the same. While it seems not necessary for IM drivers, it is still...
... Don't be afraid to ask WQHL for advice. They are helpful, and their replies supersede any advice that can be given on this list. I asked a similar...
The Datacenter tests are a special case of WHQL. Datacenter qualified systems (where all the components and drivers pass the datacenter tests) have quality...
Hi Thomas, I am using Intel(R) PRO/1000 GT network adapter. The test reporting the error is WHQLConfigCheck. I have 2 such adapters on the test computer ( a P4...
... First of all, be sure to read Stephan Wolf's paper "Testing Network Drivers with the NDIS Test Tool". It is in the archives as http://www.wd-3.com. (BTW,...
... No. See earlier message. BTW, the Intel PRO/1000 MT Dual Port Server Adapter (Single PCI Slot) does NOT get any complaints from WHQLConfig check. I have...
Hello all, I have an NDIS IM filter driver that has passed the suite of HCT tests (with a ChkInf error covered in an errata). Now, it's on to Phase 2, where...
I think the test plan is now no longer required. You should check with your WHQL contact, but I just heard this days ago. I'd be curious to hear what you come...
hello dear all. my Question is: How to doing PING, with Rawether .net ? Thank Jorge Pedraza Barquisimeto,Venezuela ... New Yahoo! Messenger with Voice. Call...
We've been using the MPR driver pretty much since it first came out, and we have a single customer now who is having application crashes occasionally. Most...
... Do you insure that the first NDIS buffer includes the Ethernet header as well as at least the LookaheadSize bytes of the Ethernet payload? Network...
The other thing to check is if your MAC address is reasonable; the netvmini sample has some tips for how to make up your own mac address, or if you're ...
Hi All, I'm trying to get the maxsize of a datagram on tdi client. I've got STATUS_NOT_IMPLEMENTED always, even changed to TDI_QUERY_MAX_DATAGRAM_INFO also. ...
Sorry, Eddie. I haven't tried that particular query. However, it's been my experience that if you get STATUS_NOT_IMPLEMENTED, then that's the end of it. If you...
... I haven't (yet) heard of this problem, but thank you for bringing it up. When I recently heard about Ethereal parsers being listed as a security ...
... Jeff, The following is our current policy for Phase II and Phase III documentation for NDIS Intermediate Drivers and is outlined in the WHQLPolicy document...
Hi all, I am facing a strange problem with my IM driver. I am able to uninstall my IM Driver successfully. But after uninstall if I am not re-booting my...
... How did you confirm that you have been able to uninstall your driver "successfully". Did you observe (with debugger) you MiniportHalt routine being called...
Are you doing something that would cause the OS to have a reference to some of your code after you unload? If you do nasty things like hooking, you can be left...
Hi, I want to introduce WPA PSK - TKIP protection beetwen an AP and a wifi card. Having make some searchs in the web, i was a little confused with all of that...