netcw10.inf Driver File Contents (NE-9320_A2.exe)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; PRISM2 PCCard & PCI Adapter installer file for Win9x                    ;
;                                                                         ;
; Copyright (c) 1998-2000, All Rights Reserved.                           ;
;                                                                         ;
; Version V0.29.10.2                                                      ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

[Version]
DriverVer   = 24/05/2001, 0.29.10
Signature   ="$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Provider%
; LayoutFile  = layout.inf
; CatalogFile Directive

[Manufacturer]
%Provider% = Adapters

; All enumerated adapters must be excluded from select
[ControlFlags]
 ExcludeFromSelect   = PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D
 ExcludeFromSelect   = PCMCIA\OEM-PRISM25_IEEE_802.11_PC-Card-2295
 ExcludeFromSelect   = PCMCIA\OEM-PRISM25_IEEE_802.11_PC-Card-6208
 ExcludeFromSelect   = PCI\VEN_16AB&DEV_1101&SUBSYS_110116AB
 ExcludeFromSelect   = PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F
 ExcludeFromSelect   = USB\VID_09AA&PID_3642
 
[Adapters]
; DisplayName                Section                DeviceID
%CW10.DeviceDescPRISM2%     = CW10_PRISM2.ndi,     PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D
%CW10.DeviceDescPCM253%     = CW10_PCMCIA253.ndi,  PCMCIA\OEM-PRISM25_IEEE_802.11_PC-Card-2295
%CW10.DeviceDescPCM255%     = CW10_PCMCIA255.ndi,  PCMCIA\OEM-PRISM25_IEEE_802.11_PC-Card-6208
%CW10.DeviceDescPCI%        = CW10_PCI.ndi,        PCI\VEN_16AB&DEV_1101&SUBSYS_110116AB
%CW10.DeviceDescPRISM2_3V%  = CW10_PRISM2_3V.ndi,  PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F
%CW10.DeviceDescUSB%        = CW10_USB.ndi,        USB\VID_09AA&PID_3642

;----------------------------------------------------------------------------
; Windows 9X specific entries
;
[CW10_PRISM2.ndi]
AddReg      = PRISM2_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, Pcmcia.reg, PRISM2_Vendor.reg
CopyFiles   = win9x.CopyFiles

[CW10_PCMCIA253.ndi]
AddReg      = PCMCIA253_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, Pcmcia.reg, PRISM253_Vendor.reg
CopyFiles   = win9x.CopyFiles

[CW10_PCMCIA255.ndi]
AddReg      = PCMCIA255_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, Pcmcia.reg, PRISM255_Vendor.reg
CopyFiles   = win9x.CopyFiles

[CW10_PCI.ndi]
AddReg      = PCI_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, PCI.reg, PCI_Vendor.reg
CopyFiles   = win9x.CopyFiles

[CW10_PRISM2_3V.ndi]
AddReg      = PRISM2_3V_ID.reg, Common.reg, win9x.reg, Pcmcia9x.reg, Pcmcia.reg, PRISM2_3V_Vendor.reg
CopyFiles   = win9x.CopyFiles

[CW10_USB.ndi]
AddReg      = USB_ID.reg, Common.reg, win9x.reg, USB.reg, USB_Vendor.reg 
CopyFiles   = win9x.USBCopyFiles

;----------------------------------------------------------------------------
; NT specific entries
;
[CW10_PRISM2.ndi.NT]
AddReg          = Common.reg, nt.reg, PRISM2_Vendor.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = NT.CopyFiles

[CW10_PCMCIA253.ndi.NT]
AddReg          = Common.reg, nt.reg, PRISM253_Vendor.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = NT.CopyFiles

[CW10_PCMCIA255.ndi.NT]
AddReg          = Common.reg, nt.reg, PRISM255_Vendor.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = NT.CopyFiles

[CW10_PCI.ndi.NT]
AddReg          = Common.reg, nt.reg, PCI_Vendor.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5
CopyFiles       = NT.CopyFiles

[CW10_PRISM2_3V.ndi.NT]
AddReg          = Common.reg, nt.reg, PRISM2_3V_Vendor.reg
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 8
CopyFiles       = NT.CopyFiles

[CW10_USB.ndi.NT]
AddReg          = Common.reg, nt.reg, USB.reg, USB_Vendor.reg 
Characteristics = 0x84              ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType         = 0                 ; USB
CopyFiles       = NT.USBCopyFiles

