NetA3x.inf Driver File Contents (dwlab520_driver_103.zip)

;/*++
;
;Copyright (c) 2002 D-Link Corporation, Incorporated All Rights Reserved
;
;Module Name:
;
;    neta3ax.inf
;
;Abstract:
;    INF file for installing D-Link 802.11a Wireless Adapter
;
;--*/

[Version]
Signature   = "$CHICAGO$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %DLink%
Compatible  = 1
DriverVer   = 6/03/2002,1.4.0.39
Catalogfile = a3ax.cat

[Manufacturer]
%DLink%     = DLink

[ControlFlags]
ExcludeFromSelect = *


[Dlink]
; DisplayName           Section       DeviceID
; -----------           -------       --------
%A650.DeviceDesc%  = A650_SEC.ndi,    PCI\VEN_168C&DEV_0007&SUBSYS_3A001186
%A520.DeviceDesc%  = A520_SEC.ndi,    PCI\VEN_168C&DEV_0007&SUBSYS_3A021186


; Windows 9X specific entries

[A650_SEC.ndi]
AddReg          = A650_SEC.id.reg, 5210.reg, A3AX.win.reg
CopyFiles       = A3AX.win.CopyFiles, DEFAULTDESTDIRS

[A520_SEC.ndi]
AddReg          = A650_SEC.id.reg, 5210.reg, A3AX.win.reg
CopyFiles       = A3AX.win.CopyFiles, DEFAULTDESTDIRS


; Windows NT specific entry

