WlanUZG.inf Driver File Contents (G-202_6.6.0.0.zip)

;***********************************************************************
; WlanUZG.INF
;
;   This installation script supports Windows 98SE, ME, 2000, XP for the
;   Wireless LAN Adapters.
;
;   Copyright (c) 2006 ZyXEL, Inc.
;   All Rights Reserved.
;
;***********************************************************************

[Version]
DriverVer		= 03/29/2006,6.6.0.0
Signature		= "$Chicago$"
Compatible		= 1
Class			= Net
ClassGUID		= {4d36e972-e325-11ce-bfc1-08002be10318}
MillenniumPreferred	= .ME
Provider		= %DRV_PROVIDER_STR%
CatalogFile.NT		= WlanUZG.cat


[Manufacturer]
%MANUFACTURER_STR%	= DeviceList, NTx86.5.1, NTAMD64

;[ControlFlags]
;Exclude all PNP adapters from user selection
;ExcludeFromSelect   = *


[DeviceList]
;DisplayName              Section           Hardware ID
;-----------              -------           --------------------------
%WLAN_ZY202_DESC_STR%         	= WLAN_USB1,     	USB\Vid_0586&Pid_3410

[DeviceList.NTx86.5.1]
%WLAN_ZY202_DESC_STR%       	= WLAN_USB1.XP,    	USB\Vid_0586&Pid_3410

[DeviceList.NTAMD64]
%WLAN_ZY202_DESC_STR%       	= WLAN_USB1.NTAMD64, 	USB\Vid_0586&Pid_3410

;*********************************************************************
;   Microsoft Windows 98 section
;*********************************************************************
[WLAN_USB1]
AddReg		= WLAN_USB1.reg, WLAN_USB_9X_COMMON, WLAN_USB_Common.reg
CopyFiles       = WLAN_USB_DRIVER_COPY_9X

[WLAN_USB1.reg]
HKR,NDI,              DeviceID,           0, "USB\Vid_0586&Pid_3410"
HKR,,                 VendorDesc,         0, %WLAN_ZY202_DESC_STR%

;*********************************************************************
;   Microsoft Windows Me section
;*********************************************************************
[WLAN_USB1.ME]
Characteristics = 0x84
BusType         = 15
AddReg		= WLAN_USB1_ME, WLAN_USB_Me.reg, WLAN_USB_Common.reg
CopyFiles       = WLAN_USB_DRIVER_COPY_ME

[WLAN_USB1_ME]
HKR,,                 VendorDesc,         0, %WLAN_ZY202_DESC_STR%

[WLAN_USB1.ME.Services]
AddService = "ZY202_ME", 2, WLAN_USB_ME.Service, WLAN_USB.EventLog

;========================================================================
[WLAN_USB_Me.reg]
HKR,NDI,              Service,            0, "ZY202_ME"
HKR,,                 DevLoader,          0, "*ndis"
HKR,,                 DeviceVxDs,         0, "WlanUZME.sys"
HKR,,                 EnumPropPages,      0, "netdi.dll,EnumPropPages"

; NDIS Info
HKR,NDIS,             MajorNdisVersion,   1, 05
HKR,NDIS,             MinorNdisVersion,   1, 00
HKR,NDIS,             LogDriverName,      0, "WLANUZME"

; Interfaces Info
HKR,NDI\Interfaces,   DefUpper,           0, "ndis5"
HKR,NDI\Interfaces,   DefLower,           0, "ethernet"
HKR,NDI\Interfaces,   UpperRange,         0, "ndis5"
HKR,NDI\Interfaces,   LowerRange,         0, "ethernet"

; Install Sections
HKR,NDI\Install,      ndis3,              0, "ZD1211.ndis5me"


[WLAN_USB_ME.Service]
DisplayName     = %WLAN_USB_SERVICE_STR%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %11%\"WlanUZME.sys"		; %11%\WlanUZME.sys
LoadOrderGroup  = NDIS

;*********************************************************************
;   Microsoft Windows 2000 section
;*********************************************************************
[WLAN_USB1.NT]
Characteristics = 0x84
BusType         = 15
AddReg		= WLAN_USB1_2K, WLAN_USB_2K.reg, WLAN_USB_Common.reg
CopyFiles       = WLAN_USB_DRIVER_COPY_2K

[WLAN_USB1_2K]
HKR,,                 VendorDesc,         0, %WLAN_ZY202_DESC_STR%

