WLANUHNV64.inf Driver File Contents (NWD271N_3.0.0.135and3.1.0.104_Vista_.zip)

;***********************************************************************;
; WLANUHNV64.INF
;
;   This installation script supports Windows vista64 for the
;   Wireless LAN Adapters.
;
;   Copyright (c) 2008.
;   All Rights Reserved.
;
;***********************************************************************

[Version]
Signature  	= "$Windows NT$"
Class       	= Net
ClassGUID   	= {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    	= %DRIVER_PROVIDER%
LoutFiles   	= layout.inf
DriverVer       = 11/21/2008,3.1.0.104
CatalogFile.NT	= WlanuhnV64.cat

[Manufacturer]
%DEVICE_MANUFACTURER%  = DeviceList,NTamd64.6.0

;[ControlFlags]
;ExcludeFromSelect = *

[DeviceList.NTamd64.6.0]
%WLAN_USB_DESC_STR%	=         WLAN_USB1,		  USB\Vid_0586&Pid_3417

;*********************************************************************
;   Microsoft Windows Vista32 section
;*********************************************************************
[WLAN_USB1]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 15
AddReg          = WLAN_USB1_VS,WLAN.ndi.reg.NT, WLAN_RegParams,WLAN_BG
CopyFiles       = WLAN_DRIVER.copy.NT
*IfType         = 71        ; IF_TYPE_IEEE80211
*MediaType      = 16        ; NdisMediumNative802_11
*PhysicalMediaType = 9      ; NdisPhysicalMediumNative802_11

[WLAN_USB1_VS]
 HKR,,           VendorDesc,       0,%WLAN_USB_DESC_STR%

[WLAN_USB1.Services]
AddService      = "ZY271NV64", 2, WLAN_DRIVER.Service, WLAN_DRIVER.EventLog

;***************************************************************************
[WLAN.ndi.reg.NT]
HKR, Ndi,             Service,      0, "ZY271NV64"
HKR, Ndi\Interfaces,  UpperRange,   0, "ndis5"
HKR, Ndi\Interfaces,  LowerRange,   0, "wlan,ethernet"

[WLAN_DRIVER.Service]
DisplayName     = %WLAN_SERVICE_DISPLAY%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\WLANUHN.sys
LoadOrderGroup  = NDIS

[WLAN_DRIVER.EventLog]
AddReg = WLAN_DRIVER.EventLog.reg

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

;===========================Common===================================================================

[WLAN_RegParams]
HKR, Ndi\params\*ReceiveBuffers,    ParamDesc,  0, "%ReceiveBuffers%"
HKR, Ndi\params\*ReceiveBuffers,    default,    0, "128"
HKR, Ndi\params\*ReceiveBuffers,    min,        0, "1"
HKR, Ndi\params\*ReceiveBuffers,    max,        0, "00000128"
HKR, Ndi\params\*ReceiveBuffers,    step,       0, "1"
HKR, Ndi\params\*ReceiveBuffers,    Base,       0, "10"
HKR, Ndi\params\*ReceiveBuffers,    type,       0, "int"

HKR, Ndi\params\*TransmitBuffers,   ParamDesc,  0, "%TransmitBuffers%"
HKR, Ndi\params\*TransmitBuffers,   default,    0, "64"
HKR, Ndi\params\*TransmitBuffers,   min,        0, "1"
HKR, Ndi\params\*TransmitBuffers,   max,        0, "00000064"
HKR, Ndi\params\*TransmitBuffers,   step,       0, "1"
HKR, Ndi\params\*TransmitBuffers,   Base,       0, "10"
HKR, Ndi\params\*TransmitBuffers,   type,       0, "int"


HKR, Ndi\params\shortPreamble,      ParamDesc,  0,  %shortPreamble%
HKR, Ndi\params\shortPreamble,      Base,       0,  "10"
HKR, Ndi\params\shortPreamble,      default,    0,  "1"
HKR, Ndi\params\shortPreamble,      type,       0,  "enum"
HKR, Ndi\params\shortPreamble\enum, "1",        0,  %shortPreambleEnable%
HKR, Ndi\params\shortPreamble\enum, "0",        0,  %shortPreambleDisable%

HKR, Ndi\params\scanTimeValid,      ParamDesc,  0,  %scanTimeValid%
HKR, Ndi\params\scanTimeValid,      default,    0,  "60"
HKR, Ndi\params\scanTimeValid,      min,        0,  "20"
HKR, Ndi\params\scanTimeValid,      max,        0,  "120"
HKR, Ndi\params\scanTimeValid,      step,       0,  "5"
HKR, Ndi\params\scanTimeValid,      base,       0,  "10"
HKR, Ndi\params\scanTimeValid,      type,       0,  "int"

[WLAN_BG]
HKR, Ndi\params\*WirelessMode24G,           ParamDesc,  0, "%WirelessMode24G%"
HKR, Ndi\params\*WirelessMode24G,           Base,       0, "10"
HKR, Ndi\params\*WirelessMode24G,           default,    0, "8"
HKR, Ndi\params\*WirelessMode24G,           type,       0, "enum"
HKR, Ndi\params\*WirelessMode24G\enum,      "1",        0, %non24G%
HKR, Ndi\params\*WirelessMode24G\enum,      "2",        0, %802_11b%
HKR, Ndi\params\*WirelessMode24G\enum,      "3",        0, %802_11g%
HKR, Ndi\params\*WirelessMode24G\enum,      "4",        0, %802_11n_24%
HKR, Ndi\params\*WirelessMode24G\enum,      "5",        0, %802_11bg%
HKR, Ndi\params\*WirelessMode24G\enum,      "6",        0, %802_11bn%
HKR, Ndi\params\*WirelessMode24G\enum,      "7",        0, %802_11gn%
HKR, Ndi\params\*WirelessMode24G\enum,      "8",        0, %802_11bgn%

HKR, Ndi\params\*AdHocMode,                 ParamDesc,  0, "%AdHocMode%"
HKR, Ndi\params\*AdHocMode,                 Base,       0, "10"
HKR, Ndi\params\*AdHocMode,                 default,    0, "4"
HKR, Ndi\params\*AdHocMode,                 type,       0, "enum"
HKR, Ndi\params\*AdHocMode\enum,            "2",        0, %80211b%
HKR, Ndi\params\*AdHocMode\enum,            "3",        0, %80211g%
HKR, Ndi\params\*AdHocMode\enum,            "4",        0, %80211bg%

;###############################################################################
[DestinationDirs]
;CopyFiles Section      = Destination Directory ID -- see layout.inf
;-----------------        ------------------------
 WLAN_DRIVER.copy.NT	= 12 ; %windir%\system32\drivers
 
[WLAN_DRIVER.copy.NT]
 WLANUHN.sys,WLANUHNV64.sys,,2

[SourceDisksNames]
;Source Disk ID         = Disk Name
;--------------           ---------
 1                      = %INSTALL_DISK_STR%,,,
 
[SourceDisksFiles]
;File Name              = Source Disk ID
;---------                --------------
 WLANUHNV64.sys		= 1
 
;###############################################################################
[Strings]
DRIVER_PROVIDER			= "ZyXEL Communications Corporation"
DEVICE_MANUFACTURER		= "ZyXEL Communications Corporation"

WLAN_SERVICE_DISPLAY		= "ZyXEL 802.11n NWD271N Driver(vista)"

INSTALL_DISK_STR		= "Wireless N USB Adapter"

WLAN_USB_DESC_STR              = "Wireless N USB Adapter"
  
TransmitBuffers              = "Transmit Buffers"
ReceiveBuffers               = "Receive Buffers"
NetworkAddress               = "Network Address"
scanTimeValid                = "Scan Valid Interval"
shortPreamble                = "802.11b Preamble"
shortPreambleEnable          = "Long and Short"
shortPreambleDisable         = "Long only"
WirelessMode24G              = "Wireless Mode 2.4GHz"
WirelessMode5G               = "Wireless Mode 5GHz"
AdHocMode                    = "Ad Hoc Mode"
non24G                       = "1. Non support 2.4GHz"
802_11b                      = "2. 802.11b"
802_11g                      = "3. 802.11g"
802_11n_24                   = "4. 802.11n"
802_11bg                     = "5. 802.11bg"
802_11bn                     = "6. 802.11bn"
802_11gn                     = "7. 802.11gn"
802_11bgn                    = "8. 802.11bgn"
80211b                       = "802.11b"
80211g                       = "802.11g"
80211bg                      = "802.11b+g"

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: web3, load: 3.05