;****************************************************************************************
;
;Module Name:
; AM10/AE1000
; Description:
; Cisco AM10/Linksys AE1000
;
; (c) 2002-2009, Ralink Technology Corp. All rights reserved.
; (c) 2010 Cisco and/or its affiliates. All rights reserved.
;
;
;
;****************************************************************************************
[Version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Cisco%
CatalogFile = netr28u.cat ; For WHQL certification.
DriverVer = 07/28/2011, 3.01.12.0000
[ControlFlags]
;***********Cisco 802.11 n board ***********
;ExcludeFromSelect = USB\VID_148F&PID_2870
[Manufacturer]
%Cisco% = Cisco,NTx86.6.1
[Cisco.NTx86.6.1]
; DisplayName Section DeviceID
; ----------- ------- --------
%cisco_am10.DeviceDesc% = cisco_am10.ndi, USB\VID_13B1&PID_0031
%linksys_AG_v2.DeviceDesc% = linksys_ae1000.ndi, USB\VID_13B1&PID_002F
;*******************************************************************************************
; NT specific entries
;*******************************************************************************************
[cisco_am10.ndi.NTx86]
Include=netvwifibus.inf
Needs=VWiFiBus.CopyFiles
AddReg = Common.reg, RTUSB_OS61_AM10.ndi.NT.reg, DefaultBand.reg, AdhocN.reg, RemoveFlag.reg
Characteristics = 0x84 ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType = 15 ; USB
CopyFiles = NT_AM10.CopyFiles
*IfType = 71 ; IF_TYPE_IEEE80211
*MediaType = 16 ; NdisMediumNative802_11
*PhysicalMediaType = 9 ; NdisPhysicalMediumNative802_11
; NT services sections
[cisco_am10.ndi.NTx86.Services]
Include=netvwifibus.inf
Needs=VWiFiBus.Services
AddService = AM10, 2, am10.Service, common.EventLog
[cisco_am10.ndi.NTx86.HW]
Include=netvwifibus.inf
Needs=VWiFiBus.PnPFilterRegistration
[cisco_am10.ndi.NT.CoInstallers]
CopyFiles = CoInstaller.CopyFiles
AddReg = CoInstaller_AddReg
[linksys_ae1000.ndi.NTx86]
Include=netvwifibus.inf
Needs=VWiFiBus.CopyFiles
AddReg = Common.reg, RTUSB_OS61_AE1000.ndi.NT.reg, DefaultBand.reg, AdhocN.reg, RemoveFlag.reg
Characteristics = 0x84 ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType = 15 ; USB
CopyFiles = NT_AE1000.CopyFiles
*IfType = 71 ; IF_TYPE_IEEE80211
*MediaType = 16 ; NdisMediumNative802_11
*PhysicalMediaType = 9 ; NdisPhysicalMediumNative802_11
; NT services sections
[linksys_ae1000.ndi.NTx86.Services]
Include=netvwifibus.inf
Needs=VWiFiBus.Services
AddService = AE1000, 2, ae1000.Service, common.EventLog
[linksys_ae1000.ndi.NTx86.HW]
Include=netvwifibus.inf
Needs=VWiFiBus.PnPFilterRegistration
[linksys_ae1000.ndi.NT.CoInstallers]
CopyFiles = CoInstaller.CopyFiles
AddReg = CoInstaller_AddReg
;*******************************************************************************************
; common regs for NT
;*******************************************************************************************
[Common.reg]
;
; CCX drastic roaming use
;
HKR, , CCXPktLossLimitTime, 0, "30"
;
; CCX Dbm offset
;
HKR, , CCXDbmOffset, 0, "4"
;
; CCX VO/VI Drop Period, 3 or 5 is recommanded
;
HKR, , CACDropPeriod, 0, "0"
;
; CCX VO/VI Drop Criteria
;
HKR, , CACDropCriteria, 0, "1700"
;
; WirelessMode
;
HKR, , WirelessMode, 0, "5"
;
; Enable TX Burst
;
HKR, , TXBurst, 0, "1"
;
; Use Short Slot Time
;
HKR, , ShortSlot, 0, "1"
;
; Use Ofdm rate in adhoc mode
;
HKR, , AdhocOfdm, 0, "1"
;
; Disable 5GHz adhoc mode
;
HKR, , Adhoc5GDisable, 0, "0"
;
; AdhocN40MHzAllowed
;
HKR, , AdhocN40MHzAllowed,0, "0"
;
; Radio On/Off
;
HKR, , Radio, 0, "0"
HKR, NDI\params\Radio, ParamDesc, 0, %RadioOnOff%
HKR, NDI\params\Radio, type, 0, "enum"
HKR, NDI\params\Radio, default, 0, "0"
HKR, NDI\params\Radio\enum, 1, 0, %Disable%
HKR, NDI\params\Radio\enum, 0, 0, %Enable%
;
; Channel
;
HKR, , Channel, 0, %CHANNEL%
HKR, Default, Channel, 0, %CHANNEL%
;
; RDG
;
HKR, , RDG, 0, "1"
;
; Power Saving Control
;
HKR, , PSControl, 0x00010001, 0x00000000
;
; WMMCapable
;
HKR, , WMMCapable, 0, "1"
;
; WPS Device Name
;
HKR, , WPSDevName, 0, %WPS_DEVNAME_DEF_STR%
HKR, Default, WPSDevName, 0, %WPS_DEVNAME_DEF_STR%
;
; IEEE80211H
;
HKR, , IEEE80211H, 0, "1"
HKR, NDI\params\IEEE80211H, ParamDesc, 0, %IEEE802_11h%
HKR, NDI\params\IEEE80211H, type, 0, "enum"
HKR, NDI\params\IEEE80211H, default, 0, "1"
HKR, NDI\params\IEEE80211H\enum, 0, 0, %Disable%
HKR, NDI\params\IEEE80211H\enum, 1, 0, %Enable%
;
; CarrierDetect
;
HKR, , CarrierDetect, 0, "0"
;
; SmartScan
;
HKR, , SmartScan, 0, "0"
HKR, NDI\params\SmartScan, ParamDesc, 0, %SmartScan%
HKR, NDI\params\SmartScan, type, 0, "enum"
HKR, NDI\params\SmartScan, default, 0, "0"
HKR, NDI\params\SmartScan\enum, 0, 0, %Disable%
HKR, NDI\params\SmartScan\enum, 1, 0, %Enable%
;
; Block ACK settings
;
HKR, , BACapability, 0x10001, "0x0b034040"
HKR, Default, BACapability, 0x10001, "0x0b034040"
;
; Transmit Rate setting
;
HKR, , TransmitSetting, 0x10001, "0x2ba15"
HKR, Default, TransmitSetting, 0x10001, "0x2ba15"
;
;
; ProhibitTKIPonHT
;
HKR, , ProhibitTKIPonHT, 0, "1"
;
; Link Speed Status
;
HKR, , LinkSpeedStatus, 0, "0"
[RemoveFlag.reg]
HKR, , SafelyRemoveOff, 0, "1"
[AdhocN.reg]
;
; AdhocNMode
;
HKR, , AdhocNMode, 0, "0"
HKR, NDI\params\AdhocNMode, ParamDesc, 0, %AdhocNMode%
HKR, NDI\params\AdhocNMode, type, 0, "enum"
HKR, NDI\params\AdhocNMode, default, 0, "0"
HKR, NDI\params\AdhocNMode\enum, 0, 0, %Disable%
HKR, NDI\params\AdhocNMode\enum, 1, 0, %Enable%
; Disable Channel 14 for JP
[InitChn14Disabled.reg]
HKR, , InitChn14Disabled, 0,"1"
[DefaultBand.reg]
;
; 2.4G Band
;
HKR, , CountryRegion, 0, "0"
;
; 5G Band
;
HKR, , CountryRegionABand, 0, "0"
[CoInstaller_AddReg]
;;HKR,,CoInstallers32,0x00010000, "RaCoInst.dll,ClassCoInstaller"
;*******************************************************************************************
; DestinationDirs
;*******************************************************************************************
[NT_AM10.CopyFiles]
am10w7.sys,netr28u.sys,,2
[NT_AE1000.CopyFiles]
ae1000w7.sys,netr28u.sys,,2
[CoInstaller.CopyFiles]
RaCoInst.dll,,,2
RaCoInst.dat,,,2
[SourceDisksNames]
1 = %INSTALL_DISK_STR%,,,
[SourceDisksFiles.x86]
netr28u.sys = 1,,
RaCoInst.dll = 1,,
RaCoInst.dat = 1,,
[DestinationDirs]
NT_AM10.CopyFiles = 12 ; system32\drivers subdirectory on NT
NT_AE1000.CopyFiles = 12 ; system32\drivers subdirectory on NT
DefaultDestDir = 11
CoInstaller.CopyFiles = 11
;*******************************************************************************************
; NT specific
;*******************************************************************************************
[RTUSB_OS61_AM10.ndi.NT.reg]
HKR, Ndi, Service, 0, "AM10"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "wlan,ethernet,vwifi"
[RTUSB_OS61_AE1000.ndi.NT.reg]
HKR, Ndi, Service, 0, "AE1000"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "wlan,ethernet,vwifi"
[AM10.Service]
DisplayName = %AM10.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\am10w7.sys
LoadOrderGroup = NDIS
[AE1000.Service]
DisplayName = %AE1000.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\ae1000w7.sys
LoadOrderGroup = NDIS
[common.EventLog]
AddReg=common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;*******************************************************************************************
; Strings
;*******************************************************************************************
[strings]
Cisco = "Cisco Consumer Products LLC"
cisco_am10.DeviceDesc = "Cisco AM10"
linksys_AG_v2.DeviceDesc = "Linksys AE1000"
INSTALL_DISK_STR = "802.11n USB Wireless Network Adapter"
AM10.Service.DispName = "Cisco AM10 Driver"
AE1000.Service.DispName = "Linksys AE1000 Driver"
;
; Parameters
;
Disable = "Disable"
Enable = "Enable"
RadioOnOff = "Radio On/Off"
IEEE802_11h = "IEEE802.11h"
SmartScan = "Multimedia/Gaming Environment"
AdhocNMode = "Adhoc support 802.11n"
CHANNEL = "1"
WPS_DEVNAME_DEF_STR = "Cisco Client"
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.