wind502u.inf Driver File Contents (G-200_er1.0.0.zip)

; Envara Inc. WiND502 USB 2.0 Wireless Network Adapter
;-----------------------------------------------------------------------

[Version]
Signature   		= "$Windows NT$"
Class				= Net
ClassGUID			= {4d36e972-e325-11ce-bfc1-08002be10318}
Provider			= %Mfg%
DriverVer			= 07/24/2003, 0.21.3.0

[Manufacturer]
%Mfg%				= Models

[ControlFlags]
; For automatic install, hide all known working IDs:
; ExcludeFromSelect = USB\VID_132A
; ExcludeFromSelect = USB\VID_132A&PID_1502

[Models]
; DisplayName                     Section          Hw-id, compatible-id [,...]
; -----------                     -------          ---------------------------
%wind502u.DeviceDesc%	= wind502u.ndi, USB\VID_0b3b&PID_1620

;-------------------------------------------------------------
; NT5
[wind502u.ndi.NT]
AddReg				= wind502u.nt5.reg, wind502u.Parameters.reg, Runonce.reg
CopyFiles			= wind502u.nt5.CopyFiles, NT.Setup.CopyFiles
BusType				= 15 ; (1 works for USB)
Characteristics		= 0x84									; NCF_HAS_UI + NCF_PHYSICAL

;-------------------------------------------------------------
; NT5
[wind502u.ndi.NT.Services]
AddService			= wind502u, 2, wind502u.Service, wind502u.EventLog

;-------------------------------------------------------------
; NT5
[wind502u.nt5.reg]
HKR,    ,               BusNumber,  0, "0"
HKR, Ndi,				Service,	0, "wind502u"
HKR, Ndi\Interfaces,	UpperRange,	0, "ndis5"
HKR, Ndi\Interfaces,	LowerRange,	0, "ethernet"

;-----------------------------------------------------------

[wind502u.nt5.CopyFiles]
;-- dest name, src name ,,flags --
wind502u.sys

[NT.Setup.CopyFiles]
CheckDLL.DLL
;-----------------------------------------------------------
; Destination Dir
[DestinationDirs]
DefaultDestDir			= 11 ; system dir
NT.Setup.CopyFiles	    = 11
wind502u.nt5.CopyFiles	= 12 ; NT: system32\drivers

;-----------------------------------------------------------
; Sources
[SourceDisksNames]
99=%wind502u_Disk%,"",0

[SourceDisksFiles]
wind502u.sys = 99
CheckDLL.DLL = 99


;------------------------------------------------------------
; NT Service entry, log, etc.
[wind502u.Service]
DisplayName     = %wind502u.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\wind502u.sys
LoadOrderGroup  = NDIS

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

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

[Runonce.reg]
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","AtheGen",0x00000000,"rundll32 checkdll.dll,RunSetup"

