l1e50x86.inf Driver File Contents (LAN_Atheros_v1.0.0.26_v1.0.0.20_Vistax86x64_XPx86x64.zip)

;*****************************************************************************
;*
;*  l1e50x86.INF  -  Atheros AR8121/AR8113 PCI-E Ethernet Controller
;*  Copyright 2005-, Atheros Technology.
;*
;*****************************************************************************
[Version]
Signature   = "$WINDOWS NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Atheros%
Compatible  = 1
DriverVer   = 02/13/2008,1.0.0.20

[Manufacturer]
%Atheros% = Atheros

[Atheros]
; DisplayName           Section         	DeviceID
; -----------           -------         	--------
%Atheros.L1e%   =       L1e.ndi,        	PCI\VEN_1969&DEV_1026
%Atheros.L1e%   =       L2eRB.ndi,      	PCI\VEN_1969&DEV_1026&REV_F0
%Atheros.L1e%   =       L1e.ndi,        	PCI\VEN_1969&DEV_1026&SUBSYS_10261969&REV_B0
%Atheros.L1e%   =       L2eRB.ndi,      	PCI\VEN_1969&DEV_1026&SUBSYS_10261969&REV_F0
%Atheros.L1e%   =       L1e.ndi,       		PCI\VEN_1969&DEV_1026&SUBSYS_83041043&REV_B0
%Atheros.L1e%   =       L1e.ECS.ndi,    	PCI\VEN_1969&DEV_1026&SUBSYS_10261019&REV_B0

%Atheros.L1e%   =       L1e.kili.ndi,        	PCI\VEN_1969&DEV_1026&SUBSYS_01461025&REV_B0  ; Kili
%Atheros.L1e%   =       L2eRB.kili.ndi,      	PCI\VEN_1969&DEV_1026&SUBSYS_01461025&REV_F0
%Atheros.L1e%   =       L1e.kili.ndi,        	PCI\VEN_1969&DEV_1026&SUBSYS_01451025&REV_B0  ; Teton
%Atheros.L1e%   =       L2eRB.kili.ndi,      	PCI\VEN_1969&DEV_1026&SUBSYS_01451025&REV_F0


; Windows NT specific entry
[L1e.ndi.NT]
Characteristics = 0x84
BusType         = 5              ;PCI
AddReg          = L1e.reg, L1e.params, L1e.Params.WinNT, Common.Params
CopyFiles       = L1e.CopyFiles

[L1e.ndi.NT.Services]
AddService = L1e, 2, L1e.Service, Common.EventLog

; L1e for ECS
[L1e.ECS.ndi.NT]
Characteristics = 0x84
BusType         = 5              ;PCI
AddReg          = L1e.reg, L1e.ecs.params, L1e.params, L1e.Params.WinNT, Common.Params
CopyFiles       = L1e.CopyFiles

[L1e.ECS.ndi.NT.Services]
AddService = L1e, 2, L1e.Service, Common.EventLog

[L1e.kili.ndi.NT]
Characteristics = 0x84
BusType         = 5              ;PCI
AddReg          = L1e.reg, L1e.kili.params, L1e.params, L1e.Params.WinNT, Common.Params
CopyFiles       = L1e.CopyFiles

[L1e.kili.ndi.NT.Services]
AddService = L1e, 2, L1e.Service, Common.EventLog

; L2e reversion B.
[L2eRB.kili.ndi.NT]
Characteristics = 0x84
BusType         = 5              ;PCI
AddReg          = L1e.reg, L1e.kili.params, L2eRB.params, L1e.Params.WinNT, Common.Params
CopyFiles       = L1e.CopyFiles

[L2eRB.kili.ndi.NT.Services]
AddService = L1e, 2, L1e.Service, Common.EventLog

[L2eRB.ndi.NT]
Characteristics = 0x84
BusType         = 5              ;PCI
AddReg          = L1e.reg, L2eRB.params, L1e.Params.WinNT, Common.Params
CopyFiles       = L1e.CopyFiles

[L2eRB.ndi.NT.Services]
AddService = L1e, 2, L1e.Service, Common.EventLog

;-----------------------------------------------------------------------------
; L1e NT specific
;
[L1e.reg]
HKR, Ndi, HelpText,, %HelpText%
HKR, Ndi, Service,    0, "L1e"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

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

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

[common.AddEventLog.reg]
HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\Drivers\l1e50x86.sys"
HKR,, TypesSupported,   0x00010001, 7