[WLAN_USB1.NT.Services]
AddService = "ZY202_2K", 2, WLAN_USB_2K.Service, WLAN_USB.EventLog


;======================================================================

[WLAN_USB_2K.reg]
; Interfaces Info
HKR,NDI\Interfaces,   UpperRange,         0, "ndis5"
HKR,NDI\Interfaces,   LowerRange,         0, "ethernet"
HKR,NDI,              Service,            0, "ZY202_2K"


[WLAN_USB_2K.Service]
DisplayName     = %WLAN_USB_SERVICE_STR%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\WlanUZ2K.sys		; 
LoadOrderGroup  = NDIS

;*********************************************************************
;   Microsoft Windows XP section
;*********************************************************************
[WLAN_USB1.XP.NT]
Characteristics = 0x84
BusType         = 15
AddReg		= WLAN_USB1_XP, WLAN_USB_XP.reg, WLAN_USB_Common.reg
CopyFiles       = WLAN_USB_DRIVER_COPY_XP

[WLAN_USB1_XP]
HKR,,                 VendorDesc,         0, %WLAN_ZY202_DESC_STR%

[WLAN_USB1.XP.NT.Services]
AddService = "ZY202_XP", 2, WLAN_USB_XP.Service, WLAN_USB.EventLog

;######################################################################
;   Microsoft Windows XP AMD64 section
;######################################################################
[WLAN_USB1.NTAMD64]
Characteristics = 0x84
BusType         = 15
AddReg		= WLAN_USB1_64,WLAN_USB_64.reg, WLAN_USB_Common.reg
CopyFiles       = WLAN_USB_DRIVER_COPY_XP64

[WLAN_USB1_64]
HKR,,                 VendorDesc,         0, %WLAN_ZY202_DESC_STR%

[WLAN_USB1.NTAMD64.Services]
AddService = "ZY202_64", 2, WLAN_USB_NTAMD64.Service, WLAN_USB.EventLog

[WLAN_USB_64.reg]
; Interfaces Info
HKR,NDI\Interfaces,   UpperRange,         0, "ndis5"
HKR,NDI\Interfaces,   LowerRange,         0, "ethernet"
HKR,NDI,              Service,            0, "ZY202_64"


;=========================winxp common=======================================
[WLAN_USB_XP.reg]
; Interfaces Info
HKR,NDI\Interfaces,   UpperRange,         0, "ndis5"
HKR,NDI\Interfaces,   LowerRange,         0, "ethernet"
HKR,NDI,              Service,            0, "ZY202_XP"



[WLAN_USB_XP.Service]
DisplayName     = %WLAN_USB_SERVICE_STR%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\WlanUZXP.sys		; 
LoadOrderGroup  = NDIS

[WLAN_USB_NTAMD64.Service]
DisplayName     = %WLAN_ZY202_DESC_STR%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\WlanUZ64.SYS		; 
LoadOrderGroup  = NDIS

;*********************************************************************
;   Microsoft Windows ME/2000/XP Common Section
;*********************************************************************
[WLAN_USB.EventLog]
Addreg = WLAN_USB.AddEventLog.reg

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


;******************************************************************************

[WLAN_USB_9X_COMMON]

 HKR,NDI,              CardType,           0, "PNP"
 HKR,,                 DevLoader,          0, "*ndis"
 HKR,,                 DeviceVxDs,         0, "WlanUZ98.sys"

 ; NDIS Info
 HKR,NDIS,             MajorNdisVersion,   1, 03
 HKR,NDIS,             MinorNdisVersion,   1, 0A
 HKR,NDIS,             LogDriverName,      0, "WLANUZ98"

 ; Interfaces Info
 HKR,NDI\Interfaces,   DefUpper,           0, "ndis3"
 HKR,NDI\Interfaces,   DefLower,           0, "ethernet"
 HKR,NDI\Interfaces,   UpperRange,         0, "ndis3"
 HKR,NDI\Interfaces,   LowerRange,         0, "ethernet"

 ; Other Info
 HKR,,                 BusType,            0, 15
 HKR,,                 IOBaseAddress,      1, 02,00,00,00
 HKR,,                 InterruptNumber,    1, 04,00,00,00
 HKR,,                 EnumPropPages,      0, "netdi.dll,EnumPropPages"

 ; Install Sections
 HKR,NDI\Install,      ndis3,              0, "ZD1211.ndis3"

[WLAN_USB_Common.reg]
HKR,                   			,WLANIOC	,0 ,"XG-760"