;-------------------------------------------------------------------------------
; Custom Parameters in the Registry ("Advanced" menu).
; NOTE: All proprietary (non-MS) parameter names begin with dot.
[wind502u.Parameters.reg]
HKR,,.address,0,"2e:58:59:69:63:62"
HKR,,.ssid,0,"NULL_SSID"
HKR,,.useEeprom,0,"1"
HKR,,.probeDelay,0,"5000"
HKR,,.hostNetworkInterfaceType,0,"3"
HKR,,.encapsulationType,0,"1"
HKR,,.authenticationMode,0,"2"
HKR,,.listenInterval,0,"1"
HKR,,.serviceRoutineMaintanenceInterval,0,"10"
HKR,,.selectedRxAntenna,0,"2"
HKR,,.selectedTxAntenna,0,"0"
HKR,,.acceptNonErp,0,"0"
HKR,,.physicalMediumMask,0,"6"
HKR,,.powerSaveMode,0,"1"
HKR,,.isRecieveDtim,0,"1"
HKR,,.AwaitPsPollResponseTimeout,0,"10"
HKR,,.AwaitBeaconTimeout,0,"15"
HKR,,.AwaitMulticastTimeout,0,"0"
HKR,,.ReturnToNetworkBeaconInterval,0,"6"
HKR,,.HostToDeviceSduNumberReturnToNetworkThreshold,0,"4"
HKR,,.HostToDeviceSduNumberGoOffNetworkThreshold,0,"3"
HKR,,.GoOffNetworkLowThresholdCheckPeriod,0,"15"
HKR,,.TerminationConditionEvaluationInterval,0,"5"
HKR,,.fragmantationThreshold,0,"2500"
HKR,,.shortRetryLimit,0,"8"
HKR,,.longRetryLimit,0,"8"
HKR,,.cwMax,0,"256"
HKR,,.cwPersistenceFactor,0,"0"
HKR,,.aifs,0,"1"
HKR,,.shortPreamble,0,"1"
HKR,,.shortTimeSlot,0,"1"
HKR,,.preBeaconWarningOffest,0,"2"
HKR,,.protectionAllowed,0,"1"
HKR,,.timeSlotType,0,"1"
HKR,,.preambleType,0,"1"
HKR,,.txPowerForOFDM,0,"0"
HKR,,.txPowerForCCK,0,"0"
HKR,,.txPowerDelta,0,"0"
HKR,,.txPowerOverrideDefaults,0,"0"
HKR,,.xoCrystal,0,"0"
HKR,,.dtimPeriod,0,"1"
HKR,,.isRecieveDtim,0,"0"
HKR,,.txRetransmissionDelta,0,"0"
HKR,,.phyRateAdaptationEnabled,0,"1"
HKR,,.rtsRetransmissionCountEnabled,0,"0"
HKR,,.DefaultMaxPhyRate,0,"108"
HKR,,.LowerRatioThreshold,0,"25"
HKR,,.UpperRatioThreshold,0,"40"
HKR,,.MeasurementWindow,0,"50"
HKR,,.maxTimePerChannel,0,"150"
HKR,,.countryCode ,0,"64"
HKR,,.PipeHostToDeviceControlSize,0,"400"
HKR,,.PipeDeviceToHostControlSize,0,"400"
HKR,,.PipeDeviceToHostSduSize,0,"400"
HKR,,.PipeHostToDeviceSduSize0,0,"400"
HKR,,.PipeHostToDeviceSduSize1,0,"400"
HKR,,.PipeHostToDeviceSduSize2,0,"400"
HKR,,.maxOsNetworkResources,0,"564"
HKR,,.maxOsMemoryResources,0,"564"
HKR,,.maxWindFrames,0,"500"
HKR,,.maxWindFramesAllocatedForRx,0,"100"
HKR,,.maxStations,0,"30"
HKR,,.stationHashSize,0,"30"
HKR,,.maxFsmEvents,0,"30"
HKR,,.maxAccessPoints,0,"30"
HKR,,.maxIbssBeaconGenerators,0,"30"
HKR,,.maxTimers,0,"30"
HKR,,.maxTxFramesToHandle,0,"400"
HKR,,.maxNumberOfIoCtlEvents,0,"2"
HKR,,.authenticationTimeout,0,"3000"
HKR,,.associationTimeout,0,"3000"
HKR,,.linkIsUpWatchdogTimeout,0,"1000"
HKR,,.disconnectIndicationWatchdogTimeout,0,"3000"
HKR,,.deadStation,0,"10000"
HKR,,.maxConsecutiveFailedFrames,0,"3"
HKR,,.triggerPeriodIn200Micros,0,"1000"
HKR,,.internalTickPeriodIn200Micros,0,"1"
HKR,,.driverWep,0,"1"
HKR,,.currentKey,0,"0"
HKR,,.key0,0,"AABBCCDDEE"
HKR,,.algo0,0,"1"
HKR,,.PlayPlainEthernet,0,"0"
HKR,,.Timeout,0,"10"
HKR,,.useConstantPhyRate,0,"0"
HKR,,.constantPhyRate,0,"108"
HKR,,.forceGShortTimeSlot,0,"1"
HKR,,.forceCountryCode,0,"0"
HKR,,.forcePhysicalMediumMask,0,"1"
HKR,,.outputFirmwareMessages,0,"0"
HKR,,.displayFsm,0,"0"
HKR,,.displayRx,0,"0"
HKR,,.displayTx,0,"0"
HKR,,.BufferSizeKb,0,"1024"
HKR,,.MinLogLevel,0,"0"
HKR,,.MinTraceLevel,0,"0"
HKR,,.InitBreak,0,"0"
HKR,,.CheckForHangPeriod,0,"4"
HKR,,.PsDebugParameter1,0,"0"
HKR,,.PsDebugParameter2,0,"0"
HKR,,.PsDebugParameter3,0,"0"
HKR,,.PsDebugParameter4,0,"0"


; ################
; # DebugHalt    #
; ################  
HKR,Ndi\Params\.DebugHalt,           ParamDesc,  0, %ParamDesc.DebugHalt%
HKR,Ndi\Params\.DebugHalt,           Type,       0, "int"
HKR,Ndi\Params\.DebugHalt,           Default,    0, "3"
HKR,Ndi\Params\.DebugHalt,           Min,        0, "0"
HKR,Ndi\Params\.DebugHalt,           Max,        0, "3"
HKR,Ndi\Params\.DebugHalt,           Step,       0, "1"
HKR,Ndi\Params\.DebugHalt,           Base,       0, "16"
HKR,NDI\params\.DebugHalt,           Optional,   0, "1"

; ##################
; # NetworkAddress #
; ################## 
HKR, Ndi\params\.NetworkAddress,     ParamDesc,  0, %ParamDesc.NetworkAddress%
HKR, Ndi\params\.NetworkAddress,     Type,       0, "edit"
HKR, Ndi\params\.NetworkAddress,     Default,    0, ""
HKR, Ndi\params\.NetworkAddress,     LimitText,  0, "18"
HKR, Ndi\params\.NetworkAddress,     UpperCase,  0, "1"
HKR, Ndi\params\.NetworkAddress,     Optional,   0, "1"

