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...
I am still facing problems when testing NETIM_M.INF (miniport) file. Here is some more information that I could get from the Result report of "Auto set driver...
I'm using Rawether 5.5.1804.1. Here is what I am doing: I start MPRead using an unconnected wireless adapter. I connect to a WPAPSK access point using the...
Microsoft completely revised the 802.11 architecture for Vista and, unfortunately, the new "Native Wi-Fi" implementation prevents NDIS protocols (such as those...
This news is unfortunate. I'll attempt to come up with another solution. I'm puzzled by your comment about using the Microsoft LAN API though... I was under...
The Microsoft Wireless LAN (WLAN) API is Microsoft's answer to everything third-party management related. The Vista WLAN API is more functional than on XP. The...
Currently I am in the process of re-running the DTM tests for vista x86. Since, I would be making the vista x86 driver submission to microsoft, I would also...
Hi Thomas, I am currently running the DTM tests for signing the PCAUSA NDIS IM Driver for vista x64 under the unclassified category. I have made the suggested...
The driver would be copied to the system32\drivers folder. Did you check there? The setupapi file should give some information about the operations that were...
Hi Thomas, It was observed that the driver file and DLL gets copied to the SysWOW64 folder instead of sys32. I believe we need to make more changes to the two...
Windows x64 editions "virtualize" access to certain system-related folders depending on the "bitness" of the calling application. In practical terms on a...
Windows x64 editions "virtualize" access to certain system-related folders depending on the "bitness" of the calling application. In practical terms on a...
Hi Thomas, The DLL "PCAImAPI.dll" is built for 64 bit platform (active solution configuration:release, active solution platform:x64). Also, the pcasim.sys file...
Humm... Are your INF files marked for NTAMD64? I surely have made NDIS 5 IM driver installs for Vista x64 WQHL testing and did not have too much difficulty. ...
Sorry about the incomplete message before: So in Send and Receive paths, these newly contructed packets are processed and then reinjected by using...
Egemen Tas
egemen.tas@...
Apr 26, 2009 2:46 am
8521
Hi Guys, We have a difficult problem with our packet filtering driver which is an NDIS6 LWF driver in Windows Vista. Let me first describe the problem: Under...