; NT services sections
[CW10_PRISM2.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PCMCIA253.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PCMCIA255.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PCI.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_PRISM2_3V.ndi.NT.Services]
AddService  = CW10, 2, CW10.Service, common.EventLog

[CW10_USB.ndi.NT.Services]
AddService  = CW10, 2, CW10_USB.Service, common.EventLog

;----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
NT.CopyFiles           = 12    ; system32\drivers subdirectory on NT
win9x.CopyFiles        = 11    ; system32 subdirectory on win9x
NT.USBCopyFiles        = 12    ; system32\drivers subdirectory on NT
win9x.USBCopyFiles     = 11    ; system32 subdirectory on win9x

[NT.CopyFiles]
cw10.sys                       ; NT Installation

[win9x.CopyFiles]
cw10.sys                       ; win9x Installation

[NT.USBCopyFiles]
cw10usb.sys                    ; NT Installation

[win9x.USBCopyFiles]
cw10usb.sys                    ; win9x Installation

[SourceDisksNames]
1                      = %INSTALL_DISK_STR%,,,

[SourceDisksFiles] 
cw10.sys               = 1
cw10usb.sys            = 1

;----------------------------------------------------------------------------
; common regs for NT and W9x
;
[Common.reg]
;
; AP Density
;
HKR, ,                            APDensity,       0, 1
HKR, defaults,                    APDensity,       0, 1
;
; 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, 30,00,00,00
;
; StationName
;
HKR, ,                            StationName,     0, "Client"
HKR, defaults,                    StationName,     0, "Client"
;
; Listen Interval
;
HKR, ,                            ListenInterval,  0, 3
HKR, defaults,                    ListenInterval,  0, 3

;
; Channel
;
HKR, ,                            DSChannel,       0, 10
HKR, defaults,                    DSChannel,       0, 10

;
; Encapsultion (i.e. Ethernet Translation)
;
HKR, ,                            Encapsulation,   0, 1
HKR, defaults,                    Encapsulation,   0, 1

;
; TxRate
;
HKR, ,                            TxRate,          0, 15
HKR, defaults,                    TxRate,          0, 15
HKR, NDI\params\TxRate,           ParamDesc,       0, "Transmit Rate"
HKR, NDI\params\TxRate,           type,            0, enum
HKR, NDI\params\TxRate,           default,         0, 15
HKR, NDI\params\TxRate,           flag,            1, 30,00,00,00
HKR, NDI\params\TxRate\enum,      1,               0, "Fixed 1 Mb/s"
HKR, NDI\params\TxRate\enum,      2,               0, "Fixed 2 Mb/s"
HKR, NDI\params\TxRate\enum,      3,               0, "Auto Select 1 or 2"
HKR, NDI\params\TxRate\enum,      4,               0, "Fixed 5.5 Mb/s"
HKR, NDI\params\TxRate\enum,      8,               0, "Fixed 11 Mb/s"
HKR, NDI\params\TxRate\enum,      15,              0, "Fully Auto"

;
; RTS Threshold
;
HKR, ,                            RTSThresh,       0, 2432
HKR, defaults,                    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, 20,00,00,00
HKR,NDI\params\RTSThresh,         optional,        0, 0

;
; Frag Threshold
;
HKR, ,                            FragThresh,      0, 2432
HKR, defaults,                    FragThresh,      0, 2432
HKR, NDI\params\FragThresh,       ,                0, 2432
HKR, NDI\params\FragThresh,       ParamDesc,       0, "Fragmentation Threshold"
HKR, NDI\params\FragThresh,       type,            0, int
HKR, Ndi\params\FragThresh,       default,         0, 2432
HKR, NDI\params\FragThresh,       min,             0, 256
HKR, NDI\params\FragThresh,       max,             0, 2432
HKR, NDI\params\FragThresh,       step,            0, 128
HKR, NDI\params\FragThresh,       flag,            1, 20,00,00,00
HKR, NDI\params\FragThresh,       optional,        0, 0

;
; Network Type
;
HKR, ,                            NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, defaults,                    NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      ParamDesc,       0, "Network Type"
HKR, NDI\params\NetworkType,      type,            0, enum
HKR, NDI\params\NetworkType,      default,         0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      flag,            1, 30,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, "Ad Hoc"

