neti2220.inf Driver File Contents (dr_g231_g101_win98se_2k_xp_05jan11.zip)

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

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

[Manufacturer]
%V_TwinMOS% = TwinMOS

[ControlFlags]
ExcludeFromSelect = PCI\VEN_17FE&DEV_2220&SUBSYS_222017FE

[TwinMOS]
%G231.DeviceDesc%    = G231.ndi,  PCI\VEN_17FE&DEV_2220&SUBSYS_222017FE   ; TwinMOS G231 Wireless LAN Card

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

[G231.ndi.NT.Services]
AddService = G231, 2, G231WinNT.Service, common.EventLog

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

[G231.ndi.ME.Services]
AddService = G231, 2, G231WinME.Service, common.EventLog

; Windows 9X specific entry
[G231.ndi]
DriverVer = 01/05/2004,1.22.01.2004
AddReg    = G231Win9X.id.reg, G231.common.reg, G231Win9X.flags.reg, G231Win9X.win.reg
DelReg    = G231.common.DelReg
CopyFiles = G231Win9X.CopyFiles

;-----------------------------------------------------------------------------
; TMG231 common registry section
;
[G231.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\Rate\enum,          "15",       0, %RateAutomatic2%

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, %WiFiMode%
HKR, Ndi\params\AdHocMode\enum,     "1",        0, %IEEEMode%

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\BasicRateSet,       ParamDesc,  0, %BasicRateSet%
HKR, Ndi\params\BasicRateSet,       Type,       0, "enum"
HKR, Ndi\params\BasicRateSet,       Default,    0, "15"
HKR, Ndi\params\BasicRateSet\enum,  "15",       0, %BasicRateSet1%
HKR, Ndi\params\BasicRateSet\enum,  "5391",     0, %BasicRateSet2%
HKR, Ndi\params\BasicRateSet\enum,  "3",        0, %BasicRateSet3%
HKR, Ndi\params\BasicRateSet\enum,  "65295",    0, %BasicRateSet5%

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%


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

HKR,,NumTfcb
HKR, Ndi\params\NumTfcb

HKR, Ndi\params\BssType\enum,       130

HKR, Ndi\params\BasicRateSet\enum,  5376

HKR,,ScanType
HKR, Ndi\params\ScanType

HKR, Ndi\params\AuthMode


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

;-----------------------------------------------------------------------------
; G231 Windows Me specific
;
[G231WinME.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, "G231"
HKR, Ndi\Interfaces,    UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,    LowerRange,         0, "ethernet"

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

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

;----------------------------------------------------------------------------
; G231 Win9x flags section
; Flags are not needed by NT
;
[G231Win9X.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

;----------------------------------------------------------------------------
; G231 Win9X specific
;
[G231Win9X.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, "G231"
HKR, NDIS,              MajorNdisVersion,   1, 03
HKR, NDIS,              MinorNdisVersion,   1, 0A

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

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

[G231WinME.Service]
DisplayName     = %G231.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
;
[G231WinNT.CopyFiles]
i2220ntx.sys,,,2

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

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

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

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

;-----------------------------------------------------------------------------
; target
;
[DestinationDirs]
G231WinNT.CopyFiles  = 12
G231WinME.CopyFiles  = 11
G231Win9X.CopyFiles  = 11
DefaultDestDir          = 11

;-----------------------------------------------------------------------------
; strings section
;
[Strings]
V_TwinMOS                   = "TwinMOS"

NetworkAddress              = "Network Address"

DeviceType                  = "Device Type"
DeviceSTA                   = "Wireless Station"
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)"
RateAutomatic2              = "Automatic (1/2/5.5/11)"

SSID                        = "SSID"

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

AdHocMode                   = "Ad Hoc Operational Mode"
WiFiMode                    = "Wi-Fi 802.11g Mode"
IEEEMode                    = "IEEE 802.11g Mode"

Channel                     = "Channel to Start Ad Hoc/AP"

BasicRateSet                = "Basic Rates to Start Ad Hoc/AP"
BasicRateSet1               = "1/2/5.5/11 Mbps"
BasicRateSet2               = "1/2/5.5/11/6/12/24 Mbps"
BasicRateSet3               = "1/2 Mbps"
BasicRateSet5               = "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"

G231.DeviceDesc          = "G101/G231 Wireless LAN Card"

G231.Service.DispName    = "G101/G231 Wireless LAN Card Driver"

G231.SourceDiskName      = "G101/G231 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: web2, load: 0.72