;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; NetMos Technology, inc. ;; ;; FILE : Nm2kUnus.inf ;; OS SUPPORTED : WINXP ONLY. ;; This inf file configures one UNUSABLE LPT Port device ;; for 9835/9845. ;; Use this file alongwith NmXpMf.INF file. ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Version] LayoutFile=layout.inf Signature="$WINDOWS NT$" Class=Ports ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} Provider=%ProviderName% DriverVer=08/31/2002,5.00.2183.1 [DestinationDirs] DefaultDestDir = 11 ;LDID_SYS LptPort.NT.Copy = 12 ;DIRID_DRIVERS NmPar.NT.Copy = 12 ;DIRID_DRIVERS [SourceDiskFiles] ; 1 = Disk Number NmPar.sys=1 Nm2kNull.inf=1 Nm2kUnus.inf=1 [SourceDisksNames] 1=%DiskName%,, ;=============================== ; Class Installation ;=============================== [ClassInstall] AddReg=PortsClass.AddReg [PortsClass.AddReg] HKR,,,,%PortsClassName% [ClassInstall32.NT] AddReg=PortsClass.NT.AddReg [PortsClass.NT.AddReg] HKR,,,,%PortsClassName% HKR,,Icon,,"-23" HKR,,Installer32,,"MsPorts.Dll,PortsClassInstaller" [ControlFlags] ;=============================== ; Driver Installation ;=============================== [Manufacturer] %Mfg.NetMos%=NetMosCards,NTX86,NTAMD64 ; ; Manufacturer Name Section ; [NetMosCards.NTX86] %NetMos.UnusablePortName%=UnusablePort,MF\PCI9710_UNUSABLE [NetMosCards.NTAMD64] %NetMos.UnusablePortName%=UnusablePort,MF\PCI9710_UNUSABLE ;---------------------------------------- ; UNUSABLE Card Install ;---------------------------------------- [UnusablePort.NT] ;CopyFiles=NmPar.NT.Copy AddReg=EcpPort.AddReg,LptPort.NT.AddReg [UnusablePort.NT.Services] ;AddService = NmPar, 0x00000002, NmPar_Service_Inst, NmPar_EventLog_Inst ; Port Driver (function driver for this device) Include=msports.inf Needs=LptPort.NT.Services ;---------------------------------------- ; other sections ;---------------------------------------- [LptPort.AddReg] HKR,,PortSubClass,1,00 HKR,,ECPDevice,1,00 [EcpPort.AddReg] HKR,,PortSubClass,1,00 HKR,,ECPDevice,1,01 [LptPort.NT.AddReg] HKR,,EnumPropPages32,,"MsPorts.dll,ParallelPortPropPageProvider" [NmPar.NT.Copy] NmPar.sys ; -------------- Parallel Port Driver install sections [NmPar_Service_Inst] DisplayName = "NetMos Parallel Port Driver" ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 1 ; SERVICE_SYSTEM_START (BUGBUG--should be SERVICE_DEMAND_START, 0x3) ErrorControl = 0 ; SERVICE_ERROR_IGNORE (BUGBUG--should be SERVICE_ERROR_NORMAL, 0x1) ServiceBinary = %12%\NmPar.sys LoadOrderGroup = Parallel arbitrator [NmPar_EventLog_Inst] AddReg = NmPar_EventLog_AddReg [NmPar_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\nmpar.sys" HKR,,TypesSupported,0x00010001,7 ; User readable strings ;---------------------------------------------------------- [Strings] ProviderName="NetMos Technology" Mfg.NetMos="NetMos Technology" UninstallName="NetMos Multi-IO Controller" DiskName="NetMos Multi-IO Drivers Disk" NetMos.UnusablePortName="NetMos Unusable Parallel Port" SPSVCINST_ASSOCSERVICE = 0x00000002 ;----------------------- ; END OF FILE ;-----------------------Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.