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

;****************************************************************************************
;
; WLANUKN.inf
;
;   This installation script supports Windows 2000, XP for the
;   Wireless LAN Adapters.
;
;   Copyright (c) 2009
;   All Rights Reserved.
;
;***********************************************************************

[Version]
Signature          = "$Chicago$"
Compatible         = 1
Class              = Net
ClassGUID          = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider           = %DRIVER_PROVIDER%
DriverVer          = 06/11/2009,1084.2.0611.2009
CatalogFile        = WLANUKN.cat

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

;[ControlFlags]
;ExcludeFromSelect   = *

[DeviceList.NTAMD64.5.1]
; DisplayName               Section                 DeviceID
; -----------               -------                 --------
%WLAN_USB_DESC_STR%         = WLAN_USB1.NTAMD64,           USB\Vid_0cde&Pid_0030

[DeviceList.NTx86.5.1]
; DisplayName               Section                 DeviceID
; -----------               -------                 --------
%WLAN_USB_DESC_STR%         = WLAN_USB1.XP,        USB\Vid_0cde&Pid_0030

[DeviceList]
; DisplayName               Section                 DeviceID
; -----------               -------                 --------
%WLAN_USB_DESC_STR%         = WLAN_USB1,           USB\Vid_0cde&Pid_0030

;##############################################################################################
; winxp amd64 specific entries
;##############################################################################################
[WLAN_USB1.NTAMD64]
AddReg                  = WLAN_USB1_64_REG,Common.reg, WlanUSB64.ndi.NT.reg
Characteristics         = 0x84
BusType                 = 15    ;USB
CopyFiles               = WINAMD64.CopyFiles

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

[WLAN_USB1.NTAMD64.Services]
AddService              = WLANUK64, 2, WLAN_USB64.Service, common.EventLog

;##############################################################################################
; winxp specific entries
;##############################################################################################
[WLAN_USB1.XP.NT]
AddReg                  = WLAN_USB1_XP_REG, Common.reg, WlanUSB.ndi.NT.reg
Characteristics         = 0x84
BusType                 = 15    ;USB
CopyFiles               = WINNT.CopyFiles

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

[WLAN_USB1.XP.NT.Services]
AddService              = WLANUKN, 2, WLAN_USB.Service, common.EventLog

;##############################################################################################
; win2k specific entries
;##############################################################################################
[WLAN_USB1.NT]
AddReg                  = WLAN_USB1_2K_REG, Common.reg, WlanUSB.ndi.NT.reg
Characteristics         = 0x84
BusType                 = 15    ;USB
CopyFiles               = WINNT.CopyFiles

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

[WLAN_USB1.NT.Services]
AddService              = WLANUKN, 2, WLAN_USB.Service, common.EventLog

;##############################################################################################
; win2k,xp,amd64 common
;##############################################################################################
; NT services sections 
[WlanUSB.ndi.NT.reg]
HKR, Ndi,                   Service,            0, "WLANUKN"
HKR, Ndi\Interfaces,        UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,        LowerRange,         0, "ethernet"

[WlanUSB64.ndi.NT.reg]
HKR, Ndi,                   Service,            0, "WLANUK64"
HKR, Ndi\Interfaces,        UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,        LowerRange,         0, "ethernet"

[WLAN_USB.Service]
DisplayName                 = %WLAN_USB.Service.DispName%
ServiceType                 = 1                             ;%SERVICE_KERNEL_DRIVER%
StartType                   = 3                             ;%SERVICE_AUTO_START%
ErrorControl                = 1                             ;%SERVICE_ERROR_NORMAL%
ServiceBinary               = %12%\WLANUKN.sys
LoadOrderGroup              = NDIS

[WLAN_USB64.Service]
DisplayName                 = %WLAN_USB.Service.DispName%
ServiceType                 = 1                             ;%SERVICE_KERNEL_DRIVER%
StartType                   = 3                             ;%SERVICE_AUTO_START%
ErrorControl                = 1                             ;%SERVICE_ERROR_NORMAL%
ServiceBinary               = %12%\WLANUK64.sys
LoadOrderGroup              = NDIS

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

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

;*******************************************************************************************
[Common.reg]
;*******************************************************************************************
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,,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"

; For PSP XLink mode, 2006.09.04, by shien chang.
HKR,Ndi\params\PSPXlinkMode,        ParamDesc,  0, %PSP_XLINK_STR%
HKR,Ndi\params\PSPXlinkMode,        type,       0, "enum"
HKR,Ndi\params\PSPXlinkMode,        default,    0, "0"
HKR,Ndi\params\PSPXlinkMode\enum,   "0",        0, %DISABLE_STR%
HKR,Ndi\params\PSPXlinkMode\enum,   "1",        0, %ENABLE_STR%
HKR,defaults,PSPXlinkMode,0,"0"
HKR,,PSPXlinkMode,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"

HKR,,LedCtrl,0,"1"

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

;*******************************************************************************************
; DestinationDirs
;*******************************************************************************************

[DestinationDirs]
WINAMD64.CopyFiles	= 12    ; system32\drivers subdirectory on NT
WINNT.CopyFiles         = 12    ; system32\drivers subdirectory on NT

[WINAMD64.CopyFiles]
WLANUK64.sys


[WINNT.CopyFiles]
WLANUKN.sys

[SourceDisksNames]
1                 	= %INSTALL_DISK_STR%,,,

[SourceDisksFiles] 
WLANUK64.sys 		= 1
WLANUKN.sys		= 1

;###############################################################################
[strings]
DRIVER_PROVIDER             = " "
MANUFACTURER_STR            = " "

Wlan_Usb.Service.Dispname   = "NB 802.11n RTL8191 Driver"

INSTALL_DISK_STR            = "NB 802.11n Wireless LAN Install Disk"

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

PSP_XLINK_STR			= "PSP XLink Mode"
DOT11_ENABLE_STR 		= "802.11d"
AH_BCNINTV_STR 			= "Beacon Interval"
DISABLE_STR 			= "Disable"
ENABLE_STR 			= "Enable"
WL_MODE_STR			= "Wireless Mode"
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: web4, load: 2.09