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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 7984 - 8013 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7984
Hello All, I am new to device driver programming. Does Microsoft native wifi filter driver supports USB cards? Any hint, how to check it. Thanks & Regards Maju...
Maju, M IN BLR SISL
m.maju@...
Send Email
Aug 1, 2007
1:19 pm
7985
The Microsoft Native Wi-Fi filter does not care what bus the Native 802.11 adapter vendor uses for ther hardware. The important question is: Does the USB...
Thomas F. Divine
pcatom
Offline Send Email
Aug 1, 2007
1:40 pm
7986
I would add to that: if they provide a native 802.11 miniport, does it deliver the original 802.11 frames or "precooked" ones? I know for sure that some native...
Gianluca Varenni
gianluca_var...
Offline Send Email
Aug 1, 2007
3:09 pm
7987
I tried to originate a NDIS OID query from NDIS 6.0 LWF driver (a modifying filter driver whose sample code is from WDK). But it failed (NdisFOidRequest got...
mayflower_huang
Offline Send Email
Aug 2, 2007
6:23 pm
7988
... [PCAUSA] Does it fail for all OIDs, or just one that you tried? ... [PCAUSA] What is the "related document" that you are referring to? ... [PCAUSA] I know...
Thomas F. Divine
pcatom
Offline Send Email
Aug 2, 2007
6:54 pm
7989
Hi Thomas, Actually I didn't try more Oids before. After your reply, I started more testing and then I found what my problem was. Some Oids are no longer...
MayFlower Huang
mayflower_huang
Offline Send Email
Aug 3, 2007
1:33 am
7990
Thank you very much for your quick response. Actually I didn't try more OIDs before. According to your reply message, I started to do more testing. Then I got...
mayflower_huang
Offline Send Email
Aug 3, 2007
3:20 am
7991
I write a NdisHook drivers, when the ProtocolReceivePacket is called, I will save packet to the buffer list, and set a event to notify Application a packet is...
gx_1979_cn
Offline Send Email
Aug 3, 2007
4:37 am
7992
... Study... Understand the receive packet flow before messing with it. Consider the need to also call ProtocolReceiveComplete after calling ProtocolReceive. ...
Thomas F. Divine
pcatom
Offline Send Email
Aug 3, 2007
4:42 am
7993
I've installed PCASIM active passthru driver. After that, some strange thing is occured. Before installing passthru driver, the command "ipv6 if 21" displays ...
seongjoy
Offline Send Email
Aug 3, 2007
5:42 am
7994
Seong, Unfortunately, I have not heard of this problem, although I do not myself use IPv6 extensively. Does the problem go away after a reboot? Were the IP...
Thomas F. Divine
pcatom
Offline Send Email
Aug 3, 2007
5:51 am
7995
... myself ... After rebooting, the problem still exists. ... configure interface 23? Manual and Auto configuration have same problem. ... it when I ... I...
seongjoy
Offline Send Email
Aug 3, 2007
12:31 pm
7996
Hello, I have a problem with the installation of a NDIS intermediate driver on Windows XP. The error reproduces very rarely, and it is the method ...
Cristi
wtherapy
Offline Send Email
Aug 3, 2007
2:29 pm
7997
Dear all, I've browsed through the archives of the mailinglist but haven't found an answer to my problem. I've been trying to develop a console application...
Abram
schoutteet
Offline Send Email
Aug 17, 2007
11:09 am
7998
I have developed a modified version of passthru and I also use a modified version of Bindview together with 'inf' file to install passthru. Is there a way to...
menasheungar
Offline Send Email
Aug 17, 2007
1:25 pm
7999
... [PCAUSA] This may be possible if you can actually write down the logic for identifying "the specific adapter". If "the specific adapter" can be identified...
Thomas F. Divine
pcatom
Offline Send Email
Aug 17, 2007
2:02 pm
8000
I don't have an answer to your question. Sorry. However the tools and information on this page may help you research this behavior. See the "PCAGizmo" tool at...
Thomas F. Divine
pcatom
Offline Send Email
Aug 17, 2007
2:22 pm
8001
Hi All, I set up a dhcp-server on a Windows box.. I set the option interface-mtu 1300. But Windows clients seems to ignore this option sent by the server. Is...
ashish bhargava
ashishbhargava
Offline Send Email
Aug 17, 2007
3:01 pm
8002
Hi, I have developed simple NDIS driver (based on "netvmini" from the ddk samples) which accept data from user code application (using win32 WriteFile) and...
manzury
Offline Send Email
Aug 19, 2007
2:41 pm
8003
... [PCAUSA] Yes. Don't do that. Don't ever wait in a dispatch routine. Study how to use asynchronous I/O in your application and your driver. The appropriate...
Thomas F. Divine
pcatom
Offline Send Email
Aug 19, 2007
3:50 pm
8004
Did you open the device in the application with OVERLAPPED? If not you will get exactly the behavior you describe. Don Burn (MVP, Windows DDK) Windows...
Don Burn
don_burn
Offline Send Email
Aug 19, 2007
4:33 pm
8005
I have developed a midified version of passthru and while debugging it would be nice to be able to compile a new version, then reload this it without rebooting...
menasheungar
Offline Send Email
Aug 20, 2007
12:16 pm
8006
... Yes. Learn to enjoy the time it takes to reboot... Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Aug 20, 2007
12:37 pm
8007
Hello all- I have a few questions about getting the basic Rawether apps to run under Vista, that I would be greatly appreciative if anyone could offer any...
Craig Gemmill
cgemmil
Offline Send Email
Aug 20, 2007
3:44 pm
8008
Craig, Problems with Rawether on Vista (or any other platform) are a almost always related to installation. The Rawether Guide has a topic: Introduction to...
Thomas F. Divine
pcatom
Offline Send Email
Aug 20, 2007
4:09 pm
8009
Thank you very much, OVERLAPPED solved the problem. Manzury ... ____________________________________________________________________________________ Shape...
Oren Manzury
manzury
Offline Send Email
Aug 20, 2007
7:36 pm
8010
Hi, I am writing a LWF driver for MS Vista. I need to know how to disable the TCP/IP Task Offloading functionality in MS Vista , so that the native TCP/IP ...
Ashish Batra
ash1378
Offline Send Email
Aug 21, 2007
4:06 am
8011
See the WDK NDIS_FILTER_ATTACH_PARAMETERS topic. I think you can modify these parameters to disable large send. Also, the NIC's Network Control Panel Applet...
Thomas F. Divine
pcatom
Offline Send Email
Aug 21, 2007
5:15 am
8012
Has anyone seen this behavior? I am sending a packet to the adapter using the W32N_PacketSend() method, and when I sniff with Wireshark on another machine, I...
Craig Gemmill
cgemmil
Offline Send Email
Aug 21, 2007
1:07 pm
8013
Craig, I will take a look at this. Thomas F. Divine From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Craig...
Thomas F. Divine
pcatom
Offline Send Email
Aug 21, 2007
1:31 pm
Messages 7984 - 8013 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