;
; PS Mode
;
HKR, ,                            PSMode,          0, 1
HKR, defaults,                    PSMode,          0, 1
HKR, NDI\params\PSMode,           ParamDesc,       0, "Power Save Mode"
HKR, NDI\params\PSMode,           type,            0, enum
HKR, NDI\params\PSMode,           default,         0, 1
HKR, NDI\params\PSMode,           flag,            1, 30,00,00,00
HKR, NDI\params\PSMode\enum,      1,               0, "Disabled"
HKR, NDI\params\PSMode\enum,      2,               0, "Enabled"

;
;    Wep Required
;
HKR, ,                            WepReq,          0, %WEP_REQUIRED_DEF_STR%
HKR, defaults,                    WepReq,          0, %WEP_REQUIRED_DEF_STR%
HKR, NDI\params\WepReq,           ,                0, %WEP_REQUIRED_DEF_STR%
HKR, NDI\params\WepReq,           ParamDesc,       0, "Use Wep"
HKR, NDI\params\WepReq,           flag,            1, 30,00,00,00
HKR, NDI\params\WepReq,           type,            0, enum
HKR, Ndi\params\WepReq,           default,         0, %WEP_REQUIRED_DEF_STR%
HKR, NDI\params\WepReq\enum,      0,               0, "Disabled"
HKR, NDI\params\WepReq\enum,      2,               0, "64 bit"
HKR, NDI\params\WepReq\enum,      6,               0, "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

;
;    Esarhpssap
;
HKR, ,                            Esarhpssap,      0, %PASSPHRASE_DEF_STR%
HKR, defaults,                    Esarhpssap,      0, %PASSPHRASE_DEF_STR%

;
;    Short Preamble
;
HKR, ,                            PreambleMode,    0, 1
HKR, defaults,                    PreambleMode,    0, 1
HKR, NDI\params\PreambleMode,     ,                0, 1
HKR, NDI\params\PreambleMode,     ParamDesc,       0, %SHORT_PREAM_STR%
HKR, NDI\params\PreambleMode,     flag,            1, 30,00,00,00
HKR, NDI\params\PreambleMode,     type,            0, enum
HKR, Ndi\params\PreambleMode,     default,         0, 1
HKR, NDI\params\PreambleMode\enum,1,               0, "Long Tx Preamble"
HKR, NDI\params\PreambleMode\enum,2,               0, "Short Tx Preamble"
;HKR, NDI\params\PreambleMode\enum,3,              0, "Auto"
HKR, NDI\params\PreambleMode,     optional,        0, 0
 
;
;
; Authentication Type
;
HKR, ,                            AuthentAlg,      0, %AUTHENT_TYPE_DEF_STR%
HKR, defaults,                    AuthentAlg,      0, %AUTHENT_TYPE_DEF_STR%
HKR, NDI\params\AuthentAlg,       ParamDesc,       0, "Authentication Algorithm"
HKR, NDI\params\AuthentAlg,       type,            0, enum
HKR, NDI\params\AuthentAlg,       default,         0, %AUTHENT_TYPE_DEF_STR%
HKR, NDI\params\AuthentAlg,       flag,            1, 30,00,00,00
HKR, NDI\params\AuthentAlg\enum,  1,               0, "WECA Compliant (always use Open)"
HKR, NDI\params\AuthentAlg\enum,  2,               0, "Must use Shared with WEP"

;
;    IBSS in Driver mode control
;
HKR, ,                            IBSSInDriver,    0, 0
HKR, defaults,                    IBSSInDriver,    0, 0

;----------------------------------------------------------------------------
; PCMCIA specific
;
[Pcmcia9x.reg]
;
; All resources are dynamically configured
;
HKR, ,                            IOBaseAddress,   1, 02,00,00,00
HKR, ,                            InterruptNumber, 1, 04,00,00,00
HKR, ,                            EnableIRQSharing,1, 01,00,00,00

[Pcmcia.reg]
HKR, ,                            BusType,         0, 8
HKR, NDI,                         CardType,        0, "PCMCIA"

[PCI.reg]
HKR, ,                            BusType,         0, 5
HKR, NDI,                         CardType,        0, "PCI"

;----------------------------------------------------------------------------
; USB specific
;

[USB.reg]

HKR, ,                            BusType,         0, 0
HKR, NDI,                         CardType,        0, "PNP"

