NETFA511.inf Driver File Contents (fa511_vista_beta.zip)

; NETFA511.INF
;
; Copyright (c) 2001, Microsoft

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %NGR%
;LayoutFile  = layout.inf
CatalogFile = NETFA511.cat
DriverVer   = 12/26/2002, 1.10

[Manufacturer]
%NGR%    = NGR

[ControlFlags]
ExcludeFromSelect     = *

[NGR]
%FA511ND5.DeviceDesc%    = FA511ND5.ndi,   PCI\VEN_1317&DEV_1985&SUBSYS_511A1385


[FA511ND5.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = FA511ND5.ndi.reg, FA511ND5.ndi.com.reg, FA511ND5.pci.reg, FA511ND5.con.reg
CopyFiles       = FA511ND5.ndis.copyfiles.NT

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


[FA511ND5.ndis.copyfiles.NT]
FA511ND5.sys,,,2


[FA511ND5.ndi.reg]
HKR,               , AdapterCFID,      0, "19851317"


[FA511ND5.ndi.com.reg]
HKR, Ndi,            Service,          0, "FA511ND5"
HKR, Ndi\Interfaces, LowerRange,       0, "ethernet"
HKR, Ndi\Interfaces, UpperRange,       0, "ndis5"
HKR,               , MediaType,        0, "0"

[FA511ND5.pci.reg]
HKR, , AdapterType,    0, "5"
HKR, , TxPacketDesc,    , "600"
HKR, , RxPacketDesc,    , "80"
HKR, , TxDmaDesc,       , "600"

HKR, , WakeupFrame,     , "1"
HKR, , LinkOnChange,    , "0"
HKR, , LinkOffChange,   , "0"
HKR, , MagicPacket,     , "1"

HKR, , RxDmaDesc,       , "40"       ;
HKR, , PacketsPerTxInt, , "10"       ; 0x0a
HKR, , PacketsPerRxInd, , "10"       ; 0x0a
HKR, , BurstLength,     , "0"        ; 0(Unlimited), 1 DW, 2 DW, 3 DW,...

[FA511ND5.con.reg]
HKR, Ndi\Params\MediaType,            ParamDesc, , %MediaType%
HKR, Ndi\Params\MediaType,            default,   , "0"
HKR, Ndi\Params\MediaType,            type,      , "enum"
HKR, Ndi\Params\MediaType\enum,       0,         , %AutoSense%
HKR, Ndi\Params\MediaType\enum,       1,         , %10HD%
HKR, Ndi\Params\MediaType\enum,       2,         , %10FD%
HKR, Ndi\Params\MediaType\enum,       3,         , %100HD%
HKR, Ndi\Params\MediaType\enum,       4,         , %100FD%

HKR, Ndi\Params\PowerManagement,      ParamDesc, , %PowerManagement%
HKR, Ndi\Params\PowerManagement,      default,   , "1"
HKR, Ndi\Params\PowerManagement,      type,      , "enum"
HKR, Ndi\Params\PowerManagement\enum, 0,         , %Disabled%
HKR, Ndi\Params\PowerManagement\enum, 1,         , %Enabled%

HKR, Ndi\Params\FlowControl,          ParamDesc, , %FlowControl%
HKR, Ndi\Params\FlowControl,          default,   , "1"
HKR, Ndi\Params\FlowControl,          type,      , "enum"
HKR, Ndi\Params\FlowControl\enum,     0,         , %Disabled%
HKR, Ndi\Params\FlowControl\enum,     1,         , %Enabled%

HKR, Ndi\Params\PriorityPacket,       ParamDesc, , %PriorityPacket%
HKR, Ndi\Params\PriorityPacket,       default,   , "0"
HKR, Ndi\Params\PriorityPacket,       type,      , "enum"
HKR, Ndi\Params\PriorityPacket\enum,  0,         , %Disabled%
HKR, Ndi\Params\PriorityPacket\enum,  1,         , %Enabled%

HKR,Ndi\params\VlanId,   ParamDesc,   0, %VLAN_ID%
HKR,Ndi\params\VlanId,   type,        0, "edit"
HKR,Ndi\params\VlanId,   default,     0, "0"
HKR,Ndi\params\VlanId,   LimitText,   0, "4"
HKR,Ndi\params\VlanId,   UpperCase,   0, "1"
HKR,Ndi\params\VlanId,   Optional,    0, "1"


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

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

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

[DestinationDirs]
FA511ND5.ndis.copyfiles.NT  = 12
DefaultDestDir           = 12

[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
FA511ND5.sys    = 1

[Strings]
;Msft   = "Microsoft"
NGR  = "NETGEAR"

MediaType              = "Media Type"
AutoSense              = "AutoSense"
10HD                   = "10BaseT"
10FD                   = "10BaseT Full_Duplex"
100HD                  = "100BaseTX"
100FD                  = "100BaseTX Full_Duplex"

Disabled               = "Disabled"
Enabled                = "Enabled"

PowerManagement        = "PME Enable"
PatternMatchWakeup     = "Pattern Match Wakeup"
LinkWakeupOffOn        = "Link Wakeup(Off->On)"
LinkWakeupOnOff        = "Link Wakeup(On->Off)"
MagicPacketWakeup      = "Magic Packet Wakeup"
FlowControl            = "Flow Control"
PriorityPacket         = "Priority Packet"
VLAN_ID                = "VLAN ID"


DISKNAME               = "NETGEAR FA511 CardBus Notebook Adapter Driver Diskette"

FA511ND5.DeviceDesc       = "NETGEAR FA511 CardBus Notebook Adapter"

FA511ND5.Service.DispName = "NETGEAR FA511 CardBus Notebook Adapter"


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: web3, load: 2.10