dnet130c1.inf Driver File Contents (dwa130_revC_drivers_130.zip)

;; dnet130c1.inf 
;;
;; D-Link DWA-130 Wireless N USB Adapter(rev.C1)
;;
;; Copyright (C) 2009 D-Link Corp.
;;
;; this release is primarily for WHQL test.
;;

[Version]
Signature	= "$Windows NT$"
Class		= Net
ClassGUID	= {4d36e972-e325-11ce-bfc1-08002be10318}
Provider	= %DLink%
CatalogFile.NT	= dnet130c1.cat		;; for WHQL certified
DriverVer = 04/13/2010,6.1372.0413.2010

[Manufacturer]
%DLink% = DLink,NTx86.6.1

[ControlFlags]
;ExcludeFromSelect = USB\VID_0BDA&PID_8192&REV_0100
ExcludeFromSelect = *

;;****************************************************************************
;; IDs for X86
;;****************************************************************************
[DLink.NTx86.6.1]
%DWA130C1.DeviceDesc% = DWA130C1.ndi, USB\VID_2001&PID_3301

;;****************************************************************************
;; IDs for X64
;;****************************************************************************
[DLink.NTamd64.6.1]
%DWA130C1.DeviceDesc% = DWA130C1.ndi, USB\VID_2001&PID_3301

;;****************************************************************************
;; Windows 2000/XP
;;****************************************************************************
[DWA130C1.ndi.NT]
Characteristics	= 0x84
BusType			= 15 
AddReg			= RTL8192U_os61.reg, RTL8192U.common.reg, RTLWLAN.reg, RTL.reg
CopyFiles		= RTL8192U.CopyFiles
*IfType			= 71            ; IF_TYPE_IEEE80211
*MediaType		= 16            ; NdisMediumNative802_11
*PhysicalMediaType	= 9          ; NdisPhysicalMediumNative802_11

[DWA130C1.ndi.NT.Services]
AddService		= RTL8192U, 2, RTL8192U.nt61.Service, RTL8192U.nt61.EventLog

;;****************************************************************************
;; Windows 2000/XP parameters
;;****************************************************************************
[RTL8192U_os61.reg]
HKR, Ndi\Interfaces,	UpperRange, 0, "ndis5,mdcwifi,wifipro"
HKR, Ndi\Interfaces,	LowerRange, 0, "wlan, ethernet,vwifi"
HKR, Ndi,				Service,    0, "RTL8192U"

[RTL8192U.nt61.Service]
DisplayName    = %DLink.DeviceDesc.DispName%
ServiceType    = 1		; %SERVICE_KERNEL_DRIVER%
StartType      = 3		; %SERRVICE_DEMAND_START%
ErrorControl   = 1		; %SERRVICE_ERROR_NORMAL%
ServiceBinary  = %12%\dw130c.sys
LoadOrderGroup = NDIS

[RTL8192U.nt61.EventLog]
AddReg = RTL8192U.nt61.AddEventLog.reg

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

;; Adds the VWiFi PNP filter
[RTL8192U_os61.vwifi.reg]
HKR,,"UpperFilters",0x00010000,"vwifibus"


;*******************************************************************************
; DWA-130 rev.C common paramters
;*******************************************************************************
[RTL8192U.common.reg]
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,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,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,,CcxRm,0,"0"

HKR,,CcxOffLineDurUpLimit,0,"0"

;;----------------------------------------------------------------------------
;; DWA-130 rev.C WLAN NIC parameters
;;----------------------------------------------------------------------------
[RTLWLAN.reg]
HKR,,StaUapsd,0,"0"

HKR,,HalfNMode,0,"1"

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

[RTL.reg]
HKR,,Channel,0,"6"
HKR,,Dot11dEnable,0,"0"

;*******************************************************************************
; Destination Directory
;*******************************************************************************
[RTL8192U.CopyFiles]
dw130c.sys,RTL8192u.sys,2

[DestinationDirs]
DefaultDestDir     	= 11
RTL8192U.CopyFiles	= 12

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksFiles]
RTL8192U.sys = 1

[SourceDisksNames]
1=%DISKNAME%,,,

;*******************************************************************************
; Strings
;*******************************************************************************
[Strings]
DLink					= "D-Link Corporation"
SSID_STR				= "SSID"
CHANNEL_STR				= "Channel"
NETWORK_TYPE_STR			= "Network Type"
LED_CONTROL_STR				= "LED Control" 
POWER_SAVE_STR				= "Power Save Mode"
QOS_STR					= "QoS"
PSP_XLINK_STR				= "PSP XLink Mode"
DOT11_ENABLE_STR			= "802.11d"

CAM_STR 				= "CAM"
MAX_PSP_STR 				= "MAX_PSP"
FAST_PSP_STR 				= "Fast_PSP"

DISABLE_STR 				= "Disable"
ENABLE_STR 				= "Enable"
AUTO_STR 				= "Auto"

AD_HOC_STR 				= "Ad Hoc"
INFRASTRUCTURE_STR 			= "Infrastructure"
AUTO_SELECT_STR 			= "Auto select"
AH_BCNINTV_STR 				= "Beacon Interval"

WL_MODE_STR				= "Wireless Mode"
IEEE_802_11A_STR 			= "IEEE 802.11a"
IEEE_802_11B_STR 			= "IEEE 802.11b"
IEEE_802_11BG_STR 			= "IEEE 802.11b/g"
IEEE_802_11BGN_STR 			= "IEEE 802.11b/g/n"

;; Source disk name
DISKNAME				= "D-Link DWA-130 Wireless N USB Adapter(rev.C) Driver Disk"
DWA130C1.DeviceDesc		= "D-Link DWA-130 Wireless N USB Adapter(rev.C)"
DLink.DeviceDesc.DispName		= "D-Link DWA-130 Wireless N USB Adapter(rev.C)"
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: 1.17