Driver Development Kit (DDK)

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows WDM nirlpk.sys issue with windows 7 64 bits

Solved!
Go to solution

Hi,

          I used the MHDDK to program a PCI-6251 driver for VxWorks 32 bits a few years ago and it works fine. I also programed the same driver for Windows XP 32 bits using the nimhddk_windowsWDM package and the nirlpk.sys Windows WDM driver provided with the MHDDK. This last driver is used with a second PCI-6251 for the simulation under a Windows XP 32 bits system before the experimentation with the real material under the VxWorks system. The Windows PC has been changed for a more powerful one, but the new OS is Windows 7 64 bits. The MHDDK readme page : ftp://ftp.ni.com/evaluation/labview/ekit/other/downloader/readme.htm#general_mhddk_kbs
indicates that the nirlpk.sys file is provided with the Windows WDM package for the Windows XP 32 bits and Windows 7 32 & 64 bits systems. But there no file in the package.

          How can I get this file, or what is the procedure to generate it with the nirlpk material provided with the nimhddk_windowsWDM-2.0.zip package? For information I'm using Microsoft VS2015 for the Windows driver development.

 

Thanks in advance for your help,
Regards,
Phl

0 Kudos
Message 1 of 5
(6,608 Views)

Hello,

          I retrieved the nirlpk.sys WDM 64 bits driver provided with the old version of MHDDK..... and not provided in the new package. 32 bits and 64 bits drivers were provided at that time. But they have no digital signature and Windows 7 does not allow anymore to install a driver with no digital signature, even by the mean of the bcdedit commands "bcdedit /set nointegritychecks ON/OFF" or any other method. So the problem is always there.

          I hope that a WDM .sys signed driver is available somewhere..... and someone can help me.....

Thanks in advance,
phl

0 Kudos
Message 2 of 5
(6,588 Views)
Solution
Accepted by phl

Hi phl,

 

You'll need to turn off driver signing for Windows 7 or sign the driver yourself. NI does not provide a signed version of nirlpk.sys.

 

Steven

Steven K.
National Instruments
Software Engineer
0 Kudos
Message 3 of 5
(6,577 Views)

Hi Steven,

 

Thanks for the answer. Now the situation is clear. I have to work on another platform before reinvesting myself in this project. If everything works well, I will post the adopted solution in a few weeks.

 

phl

0 Kudos
Message 4 of 5
(6,571 Views)
Solution
Accepted by phl

Hi,

 

     For information my project (a 32 bits console application) is running on Windows Seven 64 bits for some time. Actually I have chosen to use the NI-VISA driver for Windows and the .inf file generated by the Driver Development Wizard for my PCI-6251. I used the nimhddk_visa-2.0 package and the examples in C language given in the NI-VISA package installation to rewrite my PCI-6251 driver.


Regards,

phl

0 Kudos
Message 5 of 5
(3,098 Views)