;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PRISM2 PC Card & PCI Adapter installer file for Win9x,Win2K ; ; ; ; Copyright (c) 1998-2000, All Rights Reserved. ; ; ; ; Version V0.293 ; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [Version] Signature = $Windows NT$ Class = Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider = %Vendor_String% LayoutFile = layout.inf [DestinationDirs] DefaultDestDir = 11 PRISM.ndis4.CopyFiles = 11 PRISM.inf.CopyFiles = 17 PRISM.ndis5.CopyFiles = 12 [Manufacturer] %Vendor_String% = Vendor [Vendor] %PRISM2_5VPCMCIA_String% = PRISM2_5VPCMCIA.ndi,PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D %PRISM2_PCMCIA_String% = PRISM2_PCMCIA.ndi,PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F %PRISM2_PCI_String% = PRISM2_PCI.ndi,PCI\VEN_1638&DEV_1100&SUBSYS_11001638 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Specify the AddReg list for each of the above listed adapters. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Win9x*********************************************************** ; PCMCIA_5V [PRISM2_5VPCMCIA.ndi] CopyFiles=PRISM.ndis4.CopyFiles,PRISM.inf.CopyFiles AddReg=PRISM2_5VPCMCIA.ndi.reg,PRISM.reg,PRISM.reg.params MaxInstance=1 ; PCMCIA [PRISM2_PCMCIA.ndi] CopyFiles=PRISM.ndis4.CopyFiles,PRISM.inf.CopyFiles AddReg=PRISM2_PCMCIA.ndi.reg,PRISM.reg,PRISM.reg.params MaxInstance=1 ; PCI [PRISM2_PCI.ndi] CopyFiles=PRISM.ndis4.CopyFiles,PRISM.inf.CopyFiles AddReg=PRISM2_PCI.ndi.reg,PRISM.reg,PRISM.reg.params MaxInstance=1 ;Win2K*********************************************************** ;PCMCIA_5V [PRISM2_5VPCMCIA.ndi.NT] AddReg = Agent.reg AddReg = PRISM2_NT.ndi.reg, PRISM.reg.params Characteristics = 0x84 BusType = 8 CopyFiles = PRISM.ndis5.CopyFiles [PRISM2_5VPCMCIA.ndi.NT.Services] AddService = CW10, 2, CW10.Service, common.EventLog ;PCMCIA [PRISM2_PCMCIA.ndi.NT] AddReg = Agent.reg AddReg = PRISM2_NT.ndi.reg, PRISM.reg.params Characteristics = 0x84 BusType = 8 CopyFiles = PRISM.ndis5.CopyFiles [PRISM2_PCMCIA.ndi.NT.Services] AddService = CW10, 2, CW10.Service, common.EventLog ;PCI [PRISM2_PCI.ndi.NT] AddReg = Agent.reg AddReg = PRISM2_PCI_NT.ndi.reg, PRISM.reg.params Characteristics = 0x84 BusType = 5 CopyFiles = PRISM.ndis5.CopyFiles [PRISM2_PCI.ndi.NT.Services] AddService = CW10, 2, CW10.Service, common.EventLog [PRISM2_NT.ndi.reg] HKR, Ndi, Service, 0, "CW10" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, , VendorDesc, 0, "Conceptronic 11C" [PRISM2_PCI_NT.ndi.reg] HKR, Ndi, Service, 0, "CW10" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, , VendorDesc, 0, "Conceptronic 11I" [CW10.Service] DisplayName = %CW10.Service.DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_DEMAND_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\CW10.sys LoadOrderGroup = NDIS [common.EventLog] AddReg = common.AddEventLog.reg [common.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 [Agent.reg] HKLM,"System\CurrentControlSet\Services\Ndcprtns",,0x00020000,"%SystemRoot%\System32\Drivers\ndcprtns.sys" HKLM,"System\CurrentControlSet\Services\Ndcprtns","ErrorControl",0x00010001,1 HKLM,"System\CurrentControlSet\Services\Ndcprtns","Start",0x00010001,1 HKLM,"System\CurrentControlSet\Services\Ndcprtns","Type",0x00010001,1 HKLM,"System\CurrentControlSet\Services\Ndcprtns","Group",0x00020000,"Extended Base" ;Win9x******************************************************************** ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PCMCIA_5V specific sections ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PRISM2_5VPCMCIA.ndi.reg] HKR,Ndi,DeviceID,0,OEM-PRISM2_IEEE_802.11_PC-Card-A89D HKR,NDI,CardType,0,PCMCIA HKR,,BusType,0,8 ; Vendor Description HKR,,VendorDesc,0,"Conceptronic 11C" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PCMCIA specific sections ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PRISM2_PCMCIA.ndi.reg] HKR,Ndi,DeviceID,0,OEM-PRISM2_IEEE_802.11_PC-Card-947F HKR,NDI,CardType,0,PCMCIA HKR,,BusType,0,8 ; Vendor Description HKR,,VendorDesc,0,"Conceptronic 11C" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; PCI specific sections ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PRISM2_PCI.ndi.reg] HKR,Ndi,DeviceID,0,PCI\VEN_1638&DEV_1100 HKR,NDI,CardType,0,PCI HKR,,BusType,0,5 ; Vendor Description HKR,,VendorDesc,0,"Conceptronic 11I" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Win9x COMMON registry entries which are supported to ; all adapters. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PRISM.reg] ; Resources HKR,,IoBaseAddress,1,02,00,00,00 HKR,,InterruptNumber,1,04,00,00,00 ; General Driver Info HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,,CW10.sys HKR,,EnumPropPages,,"netdi.dll,EnumPropPages" ; NDIS Info HKR,NDIS,LogDriverName,,"CW10" HKR,NDIS,MajorNdisVersion,1,03 HKR,NDIS,MinorNdisVersion,1,0a ; Interfaces HKR,NDI\Interfaces,DefUpper,0,ndis3 HKR,NDI\Interfaces,DefLower,0,ethernet HKR,NDI\Interfaces,UpperRange,0,ndis3 HKR,NDI\Interfaces,LowerRange,0,ethernet ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; These are the registry entries which are COMMON to all adapters ; supported by this .inf file. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PRISM.reg.params] ; AP Density HKR,,APDensity,0,1 HKR,defaults,APDensity,0,1 ; StationName HKR,,StationName,0,Client HKR,defaults,StationName,0,Client ; SSID HKR,,SSID,0,%SSID_DEF_STR% HKR,defaults,SSID,0,%SSID_DEF_STR% HKR,NDI\params\SSID,ParamDesc,0,SSID HKR,Ndi\params\SSID,type,0,edit HKR,NDI\params\SSID,limitText,0,32 HKR,NDI\params\SSID,default,0,%SSID_DEF_STR% HKR,NDI\params\SSID,flag,1,28,00,00,00 ; ; ATIM Windows HKR,,ATIMWindow,0,0 HKR,defaults,ATIMWindow,0,0 ; ; Listen Interval HKR,,ListenInterval,0,3 HKR,defaults,ListenInterval,0,3 ; ; Channel HKR,,DSChannel,0,3 HKR,defaults,DSChannel,0,3 HKR,NDI\params\DSChannel,ParamDesc,0,Channel HKR,NDI\params\DSChannel,type,0,enum HKR,Ndi\params\DSChannel,default,0,3 HKR,NDI\params\DSChannel,flag,1,28,00,00,00 HKR,NDI\params\DSChannel\enum,1,0,01 HKR,NDI\params\DSChannel\enum,2,0,02 HKR,NDI\params\DSChannel\enum,3,0,03 HKR,NDI\params\DSChannel\enum,4,0,04 HKR,NDI\params\DSChannel\enum,5,0,05 HKR,NDI\params\DSChannel\enum,6,0,06 HKR,NDI\params\DSChannel\enum,7,0,07 HKR,NDI\params\DSChannel\enum,8,0,08 HKR,NDI\params\DSChannel\enum,9,0,09 HKR,NDI\params\DSChannel\enum,10,0,10 HKR,NDI\params\DSChannel\enum,11,0,11 HKR,NDI\params\DSChannel\enum,12,0,12 HKR,NDI\params\DSChannel\enum,13,0,13 HKR,NDI\params\DSChannel\enum,14,0,14 ; ; Encapsultion (i.e. Ethernet Translation) HKR,,Encapsulation,0,1 HKR,defaults,Encapsulation,0,1 ; ; TxRate HKR,,TxRate,0,15 HKR,defaults,TxRate,0,15 ; ; RTS Threshold HKR,,RTSThresh,0,2432 HKR,defaults,RTSThresh,0,2432 HKR,NDI\params\RTSThresh,,0,2432 HKR,NDI\params\RTSThresh,ParamDesc,0,%RTSTHRESH_STR% HKR,NDI\params\RTSThresh,type,0,int HKR,Ndi\params\RTSThresh,default,0,2432 HKR,NDI\params\RTSThresh,min,0,0 HKR,NDI\params\RTSThresh,max,0,2432 HKR,NDI\params\RTSThresh,step,0,64 HKR,NDI\params\RTSThresh,flag,1,28,00,00,00 HKR,NDI\params\RTSThresh,optional,0,0 ; ; Fragement Threshold HKR,,FragThresh,0,2432 HKR,defaults,FragThresh,0,2432 ; ; Network Type HKR,,NetworkType,0,%NETWORK_TYPE_DEF_STR% HKR,defaults,NetworkType,0,%NETWORK_TYPE_DEF_STR% HKR,NDI\params\NetworkType,ParamDesc,0,NetworkType HKR,NDI\params\NetworkType,type,0,enum HKR,Ndi\params\NetworkType,default,0,%NETWORK_TYPE_DEF_STR% HKR,NDI\params\NetworkType,flag,1,28,00,00,00 HKR,NDI\params\NetworkType\enum,0,0,802.11 Ad Hoc HKR,NDI\params\NetworkType\enum,1,0,Infrastructure HKR,NDI\params\NetworkType\enum,3,0,AdHoc ; ; PS Mode HKR,,PSMode,0,1 HKR,defaults,PSMode,0,1 HKR,NDI\params\PSMode,ParamDesc,0,PowerSaveMode HKR,NDI\params\PSMode,type,0,enum HKR,Ndi\params\PSMode,default,0,1 HKR,NDI\params\PSMode,flag,1,28,00,00,00 HKR,NDI\params\PSMode\enum,1,0,Disabled HKR,NDI\params\PSMode\enum,2,0,Enabled ; ; PS Level HKR,,PSLevel,,0 HKR,defaults,PSLevel,,0 ; ; Wep Required HKR,,WepReq,0,0 HKR,defaults,WepReq,0,0 HKR,NDI\params\WepReq,,0,0 HKR,NDI\params\WepReq,ParamDesc,0,%WEPREQ_STR% HKR,NDI\params\WepReq,flag,1,28,00,00,00 HKR,NDI\params\WepReq,type,0,enum HKR,Ndi\params\WepReq,default,0,0 HKR,NDI\params\WepReq\enum,0,,"Disabled" HKR,NDI\params\WepReq\enum,2,,"64 bit" HKR,NDI\params\WepReq\enum,6,,"128 bit" HKR,NDI\params\WepReq,optional,0,0 ; ; Wep Encrypt in Driver HKR,,EncryptInDriver,0,1 HKR,defaults,EncryptInDriver,0,1 ; ; Wep Decrypt in Driver HKR,,DecryptInDriver,0,1 HKR,defaults,DecryptInDriver,0,1 ; ; WEP Factor HKR,,WEPFactor,0,3 HKR,defaults,WEPFactor,0,3 ; ; Short Preamble HKR,,PreambleMode,0,1 HKR,defaults,PreambleMode,0,1 ; ; Authentication Type ; HKR,,AuthentAlg,,%AUTHENT_TYPE_DEF_STR% HKR,defaults,AuthentAlg,,%AUTHENT_TYPE_DEF_STR% HKR,NDI\params\AuthentAlg,ParamDesc,,"Authentication Algorithm" HKR,NDI\params\AuthentAlg,type,,enum HKR,NDI\params\AuthentAlg,default,,%AUTHENT_TYPE_DEF_STR% HKR,NDI\params\AuthentAlg,flag,1,28,00,00,00 HKR,NDI\params\AuthentAlg\enum,1,,"Open System" HKR,NDI\params\AuthentAlg\enum,2,,"Shared Key" ; ; IBSS in Driver mode control HKR,,IBSSInDriver,0,1 HKR,defaults,IBSSInDriver,0,1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Copy related Driver & INF files ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; [PRISM.ndis5.CopyFiles] CW10.sys,CW10NT.sys,,2 NDCPRTNS.sys,,,2 [PRISM.ndis4.CopyFiles] CW10.sys,CW109x.sys,,2 [PRISM.inf.CopyFiles] NETCW10.INF,,,2 [SourceDisksNames] 1=%InstallDiskTitle1%,,, [SourceDisksFiles] CW109x.sys = 1 CW10NT.sys = 1 NETCW10.inf = 1 NDCPRTNS.sys = 1 [Strings] Vendor_String = "2L" PRISM2_5VPCMCIA_String = "Conceptronic 11C PC card (5V)" PRISM2_PCMCIA_String = "Conceptronic 11C PC card" PRISM2_PCI_String = "Conceptronic 11I PCI Adapter" CW10.Service.DispName = "Conceptronic 11C/11I Win2K Driver" SSID_DEF_STR = "ANY" RTSTHRESH_STR = "RTS Threshold" NETWORK_TYPE_DEF_STR = "1" WEPREQ_STR = "Use Wep" AUTHENT_TYPE_DEF_STR = "2" InstallDiskTitle1 = " Conceptronic 11C/11I Driver"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.