Hi All, I have installed the latest WLK kit for testing of NDIS IM driver. I have installed the DTM Controller, DTM Studio on one machine and DTM Client on...
Thanks for providing this information - it helped a lot. I've decided that I will need a NDIS 6 filter driver as my application targets e.g. the upcoming...
... [PCAUSA] I sure don't know the answer to that one. The chimney API doesn't seem to be in the public domain, and I don't have those sorts of adapters to ...
... [PCAUSA] All I can say is that the DTM Unclassified test is the way to go for NDIS IM drivers. It is actually pitiful because in the cases I have tested...
Hi Thomas, Thanks for the reply, the purpose of the testing is for me to get the NDIS IM driver signed, so that when the driver is installed it does not show...
AFAIK you must use the WLK 1.1 Unclassified test for testing NDIS 5 IM filter drivers. Concerning the errors: How can we know how to resolve the errors if we...
I'm trying to find out why Microsoft's VirtualWiFi project is not setting the ssid for my device. Microsoft's VirtualWiFi project can be found here:...
hi: everybody, I have written a tdi client which is used to send data to the server. But I find it is very inefficient. I don't know what's the cause, would...
Hi, There are two NIC on my computer, Broadcom and Realtek. All network components are uninstalled except TCP/IP. The MediumArray in passthru.c is restricted...
Hi, I am trying to get the WLK 1.1 certification for my TDI driver and it fails the Run INFTest against a single INF. The previous versions passed this test...
... [PCAUSA] Have you set a breakpoint in PtReceive and PtReceivePacket functions to see if packets actually arrive for the Realtek adapter? To make this...
If I recall correctly a TDI driver is a legacy driver that does not actually require an INF for installation. When you install your driver, do you actually use...
Hi Thomas, I am using an INF file for installation and I need certification to run on Vista 64. Same procedure used to work on previous WLK. The problem is on...
Sounds like you need to contact Microsoft again. I haven't (yet) encountered this issue, but I have only worked with an IM driver so far with WLK 1.1. I think...
Well, I was copying and installing the driver only on the test client and I point, in the studio, to the driver and inf copied ( on shared folder ) on the ...
If you can sign the driver, then you can make a .cat and self-sign it as well. Actually, if the INF doesn't have a CatalogFile then it just might not exist as...
I have a signed im driver built from Win2000 DDK and it works on XP and 2000 well. I then took it to Vista business, installed the IM driver from the inf...
... Verify that the driver is actually started using the Device Manager. My guess is that you still may not actually have sufficient privileges to open the...
Hello, I'm trying to develop an IM Driver for Windows Mobile 5.0, but I find less information about that. So i have some Questions. Is there IM driver...
... Actually, there is quite a lot of information about NDIS IM drivers on Windows CE/Mobile 5.0. Visit http://www.microsoft.com/embedded. The Platform Builder...
from Device Manager, I could see the device is properly loaded and shown under Network Adapters as devices bound to real adapters. I right click on the app and...
This is contrary to my experience. Generally NDIS IM drivers that work on W2K and XP will function properly on Windows Vista once the security issues are...
I found indeed the IM driver is loaded and functional. The issue i have is due to the fact that IM driver is dependent on another driver to create the device...
FYI, i had to put the driver as onDemand start and use SCM to start, then it gets loaded ok Still not sure why the driver is not loaded either as boot or...
We are supposed to do driver signing of PCAUSA NDIS 5 IM Filter driver for which we are following the steps defined below given by Windows Logo kit. We are...
I believe that you have asked this question several times. The steps you have taken seem about right. The first thing to do is to examine the DTM logs and see...
Hi Thomas, we tried WDK ChkInf tool as you said against NETIM.inf and NETIM_M.inf files and got the following results with some errors. For NETIM.inf File ...
I am thinking that you may be using an old version of ChkINF. Use the version of ChkINF from the WDK 6000. Now you have identified the errors. That is the...
I am trying the steps that you have mentioned for eliminating Catalogue Error. Thanks for replying. To eliminate Device Path Exerciser error, I am using...
Did you pass the correct driver or device name to the tool when you started it? NETIM.INF is NOT the driver or service name of anything... Good luck, Thomas F....