;----------------------------------------------------------------------------
; 9X specific
;
[win9x.reg]
HKR, ,                            DevLoader,       0, "*ndis,*ntkern,*ndis"
HKR, ,                            EnumPropPages,   0, "netdi.dll,EnumPropPages"
;
; NDIS Info
;
HKR, NDIS,                        LogDriverName,   0, "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"
;
; Install sections
;
;HKR, Ndi\Install,ndis3,, "cw10.install"

;[cw10.install]
;CopyFiles = win9x.CopyFiles

;----------------------------------------------------------------------------
; 9x ID sections
;
[PRISM2_Vendor.reg]
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "PRISM2 IEEE 802.11 PC Card Adapter"

[PRISM2_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-A89D"

[PRISM253_Vendor.reg] 
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "PRISM2.5 3V IEEE 802.11 PC Card Adapter"

[PCMCIA253_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCMCIA\OEM-PRISM25_IEEE_802.11_PC-Card-2295"

[PRISM255_Vendor.reg] 
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "PRISM2.5 5V IEEE 802.11 PC Card Adapter"

[PCMCIA255_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCMCIA\OEM-PRISM25_IEEE_802.11_PC-Card-6208"

[PCI_Vendor.reg] 
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "PRISM2 IEEE 802.11 PCI Adapter"

[PCI_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCI\VEN_16AB&DEV_1101"

[PRISM2_3V_Vendor.reg] 
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "PRISM2 3V IEEE 802.11 PC Card Adapter"

[PRISM2_3V_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10.sys
HKR, ,                            NTMPDriver,      0, cw10.sys
HKR, Ndi,                         DeviceID,        0, "PCMCIA\OEM-PRISM2_IEEE_802.11_PC-Card-947F"

[USB_Vendor.reg] 
;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, "USB Adapter"

[USB_ID.reg]
HKR, ,                            DeviceVxDs,      0, cw10usb.sys
HKR, ,                            NTMPDriver,      0, cw10usb.sys
HKR, Ndi,                         DeviceID,        0, "USB\VID_09AA&PID_3642"

;----------------------------------------------------------------------------
; NT specific
;
[nt.reg]
HKR, Ndi,                         Service,         0, "CW10"
HKR, Ndi\Interfaces,              UpperRange,      0, "ndis4"
HKR, Ndi\Interfaces,              LowerRange,      0, "ethernet"

[CW10.Service]
DisplayName     = %CW10.Service.DispName%
ServiceType     = 1                ;%SERVICE_KERNEL_DRIVER%
StartType       = 3                ;%SERVICE_AUTO_START%
ErrorControl    = 1                ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\CW10.sys
LoadOrderGroup  = NDIS

[CW10_USB.Service]
DisplayName     = %CW10_USB.Service.DispName%
ServiceType     = 1                ;%SERVICE_KERNEL_DRIVER%
StartType       = 3                ;%SERVICE_AUTO_START%
ErrorControl    = 1                ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\CW10Usb.sys
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\CW10.sys"
HKR, , TypesSupported,   0x00010001, 7

;----------------------------------------------------------------------------
; Strings
;
[Strings]
Provider                   = "CW10"
CW10                       = "CW10"

CW10.DeviceDescPRISM2      = "PRISM2 IEEE 802.11 PC CARD Adapter"
CW10.DeviceDescPCM253      = "PRISM2.5 3V IEEE 802.11 PC CARD Adapter"
CW10.DeviceDescPCM255      = "PRISM2.5 5V IEEE 802.11 PC CARD Adapter"
CW10.DeviceDescPCI         = "PRISM2 IEEE 802.11 PCI Adapter"
CW10.DeviceDescPRISM2_3V   = "PRISM2 3V IEEE 802.11 PC CARD Adapter"
CW10.DeviceDescUSB         = "USB Adapter"

CW10.Service.DispName      = "Wireless LAN Driver"
CW10_USB.Service.DispName  = "Prism USB Wireless LAN Driver"

SHORT_PREAM_STR            = "Preamble Mode"
RTSTHRESH_STR              = "RTS Threshold"

INSTALL_DISK_STR           = "PRISM IEEE 802.11 PCMCIA/PCI Driver"

;
; Don't put spaces around = sign otherwise installer will not be able to
; find these lines.
SSID_DEF_STR="Wireless"
NETWORK_TYPE_DEF_STR="3"
AUTHENT_TYPE_DEF_STR="1"
PASSPHRASE_DEF_STR="ANY"
WEP_REQUIRED_DEF_STR="0"
Download Driver Pack

How To Update Drivers Manually

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.

server: web1, load: 0.87