[L1e.ecs.params]
HKR,, LedMode,	0x00010001,	1

[L1e.kili.params]
HKR,, LedMode,	0x00010001,	2 ; for Kili, Teton.

[L2eRB.params]
HKR,, IsL2eRB,	0x00010001,	1

HKR, Ndi\Params\MaxFrameSize,   ParamDesc,, %MTU%
HKR, Ndi\Params\MaxFrameSize,   Type,,      "int"
HKR, Ndi\Params\MaxFrameSize,   Base,,      "10"
HKR, Ndi\Params\MaxFrameSize,   Min,,       "500"
HKR, Ndi\Params\MaxFrameSize,   Max,,       "1514"
HKR, Ndi\Params\MaxFrameSize,   Step,,      "1"
HKR, Ndi\Params\MaxFrameSize,   Default,,   "1514"


[L1e.params]
HKR, Ndi\Params\MaxFrameSize,   ParamDesc,, %MTU%
HKR, Ndi\Params\MaxFrameSize,   Type,,      "int"
HKR, Ndi\Params\MaxFrameSize,   Base,,      "10"
HKR, Ndi\Params\MaxFrameSize,   Min,,       "500"
HKR, Ndi\Params\MaxFrameSize,   Max,,       "7168"
HKR, Ndi\Params\MaxFrameSize,   Step,,      "1"
HKR, Ndi\Params\MaxFrameSize,   Default,,   "1514"


[Common.Params]
HKR, Ndi\Params\APSmode,    	ParamDesc,,  %APSmode%
HKR, Ndi\Params\APSmode,    	Type,,       "enum"
HKR, Ndi\Params\APSmode,    	Default,,    "0"
HKR, Ndi\Params\APSmode\enum, 	"1",,      %On%
HKR, Ndi\Params\APSmode\enum, 	"0",,      %Off%

HKR, Ndi\Params\NetworkAddress, ParamDesc,, %NetAddr%
HKR, Ndi\Params\NetworkAddress, Type,,      "edit"
HKR, Ndi\Params\NetworkAddress, LimitText,, "18"
HKR, Ndi\Params\NetworkAddress, UpperCase,, "1"
HKR, Ndi\Params\NetworkAddress, Default,,   ""
HKR, Ndi\Params\NetworkAddress, Optional,,  "1"

HKR, Ndi\Params\MaxInterrupt,   ParamDesc,, %MaxIrq%
HKR, Ndi\Params\MaxInterrupt,   Type,,      "int"
HKR, Ndi\Params\MaxInterrupt,   Base,,      "10"
HKR, Ndi\Params\MaxInterrupt,   Min,,       "1000"
HKR, Ndi\Params\MaxInterrupt,   Max,,       "30000"
HKR, Ndi\Params\MaxInterrupt,   Step,,      "200"
HKR, Ndi\Params\MaxInterrupt,   Default,,   "5000"

HKR, Ndi\Params\MediaType,  ParamDesc,,     %MediaType%
HKR, Ndi\Params\MediaType,  Type,,          "enum"
HKR, Ndi\Params\MediaType,  Default,,       "0"
HKR, Ndi\Params\MediaType\enum,     "0",,   %Auto%
HKR, Ndi\Params\MediaType\enum,     "1",,   %100MFD%
HKR, Ndi\Params\MediaType\enum,     "2",,   %100MHD%
HKR, Ndi\Params\MediaType\enum,     "3",,   %10MFD%
HKR, Ndi\Params\MediaType\enum,     "4",,   %10MHD%

HKR, Ndi\Params\FlowControl,    ParamDesc,,  %FlowCtrl%
HKR, Ndi\Params\FlowControl,    Type,,       "enum"
HKR, Ndi\Params\FlowControl,    Default,,    "1"
HKR, Ndi\Params\FlowControl\enum, "1",,      %On%
HKR, Ndi\Params\FlowControl\enum, "0",,      %Off%

HKR, Ndi\Params\ShutdownWake,   ParamDesc,, %ShutDW%
HKR, Ndi\Params\ShutdownWake,   Type,,      "enum"
HKR, Ndi\Params\ShutdownWake\enum,1,,       %On%
HKR, Ndi\Params\ShutdownWake\enum,0,,       %Off%
HKR, Ndi\Params\ShutdownWake,   Default,,   "0"

