Home   |   Jungo Corporate Web Site   |   Connectivity Software Store   |   Contact us   |   Search:
Home Connectivity Software Support WinDriver Support Technical Documents

Technical Document #92



Doc ID: 92
Product: WinDriver
Version:  --

I used the DriverWizard to listen to the floppy disk interrupt (IRQ 6) successfully on my Windows 2000 machine. But when I try to listen to the mouse interrupt (IRQ 12) or to the keyboard interrupt (IRQ 1), I get the following error message:
Cannot enable interrupt - might be in use by another device

In some cases, the operating system locks the interrupts exclusively, thereby preventing you from listening to these interrupts.
Windows 2000 does this for the mouse and keyboard interrupts.

You can refer to WinDriver's VB interrupt sample program (found in the WinDriver\vb\samples\interrupt directory and available also from Windows' start-up menu) for a list of the common IRQs (floppy disk, mouse and keyboard) and their availability on different operating systems.
As indicated in this list, the mouse and keyboard interrupts cannot be used on Windows 2000.
You can also use this sample to listen to ISA interrupts, which are not exclusively locked by the OS.

Back to Top