HKR,,                                   PSPXLinkMode,   0, "0"
HKR,,                           	QosTagPolicy,   0, "0"
HKR,,                           	WMMQosSupport,   0, "0"

HKR,,                           PHY_A_6M_Setpoint_Value,	0x10001, 0x28
HKR,,                           PHY_A_6M_CR128_Value,	0x10001, 0x17
HKR,,                           PHY_A_1dBm_Value,	0x10001, 0x08

HKR,,                           EnableAntennaDiversity, 0, "0"
HKR,,                           DefaultAntenna, 0, "0"
HKR,,                           DefaultWirelessMode, 0, "0"

HKR,,                           		IBSS Wireless Mode,   0, "0"
HKR,NDI\params\IBSS Wireless Mode,    		ParamDesc,      0, "IBSS Wireless Mode"
HKR,NDI\params\IBSS Wireless Mode,       	type,           0, "enum"
HKR,NDI\params\IBSS Wireless Mode,           	flag,           1, 30,00,00,00
HKR,Ndi\params\IBSS Wireless Mode,           	default,        0, "0"
HKR,NDI\params\IBSS Wireless Mode\enum,      	0,              0, "IBSS B Mode"
HKR,NDI\params\IBSS Wireless Mode\enum,      	1,              0, "IBSS G Mode"

HKR,,                           	PreambleMode,   0, "0"
HKR,NDI\params\PreambleMode,    	ParamDesc,      0, "%PREAMBLE%"
HKR,NDI\params\PreambleMode,       	type,           0, "enum"
HKR,NDI\params\PreambleMode,           	flag,           1, 30,00,00,00
HKR,Ndi\params\PreambleMode,           	default,        0, "3"
HKR,NDI\params\PreambleMode\enum,      	1,              0, "Long"
HKR,NDI\params\PreambleMode\enum,      	2,              0, "Short"
HKR,NDI\params\PreambleMode\enum,      	3,              0, "Auto"

HKR,,                           SaveDefaultConnection, 0, "1"
HKR,,                           RFSwitch, 0, "0"
; FastRoaming: 1000(1sec) <= value <= 4000(4 sec)
HKR,,                           FastRoaming, 0, "4000" 
HKR,,                           EnableFastRoaming, 0, "0" 
HKR,,                           FwRadio, 0, "0" 


;*********************************************************************
;   Destination Directories
;*********************************************************************
[DestinationDirs]
WLAN_USB_DRIVER_COPY_9X		= 11			; system subdirectory on Win 98
WLAN_USB_DRIVER_COPY_ME		= 11			; system subdirectory on Win Me
WLAN_USB_DRIVER_COPY_2K		= 12			; system32\drivers subdirectory on Win NT/2000
WLAN_USB_DRIVER_COPY_XP		= 12			; system32\drivers subdirectory on Win XP
WLAN_USB_DRIVER_COPY_XP64	= 12			; system32\drivers subdirectory on Win 64


[PreCopySection]
HKR,,NoSetupUI,,1

[WLAN_USB_DRIVER_COPY_9X]
WlanUZ98.sys

[WLAN_USB_DRIVER_COPY_ME]
WlanUZME.sys

[WLAN_USB_DRIVER_COPY_2K]
WlanUZ2K.sys

[WLAN_USB_DRIVER_COPY_XP]
WlanUZXP.sys

[WLAN_USB_DRIVER_COPY_XP64]
WlanUZ64.sys

[SourceDisksNames]
;Source Disk ID         = Disk Name
;--------------           ---------
 1                      = %INSTALL_DISK_STR%,,,

[SourceDisksFiles]      
;File Name              = Source Disk ID
;---------                --------------
WlanUZ98.sys 		= 1
WlanUZ2K.sys 	        = 1
WlanUZXP.sys 		= 1
WlanUZME.sys            = 1
WlanUZ64.sys            = 1
;###############################################################################
[Strings]
DRV_PROVIDER_STR	= "ZyXEL Communications Corp."
MANUFACTURER_STR	= "ZyXEL Communications Corp."

INSTALL_DISK_STR	= "ZyXEL Wireless USB Adapter Utility"

WLAN_ZY202_DESC_STR	= "ZyXEL G-202 Wireless USB Adapter"
WLAN_USB_SERVICE_STR 	= "ZyXEL 802.11g XG202 1211 Driver"
PREAMBLE 		= "PreambleMode"
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: web4, load: 0.72