[A650_SEC.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = 5210.reg, A3AX.reg, stacfg_page.reg.NT, 5210.reg
CopyFiles       = A3AX.CopyFiles, DEFAULTDESTDIRS

[A520_SEC.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = 5210.reg, A3AX.reg, stacfg_page.reg.NT, 5210.reg
CopyFiles       = A3AX.CopyFiles, DEFAULTDESTDIRS


[A650_SEC.ndi.NT.Services]
AddService      = A3AX, 2, A3AX.Service, common.EventLog

[A520_SEC.ndi.NT.Services]
AddService      = A3AX, 2, A3AX.Service, common.EventLog

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT

[A650_SEC.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_168C&DEV_0007"

[A520_SEC.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_168C&DEV_0007"


;-----------------------------------------------------------------------------
; 5210 common
;
[5210.reg]

HKR, Ndi\params\tpc,                    ParamDesc,                      0,  %tpc%
HKR, Ndi\params\tpc,                    Base,                           0,  "10"
HKR, Ndi\params\tpc,                    default,                        0,  "0"
HKR, Ndi\params\tpc,                    type,                           0,  "enum"
HKR, Ndi\params\tpc\enum,               "4",                            0,  "Lowest Power"
HKR, Ndi\params\tpc\enum,               "3",                            0,  "12% Power"
HKR, Ndi\params\tpc\enum,               "2",                            0,  "25% Power"
HKR, Ndi\params\tpc\enum,               "1",                            0,  "50% Power"
HKR, Ndi\params\tpc\enum,               "0",                            0,  "Highest Power"

HKR, Ndi\params\scanType,               ParamDesc,                      0,  %scanType%
HKR, Ndi\params\scanType,               Base,                           0,  "10"
HKR, Ndi\params\scanType,               default,                        0,  "2"
HKR, Ndi\params\scanType,               type,                           0,  "enum"
HKR, Ndi\params\scanType\enum,          "0",                            0,  "Active Scanning"
HKR, Ndi\params\scanType\enum,          "1",                            0,  "Passive Scanning"
HKR, Ndi\params\scanType\enum,          "2",                            0,  "Use Regulatory Domain"

HKR, ,                    		QoS,                        	0x00000,    "0"
HKR, ,                    		EncryptionAlg,                  0x00000,    "0"
HKR, ,                                  clist,                          0x00002,    ""
HKR, ,                                  ccode,                          0x00002,    "US"
HKR, ,                                  HwTxRetries,                    0x00002,    "5"
HKR, ,                                  SwTxRetryScale,                 0x00002,    "1"
HKR, ,                                  AwakeTimePerf,                  0x00002,    "200"
HKR, ,                                  TurboEnable,                    0x00002,    "0"
HKR, ,                                  beaconInterval,                 0x00002,    "100"
HKR, ,                                  bssType,                        0x00002,    "1"
HKR, ,                                  privacyInvoked,                 0x00002,    "0"
HKR, ,                                  sleepMode,                      0x00002,    "2"
HKR, ,                                  FragThreshold,                  0x00002,    "2346"
HKR, ,                                  RTSThreshold,                   0x00002,    "2346"
HKR, ,                                  rateCtrlEnable,                 0x00002,    "1"
HKR, ,                                  SmeEnable,                      0x00002,    "1"
HKR, ,                                  TransmitRate,                   0x00002,    "5"    ;; 36 Mbps
HKR, ,                                  bkScanEnable,                   0x00002,    "1"

HKR, CustomParams\Configurations,       MajorVersion,                   0x10003,    1
HKR, CustomParams\Configurations,       MinorVersion,                   0x10003,    0

HKR, CustomParams\Configurations,       SelectedConfigurationIndex,     0x10003,    0
HKR, CustomParams\Configurations,       SelectedConfigurationName,      0x00002,    "Default"
HKR, CustomParams\Configurations\Cfg0,  ConfigurationName,              0x00002,    "Default"
HKR, CustomParams\Configurations\Cfg0,  DefaultKey,                     0x10003,    0
HKR, CustomParams\Configurations\Cfg0,  EnableMacAddress,               0x10003,    0
HKR, CustomParams\Configurations\Cfg0,  EnableSecurity,                 0x10003,    0
HKR, CustomParams\Configurations\Cfg0,  EnableTurbo,                    0x10003,    0
HKR, CustomParams\Configurations\Cfg0,  MacAddress,                     0x00002,    ""
HKR, CustomParams\Configurations\Cfg0,  NetworkConnectionType,          0x10003,    1
HKR, CustomParams\Configurations\Cfg0,  NetworkName,                    0x00002,    "default"
HKR, CustomParams\Configurations\Cfg0,  PowerManagement,                0x10003,    1


;-----------------------------------------------------------------------------
; A3AX NT specific
;

[A3AX.reg]
HKR, Ndi,             Service,      0, "A3AX"
HKR, Ndi\Interfaces,  UpperRange,   0, "ndis5"
HKR, Ndi\Interfaces,  LowerRange,   0, "ethernet"
HKR, ,                InitFile,     0, %InitFile%
HKR, ,                aifs,         0, "2"
HKR, ,                cwmin,        0, "15"


[A3AX.Service]
DisplayName     = %A3AX.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\a3ax.sys
LoadOrderGroup  = NDIS

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

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

;----------------------------------------------------------------------------
; A3AX Win9x specific
;
[A3AX.win.reg]
HKR, ,                  DevLoader,          0,    "*ndis"
HKR, ,                  DeviceVxDs,         0,    "a3ax.sys"
HKR, ,                  EnumPropPages,      0,    "netdi.dll,EnumPropPages"

HKR, Ndi\Interfaces,    DefUpper,           0,    "ndis3"
HKR, Ndi\Interfaces,    DefLower,           0,    "ethernet"
HKR, Ndi\Interfaces,    UpperRange,         0,    "ndis3"
HKR, Ndi\Interfaces,    LowerRange,         0,    "ethernet"


HKR, NDIS,              LogDriverName,      0,    "A3AX"
HKR, NDIS,              MajorNdisVersion,   1,    03
HKR, NDIS,              MinorNdisVersion,   1,    0A
HKR, ,                  InitFile,           0,    %InitFile%
HKR, ,                  aifs,               0,    2
HKR, ,                  cwmin,              0,    15

HKR, Ndi\Install,       ndis3,              0,    "A3AX.install"

;-----------------------------------------------------------------------------
; DestinationDirs
;
[A3AX.win.CopyFiles]
a3ax.sys,,,2

[A3AX.CopyFiles]
a3ax.sys,,,2



[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %80211a_Disk%,,,

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
a3ax.sys = 1,, ; on distribution disk 1


[DestinationDirs]
A3AX.CopyFiles              = 12
A3AX.win.CopyFiles          = 10,system32\drivers ; %SystemRoot%\system32\drivers 
DefaultDestDir               = 11

[DEFAULTDESTDIRS]
;


[Strings]
DLink                        = "D-Link"
MapRegisters                 = "Map Registers"
InitFile                     = "a3ax.ini"
Qos                          = "QoS (802.11e)"
tpc                          = "Transmit Power Control"
scanType		     = "Scan Type"
80211a_Disk                 = "D-Link Wireless Driver Disk 1"
A650.DeviceDesc             = "D-Link AirPro DWL-A650 Wireless Cardbus Adapter"
A520.DeviceDesc             = "D-Link AirPro DWL-A520 PCI Adapter"
A3AX.Service.DispName       = "D-Link AirPro 802.11a Wireless Cardbus Adapter Service"



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: web5, load: 1.23