First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
Unable to unload driver in Win 7
Hi All, I am getting this error in Win 7 but not in Vista and and not in XP: "Windows cannot load the device driver because a previous instance of the device driver is still in memory. (Code 38)" I am hoping that the experts in this group could give me a few tips on: Is there any obvious flaw that is noticeab... 8 Dec 2009 10:49
Capturing Raw Native 802.11 packets in Vista using ndislwf
I'm trying to write code that can capture raw native 802.11 packets to essentially write a packet sniffer. I'm using Vista with 802.11 device which uses an NDIS 6.0 native 802.11 driver. Perhaps I am going about this the wrong way (and please let me know if there are better alternatives!) I'm trying to do this ... 7 Dec 2009 11:48
FS filter driver post create
I am trying to scan files in user land when a file write happens to a USB drive. My FS filter is attached to the drive I am interested in. When I copy a file to the drive and capture the windbg log, I see that for every copy, post cretae() is invoked multiple times. Why is this the case? ... 4 Dec 2009 12:54
Pagefile on virtual disk
hello, I have a virtual ( net backed ) disk drive, and everytime I boot from this disk I got a "Your System Has No Paging File, or the Paging File Is Too Small" error, and windows create a temporary pagefile somewhere. Windows cant create the pagefile.sys, but I dont know why, someone told me about user permi... 10 Dec 2009 19:01
CM_ENABLE_DEVNODE/CM_DISABLE_DEVNODE
We are updating a co-installer for our device. And we need to disable the device and then enable it again, we use CM_Disable_Devnode/ CM_ENABLE_Devnode before, but MSDN said that "Do not use this function. Use device installation functions instead". But I can't find any function in SetupDi group that just disable... 10 Dec 2009 14:33
WinUsb timing issue
Kenneth, Your post almost exactly describes what I am experiencing. I have been fighting this problem for a couple of days now to no avail. Did you find a solution? /Steve Kenneth Adelhorst Andersen wrote: WinUsb timing issue 25-Nov-09 Hi, We are trying to use WinUsb to communicate with our... 6 Dec 2009 00:58
Winusb composite device
Hi, Possibly not a winusb specific question, but it is possible to have 1 single winusb based device driver for a composite usb device (2 interfaces)? Can this be achieved via 1 single INF file, or do I need 2 seperate (albeit very similar) ones? I've been looking at http://www.cygnal.org/ubb/Forum9/HTML/00... 6 Dec 2009 02:02
USB RNDIS
I am trying to configure my Windows CE device to be a USB network device, but a critical step in that process is missing. I need the RNDIS USB driver kit to make the .inf file for the PC end of the communications, but it seems to have been removed from Microsoft's website. Is there any way you could reinstate i... 3 Dec 2009 13:45
RNDIS generic driver is loaded but not working
I load the RNDIS (Microsoft supplied) drivers on WinXP. The INF file was previously (and automatically) copied to Windows\INF directory as "oem14.inf". When I plug-in the device, in the Device Manager, I see 2 devices like "RNDIS Gadget" & "RNDIS Gadget #2". Both of them give "The device can not start. (Code 10... 3 Dec 2009 22:44
HidD_GetFeature() working, HidD_SetFeature() not working
Hi all, Afetr a lot of tries I finally found and hid descriptor that work as keyboard hid minidriver and, in my intention, should allow me to communicate with the driver thought the two api calls HidD_SetFeature() and HidD_GetFeature(). Unfortunately it seem thta only HidD_GetFeature() is working. If I try to u... 1 Dec 2009 17:19
First  |  Prev |  Next  |  Last
Pages: 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90