; ###########
; # CfgFile #
; ########### 
HKR,,.CfgFile,  0, "wind502u.ini"
HKR,Ndi\Params\.CfgFile,             ParamDesc,  0, %ParamDesc.CfgFile%
HKR,Ndi\Params\.CfgFile,             Type,       0, "edit"
HKR,Ndi\Params\.CfgFile,             Default,    0, "wind502u.ini"
HKR,NDI\params\.CfgFile,             LimitText,  0, "80"
HKR,NDI\params\.CfgFile,             Optional,   0, "0"


; ################
; # rtsThreshold #
; ################  
; # frames larger than this use CTS/RTS mechanism
HKR,Ndi\Params\.rtsThreshold,           ParamDesc,  0, %ParamDesc.rtsThreshold%
HKR,Ndi\Params\.rtsThreshold,           Type,       0, "int"
HKR,Ndi\Params\.rtsThreshold,           Default,    0, "2500"
HKR,Ndi\Params\.rtsThreshold,           Min,        0, "256"
HKR,Ndi\Params\.rtsThreshold,           Max,        0, "2500"
HKR,Ndi\Params\.rtsThreshold,           Step,       0, "2"
HKR,Ndi\Params\.rtsThreshold,           Base,       0, "10"
HKR,NDI\params\.rtsThreshold,           Optional,   0, "0"

; ################
; # phyMode      #
; ################  
; # Default PhyMod for IBSS Originator ( For WiFi Must be 802.11b )
HKR,Ndi\Params\.phyMode,           ParamDesc,  0, %ParamDesc.phyMode%
HKR,Ndi\Params\.phyMode,           Type,       0, "int"
HKR,Ndi\Params\.phyMode,           Default,    0, "1"
HKR,Ndi\Params\.phyMode,           Min,        0, "0"
HKR,Ndi\Params\.phyMode,           Max,        0, "2"
HKR,Ndi\Params\.phyMode,           Step,       0, "1"
HKR,Ndi\Params\.phyMode,           Base,       0, "10"
HKR,NDI\params\.phyMode,           Optional,   0, "0"

; ################
; # channel      #
; ################  
; # Default channel for IBSS Originator
HKR,Ndi\Params\.channel,           ParamDesc,  0, %ParamDesc.channel%
HKR,Ndi\Params\.channel,           Type,       0, "int"
HKR,Ndi\Params\.channel,           Default,    0, "6"
HKR,Ndi\Params\.channel,           Min,        0, "1"
HKR,Ndi\Params\.channel,           Max,        0, "11"
HKR,Ndi\Params\.channel,           Step,       0, "1"
HKR,Ndi\Params\.channel,           Base,       0, "10"
HKR,NDI\params\.channel,           Optional,   0, "0"

; ################
; # beaconPeriod #
; ################  
; # Default beaconPeriod for IBSS Originator
HKR,Ndi\Params\.beaconPeriod,           ParamDesc,  0, %ParamDesc.beaconPeriod%
HKR,Ndi\Params\.beaconPeriod,           Type,       0, "int"
HKR,Ndi\Params\.beaconPeriod,           Default,    0, "100"
HKR,Ndi\Params\.beaconPeriod,           Min,        0, "20"
HKR,Ndi\Params\.beaconPeriod,           Max,        0, "1000"
HKR,Ndi\Params\.beaconPeriod,           Step,       0, "1"
HKR,Ndi\Params\.beaconPeriod,           Base,       0, "10"
HKR,NDI\params\.beaconPeriod,           Optional,   0, "0"

; ################
; # scanPolicy   #
; ################  
; # 1= SCAN_POLICY_ACTIVE ; 2= SCAN_POLICY_PASSIVE
HKR,Ndi\Params\.scanPolicy,           ParamDesc,  0, %ParamDesc.scanPolicy%
HKR,Ndi\Params\.scanPolicy,           Type,       0, "int"
HKR,Ndi\Params\.scanPolicy,           Default,    0, "1"
HKR,Ndi\Params\.scanPolicy,           Min,        0, "1"
HKR,Ndi\Params\.scanPolicy,           Max,        0, "2"
HKR,Ndi\Params\.scanPolicy,           Step,       0, "1"
HKR,Ndi\Params\.scanPolicy,           Base,       0, "10"
HKR,NDI\params\.scanPolicy,           Optional,   0, "0"


; Localizeble Strings 
[Strings]
Mfg							= "ZyXEL Inc."
wind502u.DeviceDesc			= "ZyAIR G-200 Wireless LAN USB Adapter"
wind502u.Service.DispName	= "ZyAIR G-200 Wireless LAN USB Adapter"
wind502u_Disk				= "ZyAIR G-200 Wireless LAN USB Driver Installation Files"

;===Parameters===
ParamDesc.rtsThreshold		= "Station RtsThreshold"
ParamDesc.phyMode			= "IBSS Originator Phy-Mode"
ParamDesc.channel			= "IBSS Originator Channel"
ParamDesc.beaconPeriod		= "IBSS Originator BeaconPeriod"
ParamDesc.scanPolicy		= "Station ScanPolicy"
ParamDesc.DebugHalt			= "DebugHalt"
ParamDesc.CfgFile			= "Config file"
ParamDesc.NetworkAddress	= "MAC address"
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: 2.44