neti2220.inf Driver File Contents (Wireless.zip)

; neti2220.INF
;
; /****************************************************************************
; ** Copyright (C) 2004 Wireless, Inc.                                       **
; **                                                                         **
; ** Wireless CB54G3/MP54G3 Wireless LAN Card NDIS Miniport Driver           **
; ** Installation File                                                       **
; ****************************************************************************/

[version]
Signature           = "$Chicago$"
Class               = Net
ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider            = %V_WIRELESS%
Compatible          = 1
MillenniumPreferred = .ME
CatalogFile         = i2220.cat
CatalogFile.NT      = i2220ntx.cat
DriverVer           = 04/27/2004,2.13.04.2004

[Manufacturer]
%V_WIRELESS% = WIRELESS

[ControlFlags]
ExcludeFromSelect = PCI\VEN_17FE&DEV_2220

[WIRELESS]
%CB54G3.DeviceDesc%    = CB54G3.ndi,  PCI\VEN_17FE&DEV_2220&SUBSYS_68631462 ; Wireless MP54G3 Wireless LAN Card
%CB54G3.DeviceDesc%    = CB54G3.ndi,  PCI\VEN_17FE&DEV_2220&SUBSYS_68551462 ; Wireless CB54G3 Wireless LAN Card

;
; Wireless CB54G3 Wireless LAN Card
;
; Windows NT specific entry
[CB54G3.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = CB54G3.common.reg, CB54G3WinNT.reg
DelReg          = CB54G3.common.DelReg
CopyFiles       = CB54G3WinNT.CopyFiles

[CB54G3.ndi.NT.Services]
AddService = CB54G3, 2, CB54G3WinNT.Service, common.EventLog

;; Windows Me specific entry
[CB54G3.ndi.ME]
Characteristics = 0x84
BusType         = 5
AddReg          = CB54G3.common.reg, CB54G3WinME.reg
DelReg          = CB54G3.common.DelReg
CopyFiles       = CB54G3WinME.CopyFiles

[CB54G3.ndi.ME.Services]
AddService = CB54G3, 2, CB54G3WinME.Service, common.EventLog

; Windows 9X specific entry
[CB54G3.ndi]
DriverVer = 03/29/2004,2.10.03.2004
AddReg    = CB54G3Win9X.id.reg, CB54G3.common.reg, CB54G3Win9X.flags.reg, CB54G3Win9X.win.reg
DelReg    = CB54G3.common.DelReg
CopyFiles = CB54G3Win9X.CopyFiles

;-----------------------------------------------------------------------------
; CB54G3 common registry section
;
[CB54G3.common.reg]
HKR, Ndi\params\NetworkAddress,     ParamDesc,  0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,     Type,       0, "edit"
HKR, Ndi\params\NetworkAddress,     Default,    0, ""
HKR, Ndi\params\NetworkAddress,     Optional,   0, "1"
HKR, Ndi\params\NetworkAddress,     LimitText,  0, "12"
HKR, Ndi\params\NetworkAddress,     UpperCase,  0, "1"

HKR, Ndi\params\DeviceType,         ParamDesc,  0, %DeviceType%
HKR, Ndi\params\DeviceType,         Type,       0, "enum"
HKR, Ndi\params\DeviceType,         Default,    0, "1"
HKR, Ndi\params\DeviceType\enum,    "1",        0, %DeviceSTA%
HKR, Ndi\params\DeviceType\enum,    "2",        0, %DeviceAP%

HKR, Ndi\params\Rate,               ParamDesc,  0, %Rate%
HKR, Ndi\params\Rate,               Type,       0, "enum"
HKR, Ndi\params\Rate,               Default,    0, "65295"
HKR, Ndi\params\Rate\enum,          "1",        0, %Rate1M%
HKR, Ndi\params\Rate\enum,          "2",        0, %Rate2M%
HKR, Ndi\params\Rate\enum,          "4",        0, %Rate5_5M%
HKR, Ndi\params\Rate\enum,          "8",        0, %Rate11M%
HKR, Ndi\params\Rate\enum,          "256",      0, %Rate6M%
HKR, Ndi\params\Rate\enum,          "512",      0, %Rate9M%
HKR, Ndi\params\Rate\enum,          "1024",     0, %Rate12M%
HKR, Ndi\params\Rate\enum,          "2048",     0, %Rate18M%
HKR, Ndi\params\Rate\enum,          "4096",     0, %Rate24M%
HKR, Ndi\params\Rate\enum,          "8192",     0, %Rate36M%
HKR, Ndi\params\Rate\enum,          "16384",    0, %Rate48M%
HKR, Ndi\params\Rate\enum,          "32768",    0, %Rate54M%
HKR, Ndi\params\Rate\enum,          "65295",    0, %RateAutomatic%

HKR, Ndi\params\Ssid,               ParamDesc,  0, %SSID%
HKR, Ndi\params\Ssid,               Type,       0, "edit"
HKR, Ndi\params\Ssid,               Default,    0, ""
HKR, Ndi\params\Ssid,               Optional,   0, "1"
HKR, Ndi\params\Ssid,               LimitText,  0, "32"

HKR, Ndi\params\BssType,            ParamDesc,  0, %BSSType%
HKR, Ndi\params\BssType,            Type,       0, "enum"
HKR, Ndi\params\BssType,            Default,    0, "1"
HKR, Ndi\params\BssType\enum,       "1",        0, %ESS%
HKR, Ndi\params\BssType\enum,       "2",        0, %IBSS%

HKR, Ndi\params\AdHocMode,          ParamDesc,  0, %AdHocMode%
HKR, Ndi\params\AdHocMode,          Type,       0, "enum"
HKR, Ndi\params\AdHocMode,          Default,    0, "0"
HKR, Ndi\params\AdHocMode\enum,     "0",        0, %AdHocMode11b%
HKR, Ndi\params\AdHocMode\enum,     "1",        0, %AdHocModeMixed%
HKR, Ndi\params\AdHocMode\enum,     "2",        0, %AdHocMode11g%

HKR, Ndi\params\ApMode,             ParamDesc,  0, %APMode%
HKR, Ndi\params\ApMode,             Type,       0, "enum"
HKR, Ndi\params\ApMode,             Default,    0, "1"
HKR, Ndi\params\ApMode\enum,        "0",        0, %APMode11b%
HKR, Ndi\params\ApMode\enum,        "1",        0, %APModeMixed%
HKR, Ndi\params\ApMode\enum,        "2",        0, %APMode11g%

HKR, Ndi\params\Channel,            ParamDesc,  0, %Channel%
HKR, Ndi\params\Channel,            Type,       0, "int"
HKR, Ndi\params\Channel,            Default,    0, "1"
HKR, Ndi\params\Channel,            Min,        0, "1"
HKR, Ndi\params\Channel,            Max,        0, "14"
HKR, Ndi\params\Channel,            Step,       0, "1"
HKR, Ndi\params\Channel,            Base,       0, "10"

HKR, Ndi\params\BasicRate,          ParamDesc,  0, %BasicRates%
HKR, Ndi\params\BasicRate,          Type,       0, "enum"
HKR, Ndi\params\BasicRate,          Default,    0, "2"
HKR, Ndi\params\BasicRate\enum,     "1",        0, %DefaultBasicRates%
HKR, Ndi\params\BasicRate\enum,     "2",        0, %AllBasicRates%

HKR, Ndi\params\RtsThreshold,       ParamDesc,  0, %RTSThreshold%
HKR, Ndi\params\RtsThreshold,       Type,       0, "int"
HKR, Ndi\params\RtsThreshold,       Default,    0, "2347"
HKR, Ndi\params\RtsThreshold,       Min,        0, "0"
HKR, Ndi\params\RtsThreshold,       Max,        0, "00002347"
HKR, Ndi\params\RtsThreshold,       Step,       0, "1"
HKR, Ndi\params\RtsThreshold,       Base,       0, "10"

HKR, Ndi\params\FragThreshold,      ParamDesc,  0, %FragmentationThreshold%
HKR, Ndi\params\FragThreshold,      Type,       0, "int"
HKR, Ndi\params\FragThreshold,      Default,    0, "2346"
HKR, Ndi\params\FragThreshold,      Min,        0, "256"
HKR, Ndi\params\FragThreshold,      Max,        0, "00002346"
HKR, Ndi\params\FragThreshold,      Step,       0, "1"
HKR, Ndi\params\FragThreshold,      Base,       0, "10"

HKR, Ndi\params\PowerMode,          ParamDesc,  0, %PowerMode%
HKR, Ndi\params\PowerMode,          Type,       0, "enum"
HKR, Ndi\params\PowerMode,          Default,    0, "0"
HKR, Ndi\params\PowerMode\enum,     "0",        0, %PowerModeCAM%
HKR, Ndi\params\PowerMode\enum,     "1",        0, %PowerModeMAX_PSP%
HKR, Ndi\params\PowerMode\enum,     "2",        0, %PowerModeFast_PSP%


[CB54G3.common.DelReg]
HKR,,NumRfb
HKR, Ndi\params\NumRfb

HKR,,NumTfcb
HKR, Ndi\params\NumTfcb

HKR, Ndi\params\Rate\enum,          15

HKR, Ndi\params\BssType\enum,       130

HKR,,BasicRateSet
HKR, Ndi\params\BasicRateSet

HKR,,ScanType
HKR, Ndi\params\ScanType

HKR, Ndi\params\AuthMode


;-----------------------------------------------------------------------------
; CB54G3 NT specific
;
[CB54G3WinNT.reg]
HKR, Ndi,               Service,            0, "CB54G3"
HKR, Ndi\Interfaces,    UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange,         0, "ethernet"

;-----------------------------------------------------------------------------
; CB54G3 Windows Me specific
;
[CB54G3WinME.reg]
HKR, ,                  DevLoader,          0, "*ndis"
HKR, ,                  DeviceVxDs,         0, "i2220.sys"
HKR, ,                  EnumPropPages,      0, "netdi.dll,EnumPropPages"

HKR, Ndi,               CardType,           0, "PCI"
HKR, Ndi,               Service,            0, "CB54G3"
HKR, Ndi\Interfaces,    UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange,         0, "ethernet"

HKR, NDIS,              LogDriverName,      0, "CB54G3"
HKR, NDIS,              MajorNdisVersion,   1, 05
HKR, NDIS,              MinorNdisVersion,   1, 00

;----------------------------------------------------------------------------
; CB54G3 Win9x id registry section
; These are not needed by NT
;
[CB54G3Win9X.id.reg]
HKR, Ndi, CardType, 0, "PCI"
HKR, Ndi, DeviceID, 0, "PCI\VEN_17FE&DEV_2220"
;HKR, Ndi, DeviceID, 0, "PCI\VEN_17FE&DEV_2220&SUBSYS_222017FE"

;----------------------------------------------------------------------------
; CB54G3 Win9x flags section
; Flags are not needed by NT
;
[CB54G3Win9X.flags.reg]
HKR, Ndi\params\Channel,        flag, 1, 20,00,00,00
HKR, Ndi\params\RtsThreshold,   flag, 1, 20,00,00,00
HKR, Ndi\params\FragThreshold,  flag, 1, 20,00,00,00

;----------------------------------------------------------------------------
; CB54G3 Win9X specific
;
[CB54G3Win9X.win.reg]
HKR, ,                  DevLoader,          0, "*ndis"
HKR, ,                  DeviceVxDs,         0, "i2220.sys"
HKR, ,                  EnumPropPages,      0, "netdi.dll,EnumPropPages"

HKR, Ndi\Interfaces,    DefUpper,   	    0, "ndis3"
HKR, Ndi\Interfaces,    DefLower,   	    0, "ethernet"
HKR, Ndi\Interfaces,    UpperRange, 	    0, "ndis3"
HKR, Ndi\Interfaces,    LowerRange, 	    0, "ethernet"

HKR, NDIS,              LogDriverName,      0, "CB54G3"
HKR, NDIS,              MajorNdisVersion,   1, 03
HKR, NDIS,              MinorNdisVersion,   1, 0A

HKR, Ndi\Install,       ndis3,              0, "CB54G3.Install"

;-----------------------------------------------------------------------------
; CB54G3 service sections
;
[CB54G3WinNT.Service]
DisplayName     = %CB54G3.Service.DispName%
ServiceType     = 1
StartType       = 3
ErrorControl    = 1
ServiceBinary   = %12%\i2220ntx.sys
LoadOrderGroup  = NDIS

[CB54G3WinME.Service]
DisplayName     = %CB54G3.Service.DispName%
ServiceType     = 1
StartType       = 3
ErrorControl    = 1
ServiceBinary   = %12%\i2220.sys
LoadOrderGroup  = NDIS

;-----------------------------------------------------------------------------
; common event log section
;
[common.EventLog]
AddReg = common.AddEventLog.reg

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

;-----------------------------------------------------------------------------
; CopyFiles sections
;
[CB54G3WinNT.CopyFiles]
i2220ntx.sys,,,2

[CB54G3WinME.CopyFiles]
i2220.sys,,,2

[CB54G3Win9X.CopyFiles]
i2220.sys,,,2

;-----------------------------------------------------------------------------
; source
;
[SourceDisksNames]
1 = %CB54G3.SourceDiskName%,,,

[SourceDisksFiles]
i2220.sys    = 1,,
i2220ntx.sys = 1,,

;-----------------------------------------------------------------------------
; target
;
[DestinationDirs]
CB54G3WinNT.CopyFiles  = 12
CB54G3WinME.CopyFiles  = 11
CB54G3Win9X.CopyFiles  = 11
DefaultDestDir         = 11

;-----------------------------------------------------------------------------
; strings section
;
[Strings]
V_WIRELESS                  = "Wireless Corp."

NetworkAddress              = "Network Address"

DeviceType                  = "Device Type"
DeviceSTA                   = "Wireless Station (STA)"
DeviceAP                    = "Access Point (AP)"

Rate                        = "Transmission Rate"
Rate1M                      = "1   Mbps"
Rate2M                      = "2   Mbps"
Rate5_5M                    = "5.5 Mbps"
Rate11M                     = "11  Mbps"
Rate6M                      = "6   Mbps"
Rate9M                      = "9   Mbps"
Rate12M                     = "12  Mbps"
Rate18M                     = "18  Mbps"
Rate24M                     = "24  Mbps"
Rate36M                     = "36  Mbps"
Rate48M                     = "48  Mbps"
Rate54M                     = "54  Mbps"
RateAutomatic               = "Automatic (All)"

SSID                        = "SSID"

BSSType                     = "STA Network Type"
ESS                         = "Infrastructure"
IBSS                        = "Ad Hoc (IBSS)"

AdHocMode                   = "Ad Hoc Operational Mode"
AdHocMode11b                = "Wi-Fi Mode (11b-only)"
AdHocModeMixed              = "Mixed Mode (11b/g)"
AdHocMode11g                = "11g-only Mode"

ApMode                      = "AP Operational Mode"
ApMode11b                   = "11b Mode"
ApModeMixed                 = "Mixed 11b/g Mode"
ApMode11g                   = "11g Mode"

Channel                     = "Channel to Start Ad Hoc/AP"

BasicRates                  = "Basic Rates to Start Ad Hoc/AP"
DefaultBasicRates           = "Default"
AllBasicRates               = "All"

RTSThreshold                = "RTS Threshold"

FragmentationThreshold      = "Fragmentation Threshold"

PowerMode                   = "Power Mode"
PowerModeCAM                = "Continuous Access Mode (CAM)"
PowerModeMAX_PSP            = "Maximum (MAX) Power-Saving Mode"
PowerModeFast_PSP           = "Fast Power-Saving Mode"

CB54G3.DeviceDesc           = "Wireless CB54G3/MP54G3 Wireless LAN Card"

CB54G3.Service.DispName     = "Wireless CB54G3/MP54G3 Wireless LAN Card Driver"

CB54G3.SourceDiskName       = "Wireless CB54G3/MP54G3 Driver Disk"

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: ftp, load: 3.96