Search the web
Sign In
New User? Sign Up
discussion-pcausa · PCAUSA Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8508 - 8537 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8508
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...
dave.asebrook
Offline Send Email
Apr 2, 2009
8:30 pm
8509
Microsoft completely revised the 802.11 architecture for Vista and, unfortunately, the new "Native Wi-Fi" implementation prevents NDIS protocols (such as those...
Thomas F. Divine
pcatom
Offline Send Email
Apr 3, 2009
1:14 pm
8510
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...
dave.asebrook
Offline Send Email
Apr 3, 2009
2:11 pm
8511
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...
Thomas F. Divine
pcatom
Offline Send Email
Apr 3, 2009
2:18 pm
8512
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...
chigs2385
Offline Send Email
Apr 4, 2009
1:38 pm
8513
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...
chigs2385
Offline Send Email
Apr 23, 2009
2:22 pm
8514
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...
Thomas F. Divine
pcatom
Offline Send Email
Apr 23, 2009
2:56 pm
8515
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...
chigs2385
Offline Send Email
Apr 24, 2009
1:24 pm
8516
Windows x64 editions "virtualize" access to certain system-related folders depending on the "bitness" of the calling application. In practical terms on a...
Thomas F. Divine
pcatom
Offline Send Email
Apr 24, 2009
1:36 pm
8517
Windows x64 editions "virtualize" access to certain system-related folders depending on the "bitness" of the calling application. In practical terms on a...
Thomas F. Divine
pcatom
Offline Send Email
Apr 24, 2009
2:04 pm
8518
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...
chigs2385
Offline Send Email
Apr 24, 2009
7:40 pm
8519
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. ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 24, 2009
7:45 pm
8520
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@...
Send Email
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...
Egemen Tas
egemen.tas@...
Send Email
Apr 26, 2009
3:11 pm
8522
Hi, We have a PCASIM IM driver which installs fine on 32 bit vista however it does not install on 64 bit vista OS. What are the minimal changes that might be...
chigs2385
Offline Send Email
Apr 26, 2009
3:11 pm
8523
Hi Thomas, Yes, the INF files are marked for NTAMD64 (the way you have mentioned it). How did you install the driver on vista x64 for WQHL? Did you use...
chigs2385
Offline Send Email
Apr 27, 2009
4:39 am
8524
As a general rule I build all executables for the bitness of the target. I used a variation of FltInstall built for the x64 platform for the x64 target. ...
Thomas F. Divine
pcatom
Offline Send Email
Apr 27, 2009
5:38 am
8525
Hi Thomas, The Driver had installed successfully on x64 vista. I did notice the driver installed in the LAN properties. When DTM testing I had noticed that the...
chigs2385
Offline Send Email
Apr 27, 2009
5:48 am
8526
Hi Thomas, I could build the fltinstall.exe for 64 bits OS. I had to change the precompiler --> _WIN32_WINNT=0x0500 to 0x0501. I could install the driver on...
chigs2385
Offline Send Email
Apr 27, 2009
3:57 pm
8527
Hi all, In one of our products, we are using Windows CE 5.0 on an Intel IXP425 board. Due to the nature of our application (redundant system) we need to change...
jesusgs
Offline Send Email
Apr 27, 2009
4:50 pm
8528
Hello, I have one problem with getting the RSSI values from the WLANcard with rawether: In principle it is no problem to call for new BSSIDitems and to extract...
markweber1980
Offline Send Email
Apr 30, 2009
1:00 pm
8529
The author of NetStumbler has some "inside information" that allows him to make some adapter vendor proprietary OIDs that are not documented publicly. I...
Thomas F. Divine
pcatom
Offline Send Email
Apr 30, 2009
1:35 pm
8530
The author of NetStumbler has some "inside information" that allows him to make some adapter vendor proprietary OIDs that are not documented publicly. I...
Thomas F. Divine
pcatom
Offline Send Email
Apr 30, 2009
6:01 pm
8531
Hello, I am developing a NDIS driver for Microsoft Windows and I am using the network examples that the WDK gives. But I have a doubt, can I develop a NDIS...
Gloria
nohayquienen...
Offline Send Email
May 8, 2009
1:44 pm
8532
No, you cannot. You need to do it in the kernel. Don Burn (MVP, Windows DDK) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog:...
Don Burn
don_burn
Offline Send Email
May 8, 2009
1:47 pm
8533
I've created a simple implementation of processing a TDI_RECEIVE asynchronously, but it doesn't seem to work properly (for example websites aren't loaded...
yuvalchess
Offline Send Email
May 9, 2009
2:18 am
8534
You need to study the TDI interface more carefully. The TDI_EVENT_RECEIVE mechanism is an alternative to TDI_RECEIVE. You need to deal with both. Good luck, ...
Thomas F. Divine
pcatom
Offline Send Email
May 9, 2009
2:25 am
8535
This is part of an effort to inspect incoming/outgoing traffic out-of-band from TDI filter point of view. Processing TDI_SEND out-of-band was straightforward...
yuvalchess
Offline Send Email
May 10, 2009
3:04 pm
8536
I should also note that everything seems to be working fine until step 4. That is, if I don't return STATUS_MORE_PROCESSING_REQUIRED but let the TDI client...
yuvalchess
Offline Send Email
May 10, 2009
4:55 pm
8537
I have XP signed NDIS 5.1 IM that can also run on Vista, some times ( very rarely, so far twice in past 5 months) my laptop's netowrk stopped working , devices...
Qiang zhang
qiangieee
Online Now Send Email
May 18, 2009
8:15 pm
Messages 8508 - 8537 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help