;***********************************************************************
;
; WlanUTG.inf
;
; This installation script supports Windows 98SE, ME, 2000, XP for the
; 802.11G Wireless LAN Adapters.
;
; Copyright (c) 2005 ZyXEL, Inc.
; All Rights Reserved.
;
;***********************************************************************
[Version]
CatalogFile.NT = WlanUTG.cat
Signature = "$Chicago$"
Compatible = 1
Provider = %DRIVER_PROVIDER%
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
DriverVer = 06/01/2005,7.2.2.42
[Manufacturer]
%DEVICE_MANUFACTURER% = DeviceList,NTx86.5.1
; pnp cards should be excluded from select
;[ControlFlags]
;ExcludeFromSelect = *
[DeviceList.NTx86.5.1]
%TIACXUSB.DeviceDesc% = TIACXPUSB, USB\VID_0586&PID_3408
[DeviceList]
%TIACXUSB.DeviceDesc% = TIACUSB, USB\VID_0586&PID_3408
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Windows XP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[TIACXPUSB]
BusType = 15
AddReg = TIACUSB.ndi.reg.NT, TI.Param.Reg, BG.Param.Reg
Characteristics = 0x84
CopyFiles = TIACXPUSB.CopyFiles
[TIACXPUSB.Services]
AddService = ZYXEL750, 2, TIACUSB.Service, TIACUSB.EventLog
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End of Windows XP ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Windows 2k ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[TIACUSB.NT]
BusType = 15
AddReg = TIACUSB.ndi.reg.NT, TI.Param.Reg, BG.Param.Reg
Characteristics = 0x84
CopyFiles = TIACUSB.CopyFiles.NT
[TIACUSB.NT.Services]
AddService = ZYXEL750, 2, TIACUSB.Service, TIACUSB.EventLog
;****************************** Windows 2K&XP Common **************************
[TIACUSB.ndi.reg.NT]
HKR, Ndi, Service, 0, "ZYXEL750"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR,,DeviceVxDs,,WLANUTG.sys
[TIACUSB.Service]
DisplayName = %TIACXLNUSB.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\WlanUTG.sys
LoadOrderGroup = NDIS
[TIACUSB.EventLog]
AddReg = TIACUSB.AddEventLog.reg
[TIACUSB.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End of Windows 2k ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Windows 98 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[TIACUSB]
AddReg =TIACUSB.ndi.reg, TI.Param.Reg, TIACUSB.Install, BG.Param.Reg
[TIACUSB.Copy]
CopyFiles =TIACUSB.CopyFiles
[TIACUSB.Install]
HKR,Ndi\Install,,,"TIACUSB.Copy"
HKR,Ndi\Remove,,,"TIACUSB.Remove"
[TIACUSB.ndi.reg]
HKR,Ndi,DeviceID,,"USB\VID_0586&PID_3408"
;****************************** Windows 98 Common **************************
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,WLANUT9X.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR, NDIS, LogDriverName, , "WLANUT9X"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis4,ndis5"
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis4,ndis5"
;~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End of Windows 98 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;****************************** Common Registry Settings ******************************
[BG.Param.Reg]
HKR, ,dot11SupportedRateMask,, "8"
HKR, ,dot11BasicRateMask,, "1"
; Network Type
HKR,NDI\params\dot11NetworkType,ParamDesc,, "Network Type"
HKR,NDI\params\dot11NetworkType,type,,"enum"
HKR,NDI\params\dot11NetworkType,default,,"3"
HKR,NDI\params\dot11NetworkType\enum,"1",,"11b"
HKR,NDI\params\dot11NetworkType\enum,"3",,"11g"
HKR, ,dot11DesiredChannel, ,1
[TI.Param.Reg]
HKR, ,WLANIOC,, "XG-350"
HKR, ,dot11DesiredBSSType,, "1"
HKR, ,DisableSsidPending,, "1"
HKR,NDI\params\dot11PowerMode,ParamDesc,,"Power Mode"
HKR,NDI\params\dot11PowerMode,type,,"enum"
HKR,NDI\params\dot11PowerMode,default,,"0"
HKR,NDI\params\dot11PowerMode\enum,"0",,"Continuous Access Mode"
HKR,NDI\params\dot11PowerMode\enum,"1",,"Maximum Power Save"
HKR,NDI\params\dot11PowerMode\enum,"2",,"Fast Power Save"
; Fragmentation Threshold
HKR, Ndi\Params\dot11FragmentationThreshold, ParamDesc, ,"Fragmentation Threshold"
HKR, Ndi\Params\dot11FragmentationThreshold, Type, , "int"
HKR, Ndi\Params\dot11FragmentationThreshold, Default, , "4096"
HKR, Ndi\Params\dot11FragmentationThreshold, Min, , "256"
HKR, Ndi\Params\dot11FragmentationThreshold, Max, , "4096"
HKR, Ndi\Params\dot11FragmentationThreshold, Step, , "1"
HKR, Ndi\Params\dot11FragmentationThreshold, Base, , "10"
; RTS Threshold
HKR, Ndi\Params\dot11RTSThreshold, ParamDesc, ,"RTS Threshold"
HKR, Ndi\Params\dot11RTSThreshold, Type, , "int"
HKR, Ndi\Params\dot11RTSThreshold, Default, , "4096"
HKR, Ndi\Params\dot11RTSThreshold, Min, , "1"
HKR, Ndi\Params\dot11RTSThreshold, Max, , "4096"
HKR, Ndi\Params\dot11RTSThreshold, Step, , "1"
HKR, Ndi\Params\dot11RTSThreshold, Base, , "10"
; Mode 4X
HKR,NDI\params\Mode4x,ParamDesc,,"Mode4x"
HKR,NDI\params\Mode4x,type,,"enum"
HKR,NDI\params\Mode4x,default,,"0"
HKR,NDI\params\Mode4x\enum,"0",,"Off"
HKR,NDI\params\Mode4x\enum,"1",,"On"
;PACKET_BURST
HKR, ,QOS_PacketBurstEnable,, "1"
HKR,NDI\params\QOS_PacketBurstEnable,ParamDesc,,"QOS_PacketBurstEnable"
HKR,NDI\params\QOS_PacketBurstEnable,type,,"enum"
HKR,NDI\params\QOS_PacketBurstEnable,default,,"1"
HKR,NDI\params\QOS_PacketBurstEnable\enum,"0",,"Off"
HKR,NDI\params\QOS_PacketBurstEnable\enum,"1",,"On"
HKR,,QOS_PacketBurstTxOpLimit ,0,1000
HKR,Ndi\params\QOS_PacketBurstTxOpLimit,default,0,1000
HKR,NDI\params\QOS_PacketBurstTxOpLimit,ParamDesc,0,"QOS_PacketBurstTxOpLimit"
HKR,NDI\params\QOS_PacketBurstTxOpLimit,type,0,int
HKR,NDI\params\QOS_PacketBurstTxOpLimit,flag,1,20,00,00,00
HKR,NDI\params\QOS_PacketBurstTxOpLimit,min,0,0
HKR,NDI\params\QOS_PacketBurstTxOpLimit,max,0,1000
HKR,NDI\params\QOS_PacketBurstTxOpLimit,step,0,1
;IbssProtectionType
HKR, ,IbssProtectionType,, "0"
HKR,NDI\params\IbssProtectionType,ParamDesc,,"IbssProtectionType"
HKR,NDI\params\IbssProtectionType,type,,"enum"
HKR,NDI\params\IbssProtectionType,default,,"0"
HKR,NDI\params\IbssProtectionType\enum,"0",,"Off"
HKR,NDI\params\IbssProtectionType\enum,"1",,"On"
;=========================================================================================================
[DestinationDirs]
DefaultDestDir = 12 ; Windows\System32\Drivers
TIACXPUSB.CopyFiles = 12 ; Winnt\System32\Drivers Directory ; WinXP
TIACUSB.CopyFiles = 11 ; Windows\System or Winnt\System32 Directory ; Win98/ME
[TIACXPUSB.CopyFiles]
Fwusb1b.bin
WLANUTG.SYS
[TIACUSB.CopyFiles.NT]
Fwusb1b.bin
WLANUTG.SYS
[TIACUSB.CopyFiles]
Fwusb1b.bin
WLANUT9X.SYS
[SourceDisksNames]
1 = %DiskName%,,
[SourceDisksFiles]
Fwusb1b.bin = 1
WLANUTG.sys = 1
WLANUT9X.sys = 1
;============================================================================
[Strings]
DRIVER_PROVIDER = "ZyXEL"
DEVICE_MANUFACTURER = "ZyXEL"
TIACXUSB.DeviceDesc = "ZyXEL G-260 802.11g Wireless USB Adapter"
TIACXLNUSB.Service.DispName = "ZyAir G-260 Driver"
DiskName ="ZyXEL G-260 802.11g Wireless USB Adapter"
Download Driver Pack
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.