WLANUKNV64.inf Driver File Contents (B_C-Series_Peripheral_Options_Drivers_Package_RevC1.zip)

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

[Version]
Signature  	= "$Windows NT$"
Class       	= Net
ClassGUID   	= {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    	= %DRIVER_PROVIDER%
LoutFiles   	= layout.inf
DriverVer       = 06/18/2009,1084.5.0618.2009
CatalogFile.NT	= WLANUKNV64.cat

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

;[ControlFlags]
;ExcludeFromSelect = *

[DeviceList.NTamd64.6.0]
%WLAN_USB_DESC_STR%	=         WLAN_USB1,		  USB\VID_0CDE&PID_0030

;*********************************************************************
;   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
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      = "XN750V64", 2, WLAN_DRIVER.Service, WLAN_DRIVER.EventLog

;***************************************************************************
[WLAN.ndi.reg.NT]
HKR, Ndi,             Service,      0, "XN750V64"
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%\WLANUKN.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,,CcxRm,0,"0"

HKR,defaults,			AH_BcnIntv, 	0, "1000"
HKR,Ndi\params\AH_BcnIntv, 	default, 	0, "100"
HKR,Ndi\params\AH_BcnIntv,	ParamDesc, 	0, %AH_BCNINTV_STR%
HKR,Ndi\params\AH_BcnIntv, 	type, 		0, "int"
HKR,Ndi\params\AH_BcnIntv, 	min, 		0, "20"
HKR,Ndi\params\AH_BcnIntv, 	max, 		0, "1000"
HKR,Ndi\params\AH_BcnIntv, 	step, 		0, "1"

HKR,,SSID,0,""

HKR,,Channel,0,"10"

HKR,Ndi\params\Dot11dEnable,        ParamDesc,  0, %DOT11_ENABLE_STR%
HKR,Ndi\params\Dot11dEnable,        type,       0, "enum"
HKR,Ndi\params\Dot11dEnable,        default,    0, "0"
HKR,Ndi\params\Dot11dEnable\enum,   "0",        0, %DISABLE_STR%
HKR,Ndi\params\Dot11dEnable\enum,   "1",        0, %ENABLE_STR%
HKR,defaults,Dot11dEnable,0,"0"
HKR,,Dot11dEnable,0,"0"

HKR,Ndi\params\WirelessMode, 		ParamDesc, 	0, %WL_MODE_STR%
HKR,Ndi\params\WirelessMode, 		type, 		0, "enum"
HKR,Ndi\params\WirelessMode, 		default, 	0, "8"
HKR,Ndi\params\WirelessMode\enum, 	"2", 		0, %IEEE_802_11B_STR%
HKR,Ndi\params\WirelessMode\enum, 	"4", 		0, %IEEE_802_11BG_STR%
HKR,Ndi\params\WirelessMode\enum, 	"8", 		0, %IEEE_802_11BGN_STR%
HKR,defaults,WirelessMode, 0, "8"
HKR,,WirelessMode, 0, "8"

;Inactive Power Save
HKR,,bInactivePs,0,"1"

HKR,,LedCtrl,0,"1"

HKR,,DefaultKeyID,,"0"
HKR,,DefaultKey0,,""
HKR,,DefaultKey1,,""
HKR,,DefaultKey2,,""
HKR,,DefaultKey3,,""

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

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

WLAN_SERVICE_DISPLAY		= "NB 802.11n RTL8191 Driver(vista)"

INSTALL_DISK_STR		= "NB 802.11n Wireless LAN Install Disk"

WLAN_USB_DESC_STR               = "NB 802.11n Wireless LAN Card(RTL8191)"

WL_MODE_STR			= "Wireless Mode"
DOT11_ENABLE_STR 		= "802.11d"
AH_BCNINTV_STR 			= "Beacon Interval"
DISABLE_STR 			= "Disable"
ENABLE_STR 			= "Enable"
IEEE_802_11B_STR 		= "IEEE 802.11b"
IEEE_802_11BG_STR 		= "IEEE 802.11b/g"
IEEE_802_11BGN_STR 		= "IEEE 802.11b/g/n"
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: web1, load: 0.76