HKR, Ndi\Params\WakeUpCapability,   ParamDesc,,     %WakeUpCapabilities%
HKR, Ndi\Params\WakeUpCapability,   Type,,          "enum"
HKR, Ndi\Params\WakeUpCapability,   Default,,       "6"
HKR, Ndi\Params\WakeUpCapability\enum, "0",,         %None%
HKR, Ndi\Params\WakeUpCapability\enum, "1",,         %LinkChange%
HKR, Ndi\Params\WakeUpCapability\enum, "2",,         %MagicPacket%
HKR, Ndi\Params\WakeUpCapability\enum, "4",,         %PatternMatch%
HKR, Ndi\Params\WakeUpCapability\enum, "3",,         %Link_Magic%
HKR, Ndi\Params\WakeUpCapability\enum, "5",,         %Link_Pattern%
HKR, Ndi\Params\WakeUpCapability\enum, "6",,         %Magic_Pattern%
HKR, Ndi\Params\WakeUpCapability\enum, "7",,         %All%

[L1e.Params.WinNT]
HKR, Ndi\Params\TaskOffload,    ParamDesc,, %TOff%
HKR, Ndi\Params\TaskOffload,    Type,,      "enum"
HKR, Ndi\Params\TaskOffload\enum,1,,        %On%
HKR, Ndi\Params\TaskOffload\enum,0,,        %Off%
HKR, Ndi\Params\TaskOffload,    Default,,   "1"

HKR, Ndi\Params\MaxRxBuffer,    ParamDesc,, %NumRx%
HKR, Ndi\Params\MaxRxBuffer,    Type,,      "int"
HKR, Ndi\Params\MaxRxBuffer,    Base,,      "10"
HKR, Ndi\Params\MaxRxBuffer,    Min,,       "3"
HKR, Ndi\Params\MaxRxBuffer,    Max,,       "64"
HKR, Ndi\Params\MaxRxBuffer,    Step,,      "1"
HKR, Ndi\Params\MaxRxBuffer,    Default,,   "6"

HKR, Ndi\Params\MaxTxBuffer,    ParamDesc,, %NumTx%
HKR, Ndi\Params\MaxTxBuffer,    Type,,      "int"
HKR, Ndi\Params\MaxTxBuffer,    Base,,      "10"
HKR, Ndi\Params\MaxTxBuffer,    Min,,       "1"
HKR, Ndi\Params\MaxTxBuffer,    Max,,       "32"
HKR, Ndi\Params\MaxTxBuffer,    Step,,      "1"
HKR, Ndi\Params\MaxTxBuffer,    Default,,   "2"



;-----------------------------------------------------------------------------
; DestinationDirs
;
[L1e.CopyFiles]
l1e50x86.sys,,,2

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

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
l1e50x86.sys = 1

[DestinationDirs]
L1e.CopyFiles   = 12
DefaultDestDir  = 11

[Strings]
APSmode		= "APS mode"
Atheros         = "Atheros"
NetAddr         = "Network Address"
MTU             = "Maximum Frame Size"
TOff            = "Task Offload"
MaxIrq          = "Max IRQ per Second"
NumRx           = "Number of Rx Buffers"
NumTx           = "Number of Tx Buffers"
FlowCtrl        = "Flow Control"
ShutDW          = "Shutdown Wakeup"

MediaType       = "MediaType"
Auto            = "Auto"
10MHD           = "10Mbps Half Duplex"
10MFD           = "10Mbps Full Duplex"
100MHD          = "100Mbps Half Duplex"
100MFD          = "100Mbps Full Duplex"

WakeUpCapabilities  = "WakeUp Capabilities"
None            = "None"
LinkChange      = "Link Change"
MagicPacket     = "Magic Packet"
PatternMatch    = "Pattern Match"
Link_Magic      = "LinkChange & MagicPacket"
Link_Pattern    = "LinkChange & PatternMatch"
Magic_Pattern   = "MagicPacket & PatternMatch"
All             = "All"

On              = "On"
Off             = "Off"

Atheros.L1e         = "Atheros AR8121/AR8113 PCI-E Ethernet Controller"
L1e.Service.DispName= "Miniport Driver for Atheros AR8121/AR8113 PCI-E Ethernet Controller"
DriverDisk          = "Atheros AR8121/AR8113 PCI-E Ethernet Controller Installation Disk"
HelpText            = "This Atheros network Controller connects you to the network."
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.14