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 8054 - 8083 of 8586   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8054
Thomas, I am interested in writing a WDM root enumerated bus driver that is also an NDIS protocol driver. I read on the osr forums that such a driver would...
Kanna Rajagopal
r_kanna
Online Now Send Email
Oct 2, 2007
1:31 am
8055
A few weeks ago, I've mentioned that installing the pcasim driver had the state of all ipv6 address of the system duplicate state. From then, I couldn't...
seongjoy
Offline Send Email
Oct 2, 2007
12:52 pm
8056
Ok, my problem is a common tdi-driver problem: I need to keep a map between file objects and internally allocated objects and modify the initial event handlers...
Cristi
wtherapy
Offline Send Email
Oct 2, 2007
1:13 pm
8057
The approach that works for me is to track AO and CO objects when they are created. Event handlers are added/removed from the tracking structures. Tracking...
Thomas F. Divine
pcatom
Offline Send Email
Oct 2, 2007
1:47 pm
8058
From: discussion-pcausa@yahoogroups.com [mailto:discussion-pcausa@yahoogroups.com] On Behalf Of Kanna Rajagopal Sent: Monday, October 01, 2007 9:28 PM To:...
Thomas F. Divine
pcatom
Offline Send Email
Oct 2, 2007
2:00 pm
8059
well, I already do that ( inspired from tdi_fw sample ) but I can track IRP_MJ_CLEANUP sent to objects on which there are active handlers ( the client didn't ...
Cristian Stefan
wtherapy
Offline Send Email
Oct 2, 2007
2:01 pm
8060
Hello, I just did more debugging on this issue and found that IRP_MJ_CLOSE is always called when all handlers are 0. I find IRP_MJ_CLOSE a better point where I...
Cristi
wtherapy
Offline Send Email
Oct 2, 2007
10:02 pm
8061
Hello, I have installed passthru IM driver from SDK on WM6.0 device(HTC-Touch). When GPRS gets connected, in WM6.0 it comes up with VEIM which it says as media...
deepa_bahua
Offline Send Email
Oct 3, 2007
1:10 pm
8062
... Hello, You can use Dbgview.exe to view online as well as set option to view boottime logs. Deepa...
deepa_bahua
Offline Send Email
Oct 3, 2007
1:11 pm
8063
After looking over the release notes, I see that this problem was fixed in a version of the library that is more recent than the one we are using. Looks like...
mcdan333
Offline Send Email
Oct 3, 2007
4:40 pm
8064
I reviewed my TDI code and see that I deal with closing AOs and Cos in the Cleanup call. I do some additional checks in Close to verify that, in fact, the...
Thomas F. Divine
pcatom
Offline Send Email
Oct 3, 2007
5:35 pm
8065
Hi all, This may sound stupid. Here goes. Is there a way for a Driver (which I am using DeviceIoControl to communicate with the application) to access ...
Alex Lee
acrilas
Offline Send Email
Oct 4, 2007
11:59 am
8066
You can deal with the approach you study MmProbeAndLockPages, MoGetSystemAddressForMdl and friends. Study these carefully and look for examples of their use. ...
Thomas F. Divine
pcatom
Offline Send Email
Oct 4, 2007
12:41 pm
8067
In my system i have no networkcard is it possible to install the network driver without network....in my system no network card.iam trying to install ndis...
joseph.toutoo
Offline Send Email
Oct 5, 2007
11:38 am
8068
... Joseph - Try to install MS loopback adapter. It is a "fake" adapter. It's been a long time for I did not install it, but I think that all you have to do...
Zachary Azoulay
zaz0u@...
Send Email
Oct 5, 2007
12:23 pm
8069
Friends, From my NDIS Intermediate Driver, I am trying to fetch primary adapter informations like IP address, DNS servers, Gateway etc. Is there any way to...
pallav_khandhar
Offline Send Email
Oct 9, 2007
11:52 am
8070
Hi Pallav, In IM driver you need to parse the DHCP request/response packets. You can get the information needed in DHCP ACK packet. Regards Rajat ... -- One...
Rajat Lala
raj_rr7
Offline Send Email
Oct 9, 2007
1:28 pm
8071
Your suggestion assumes that the adapter is using a dynamic address. If the address is statically assigned, that will not work. You will want to use a...
Bryan Burgin
bburgin@...
Send Email
Oct 9, 2007
4:35 pm
8072
Bryan is certainly right that using a companion user-mode application and the IP Helper APIs is the preferred way to go. On Vista there is even a kernel-mode...
Thomas F. Divine
pcatom
Offline Send Email
Oct 9, 2007
4:50 pm
8073
Incidentally, I just went through a major pain in trying to do IP address assignment via user mode code in Vista. It seems that there's a nontrivial bug in the...
Steve Dispensa
stevedpositive
Offline Send Email
Oct 9, 2007
5:26 pm
8074
Thank you very much all of you for all your prompt resonses. Well, I have IP Helper API option in user mode. That is the final alternative. But I actually want...
pallav_khandhar
Offline Send Email
Oct 10, 2007
11:45 am
8075
Hello, How can be changed the status of a network interface? For example if the Windows Firewall is OFF the status of an adapter is 'Connected'. When Windows...
sorin.vinturis
Offline Send Email
Oct 10, 2007
12:21 pm
8076
Sorry, Sorin. I don't have a clue how to do this. Perhaps someone else on the list knows how. Thomas F. Divine...
Thomas F. Divine
pcatom
Offline Send Email
Oct 10, 2007
12:45 pm
8077
Hi, I am installing NDIS PASSTHRU sample provided in wince 5.0 Platform builder. I have disabled my Wifi radio and connected GPRS connection. Hence only one...
Niraj Roy
nirajroy_13
Offline Send Email
Oct 12, 2007
3:56 pm
8078
Hi All When I try to open adapter using W32N_OpenAdapter on Win XP checked build it fails with error code '2'. Same code works on free build of Win XP. The...
ravisuhane
Offline Send Email
Oct 16, 2007
2:07 pm
8079
This hasn't been noticed before as far as I know. What version of Rawether are you using? What API are you using to fetch the NDIS device names that you pass...
Thomas F. Divine
pcatom
Offline Send Email
Oct 16, 2007
2:35 pm
8080
GUID value with a 'G' in must be wrong. {B6 ***G*** 834A-A4F9-4D84-22A1-A599BB295EB4}" From: discussion-pcausa@yahoogroups.com...
Bryan Burgin
bburgin@...
Send Email
Oct 16, 2007
4:23 pm
8081
Hi Thomas, 1. I am using Rawether v5.3.16.55 2. I am fetching device name from windows registry under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows ...
ravisuhane
Offline Send Email
Oct 16, 2007
6:49 pm
8082
Thanks for the information. In my system the actual value is different. I had just given that value as an example which is wrong according to you....
ravisuhane
Offline Send Email
Oct 16, 2007
6:49 pm
8083
... [PCAUSA] That version was released in February, 2003, There have been several releases of Rawether since then, and some of the improvements address the...
Thomas F. Divine
pcatom
Offline Send Email
Oct 16, 2007
7:11 pm
Messages 8054 - 8083 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