Tech Support > Microsoft Windows > Drivers
XP DDK 2600 vs XPSP1 DDK 2600.1106
Posted on July 1st, 2004 | 8 Comments

I have asked this before but never followed through so please accept my appology and help me out with the appropriate answer. I am compiling a Language Monitor in the WinDDK 2600 release and can...

Enumerating the devices attached to a SCSI Adapter
Posted on July 1st, 2004 | 2 Comments

Hello, Is there a way to enumerate the devices attached to a particular SCSI adapter from user space? I'm able to enumerate all of the devices (disk drives) and all of the SCSI adapters, but I've...

Regarding Interrupt in PCI driver
Posted on July 1st, 2004 | 2 Comments

Dear All, Whenever Interrupt is generated my driver is crashing, I'm not reference any memory in ISR for testing purpose, but till it is crashing and it is giving following mini dump Could not get...

How to create service in the installations
Posted on July 1st, 2004 | 1 Comments

Dear developers, I understand how to create, install, stop, and stop an NT service with console application (.exe file). However, I don't know how to make windows service for the installation with...

How to reserve an entrie in pnp table of BIOS
Posted on July 1st, 2004 | 5 Comments

Hi, which organisation manages the pnp table. I need to preserve a PNP number in PNP table for my type of system device.(PNP0104) As far as I discovered, PNP table is a subset of EISA table...

USB bulk and Delayed-Write Data Error
Posted on July 1st, 2004 | 0 Comments

Hello, I use bulkusb.sys sample from DDK to communicate with my board on WinXP With NTDDK I've problem to reseting driver, so now I use WINDDK (2600.1106). All bulk transferts seems correct but...

IFIMETRICS - HOW TO FILL IT
Posted on June 30th, 2004 | 1 Comments

Hi, I try to make a printer font and for this reason I have to fill the IFIMETRICS structure. Unfortunately I did not find any explanation how to calculate the fields. Is there a place where I can...

Re: Using fips.sys
Posted on June 30th, 2004 | 2 Comments

Such a document doesn't seem to be in the public domain, however the info in http://www.microsoft.com/technet/security/topics/issues/fipsdrsp.mspx?pf=true is enough to figure out most of the...

Re: Bug Check 0x7F
Posted on June 30th, 2004 | 0 Comments

This is frequently a stack overflow. In general when asking questions about bug checks you will get better, more informative responses if you provide the output from windbg, specifically the output...

Installing Driver
Posted on June 30th, 2004 | 0 Comments

I wrote a printer driver for our custom made printers. While developing the driver I used some librairies I found on the internet. In order to used them I had to installed them on my PC by calling...

Windows WDM USB driver for isochronous data transfer problem
Posted on June 30th, 2004 | 0 Comments

hey, I have a device driver for a USB device based on the wdm model. Now when the device is plugged in the driver is loaded. I run the application which is supposed to send data over an isochronous...

"Server Busy" Error
Posted on June 30th, 2004 | 4 Comments

Hey all, I am currently tasked with fixing a defect for a printer driver. For the life of me I cannot figure out what's going on. It occurs when you click on Print and it can occur when you just...

Getting Device Status
Posted on June 30th, 2004 | 1 Comments

In the Windows Device Manager, one can view a list of available devices and their statuses, i.e. whether they are working properly, driver info, etc. I presume that an API must exist whereby I can...

How to slove DRIVER_IRQL_NOT_LESS_OR_EQUAL in my Dispatch routine??
Posted on June 30th, 2004 | 16 Comments

Hi all I got a bugcode 0xD1 when I run my test AP and then open "file manager" The WinDbg tell me ,it carsh in my Dispatch routine like this Case IOCTL_DATA_COPY: KeAcquireSpinLock(...

DeviceIoControl and status_suspend
Posted on June 30th, 2004 | 1 Comments

In my WDM program, when it receives certain IOCTL command, I'd like the caller to wait, so in WDM, I made it returns Status_SUSPEND for that IOCTL command. But in the application side, the...

PC/SC driver for win2003
Posted on June 30th, 2004 | 2 Comments

Dear All, My PC/SC driver for Virtual Reader work well in win 2000, but now when I transfer to win 2003, there meet some problem. The smartcardReaderList() can list my reader. I use windbg to see...

Driver installation
Posted on June 30th, 2004 | 4 Comments

I am repackaging the Nortel VPN Client into msi using DIFXApp tool. One of the drivers a protocol driver ipsecw2k.sys does not get installed, I believe due to being unsigned.As I am not a driver...

Implementing Booklet in the printer driver
Posted on June 30th, 2004 | 0 Comments

We are trying to design a new print driver for 2000/XP/2003 Server that must implement features such as booket, n-up, watermark, etc. We were initially planning on using the print processor to...

Device File
Posted on June 29th, 2004 | 0 Comments

We have two computers and all I want to do is connect a wireless USB network adapter to our old computer that uses windows 98. I decided to uninstall McAfee but could not uninstall it the standard...

Out of order packets from NDIS IM
Posted on June 29th, 2004 | 6 Comments

Hi All, DDK says: MiniportSendPackets receives an array of packet descriptors arranged in an order determined by the caller of NdisSendPackets. In __most cases__, the intermediate driver should...