;/*++
;
;Copyright (c) 2006 SMC Networks, Inc. All Rights Reserved
;
;Module Name:
;
; smcusbt.inf
;
;Abstract:
; INF file for installing EZ ConnectTM g 108Mbps Wireless USB Adapter
;
; Installs smcusbt1.sys (NDIS 5/5.1 driver) on NT platforms (2000, XP and greater)
; Installs smcusbt.sys (NDIS 5 driver) on 9x platforms
;
;--*/
[Version]
Signature = "$CHICAGO$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %SMC%
Compatible = 1
DriverVer = 04/24/2006,1.5.0.102
Catalogfile = smcusbt.cat
[Manufacturer]
%SMC% = SMC
[ControlFlags]
ExcludeFromSelect = \ ;for win95 and legacy support
PCI\VEN_168C&DEV_0013
[SMC]
; DisplayName Section DeviceID
; ----------- ------- --------
%ATHER.DeviceDesc.5523% = ATHER_DEV_5523.ndi, USB\VID_083A&PID_4507
; Windows 9X specific entries
[ATHER_DEV_5523.ndi]
AddReg = ATHER_DEV_5523.id.reg, 5523.reg, ATHER.win.reg, 5212.abg.reg
CopyFiles = ATHER.win.CopyFiles, DEFAULTDESTDIRS
DelReg = 5523.DelReg
; Windows NT specific entries
[ATHER_DEV_5523.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType = 15
AddReg = 5523.reg, ATHER.reg, 5523.reg, 5212.abgmp.reg
CopyFiles = ATHER.CopyFiles.nt, DEFAULTDESTDIRS
DelReg = 5523.DelReg
[ATHER_DEV_5523.ndi.NT.Services]
AddService = SMCUSBT, 2, ATHER.Service, common.EventLog
;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
[ATHER_DEV_5523.id.reg]
HKR, Ndi, DeviceID, 0, "USB\VID_083A&PID_4507"
;
; 5523 Enumerated Types
;
[5523.acb.reg]
HKR, , NetBand, 0x00002, "3"
HKR, CustomParams\Configurations, NicType, 0x10003, 0
[5523.amp.reg]
HKR, , NetBand, 0x00002, "3"
HKR, CustomParams\Configurations, NicType, 0x10003, 0
[5523.abcb.reg]
HKR, , NetBand, 0x00002, "7"
HKR, CustomParams\Configurations, NicType, 0x10003, 1
[5523.abmp.reg]
HKR, , NetBand, 0x00002, "7"
HKR, CustomParams\Configurations, NicType, 0x10003, 2
[5212.abgcb.reg]
HKR, , NetBand, 0x00002, "31"
HKR, CustomParams\Configurations, NicType, 0x10003, 1
[5212.abgmp.reg]
HKR, , NetBand, 0x00002, "31"
HKR, CustomParams\Configurations, NicType, 0x10003, 2
[5212.bgcb.reg]
HKR, , NetBand, 0x00002, "12"
HKR, CustomParams\Configurations, NicType, 0x10003, 1
[5212.bgmp.reg]
HKR, , NetBand, 0x00002, "12"
HKR, CustomParams\Configurations, NicType, 0x10003, 2
;-----------------------------------------------------------------------------
;
; 5523 common
;
[5523.DelReg]
HKR,,NetBand
HKR,,ssid
HKR,,ssid2
HKR,,ssid3
HKR,,prefBssid1
HKR,,prefBssid2
HKR,,prefBssid3
HKR,,prefBssid4
HKR,Ndi\Params\tpc
HKR,,tpc
HKR,Ndi\Params\authTypeUseOnly
HKR,,authTypeUseOnly
[5523.reg]
HKR, Ndi\params\MapRegisters, ParamDesc, 0, %MapRegisters%
HKR, Ndi\params\MapRegisters, default, 0, "256"
HKR, Ndi\params\MapRegisters, min, 0, "32"
HKR, Ndi\params\MapRegisters, max, 0, "512"
HKR, Ndi\params\MapRegisters, step, 0, "8"
HKR, Ndi\params\MapRegisters, base, 0, "10"
HKR, Ndi\params\MapRegisters, type, 0, "int"
HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress, default, 0, ""
HKR, Ndi\params\NetworkAddress, LimitText, 0, "12"
HKR, Ndi\params\NetworkAddress, UpperCase, 0, "1"
HKR, Ndi\params\NetworkAddress, optional, 0, "1"
HKR, Ndi\params\NetworkAddress, type, 0, "edit"
HKR, Ndi\params\sleepMode, ParamDesc, 0, %sleepMode%
HKR, Ndi\params\sleepMode, Base, 0, "10"
HKR, Ndi\params\sleepMode, default, 0, "2"
HKR, Ndi\params\sleepMode, type, 0, "enum"
HKR, Ndi\params\sleepMode\enum, "0", 0, %sleepModeOff%
HKR, Ndi\params\sleepMode\enum, "2", 0, %sleepModeNormal%
HKR, Ndi\params\sleepMode\enum, "1", 0, %sleepModeMax%
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\radioEnable, ParamDesc, 0, %radioEnable%
HKR, Ndi\params\radioEnable, Base, 0, "10"
HKR, Ndi\params\radioEnable, default, 0, "1"
HKR, Ndi\params\radioEnable, type, 0, "enum"
HKR, Ndi\params\radioEnable\enum, "1", 0, %radioEnableOn%
HKR, Ndi\params\radioEnable\enum, "0", 0, %radioEnableOff%
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"
HKR, , AdHocBand, 0x00002, "0"
HKR, , AwakeTimePerf, 0x00002, "200"
HKR, , beaconInterval, 0x00002, "100"
HKR, , bkScanEnable, 0x00002, "1"
HKR, , bssType, 0x00002, "1"
HKR, , clist, 0x00002, ""
HKR, , defaultKey, 0x00002, "0"
HKR, , EncryptionAlg, 0x00002, "2"
HKR, , FragThreshold, 0x00002, "2346"
HKR, , HwTxRetries, 0x00002, "4"
HKR, , privacyInvoked, 0x00002, "0"
HKR, , QoS, 0x00002, "0"
HKR, , rateCtrlEnable, 0x00002, "1"
HKR, , RTSThreshold, 0x00002, "2346"
HKR, , scanType, 0x00002, "2"
HKR, , SwTxRetryScale, 0x00002, "6"
HKR, , SmeEnable, 0x00002, "1"
HKR, , abolt, 0x00002, "59"
HKR, CustomParams\Configurations, MajorVersion, 0x10003, 2
HKR, CustomParams\Configurations, MinorVersion, 0x10003, 0
HKR, CustomParams\Configurations, SelectedConfigurationIndex, 0x10003, 0
HKR, CustomParams\Configurations, SelectedConfigurationName, 0x00002, "Default"
; Allow non-admin users to switch profiles
[5523.reg.security]
"D:ARAI(A;;GA;;;BA)(A;;GA;;;SY)(A;CI;GA;;;IU)"
;-----------------------------------------------------------------------------
; ATHER NT specific
;
[ATHER.reg]
HKR, Ndi, Service, 0, "SMCUSBT"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[ATHER.Service]
DisplayName = %ATHER.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\smcusbt1.sys
LoadOrderGroup = NDIS
;-----------------------------------------------------------------------------
; ATHER NT/XP common
;
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;----------------------------------------------------------------------------
; ATHER Win9x specific
;
[ATHER.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "smcusbt.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, "SMCUSBT"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, Ndi\Install, ndis3, 0, "ATHER.install"
;----------------------------------------------------------------------------
; Win9x Files to Copy
[ATHER.win.CopyFiles]
smcusbt.sys,,,2
;----------------------------------------------------------------------------
; NT Files to Copy
[ATHER.CopyFiles.nt]
smcusbt1.sys,,,2
ar5523.bin,,,2
[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %Atheros_Disk%,,,
;----------------------------------------------------------------------------
; Source Files
[SourceDisksFiles]
smcusbt.sys = 1,, ; on distribution disk 1
smcusbt1.sys = 1,, ; on distribution disk 1
ar5523.bin = 1,, ; on distribution disk 1
[DestinationDirs]
ATHER.CopyFiles.nt = 12
ATHER.win.CopyFiles = 10,system32\drivers ; %SystemRoot%\system32\drivers
DefaultDestDir = 11
[DEFAULTDESTDIRS]
;
[Strings]
SMC = "SMC"
MapRegisters = "Map Registers"
NetworkAddress = "Network Address"
scanTimeValid = "Scan Valid Interval"
sleepMode = "Power Save Mode"
sleepModeOff = "Off"
sleepModeNormal = "Normal"
sleepModeMax = "Maximum"
shortPreamble = "802.11b Preamble"
shortPreambleEnable = "Long and Short"
shortPreambleDisable = "Long only"
radioEnable = "Radio On/Off"
radioEnableOn = "On"
radioEnableOff = "Off"
Atheros_Disk = "EZ ConnectTM g 108Mbps Wireless USB Adapter Driver Disk 1"
ATHER.Service.DispName = "EZ ConnectTM g 108Mbps Wireless USB Adapter Service"
ATHER.DeviceDesc.5523 = "EZ ConnectTM g 108Mbps Wireless USB Adapter"
Download Driver Pack
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.