NETFA511.INF Driver File Contents (FA511_200.zip)

;-----------------------------------------------------------------------
;            NETFA511.INF for Windows 98/Me/2000 & Windows XP
;
;                NETGEAR FA511 CardBus Mobile Adapter
;-----------------------------------------------------------------------

[version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %NGR%
LayoutFile  = layout.inf
CatalogFile = NETFA511.CAT
DriverVer   = 09/05/2001, 1.10

[Manufacturer]
%NGR% = NGR

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1317&DEV_1985&SUBSYS_511A1385

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


;------------------------------------------------------------------------------
;                               windows 98 & Me
;------------------------------------------------------------------------------

[FA511.Ndi]
AddReg          = ADDREG_FA511_9X.ndi.reg, FA511.con.reg

[ADDREG_FA511_9X.ndi.reg]
HKR,NDI,DeviceID,,"PCI\VEN_1317&DEV_1985&SUBSYS_511A1385"

HKR,,AdapterCFID,,19851317
HKR,,AdapterType,,5
HKR,,BusType,,5

HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,FA511ND5.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,"FA511"

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

; Install sections
HKR,Ndi\Install,ndis3,,"FA511.WIN9X.Install"



;------------------------------------------------------------------------------
;                               windows 2000 & XP
;------------------------------------------------------------------------------
[FA511.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = ADDREG_FA511_2000.ndi.reg, FA511.con.reg
CopyFiles       = Win2000.CopyFile.Sys

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

HKR, Ndi,                                   Service,        0, "FA511"
HKR, Ndi\Interfaces,                        LowerRange,     0, "ethernet"
HKR, Ndi\Interfaces,                        UpperRange,     0, "ndis5"
HKR, ,                                      MediaType,      0, "0"

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

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

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

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001


;-------------------------------------------------------------------------------
;          common section
;-------------------------------------------------------------------------------
[FA511.con.reg]

HKR, , AdapterType,    0, "5"
HKR, , TxPacketDesc,    , "600"
HKR, , RxPacketDesc,    , "80"       
HKR, , TxDmaDesc,       , "600"
HKR, , RxDmaDesc,       , "40"       ; 
HKR, , PacketsPerTxInt, , "10"       ; 0x0a
HKR, , PacketsPerRxInd, , "10"       ; 0x0a
HKR, , BurstLength,     , "0"        ; 0(Unlimited), 1 DW, 2 DW, 3 DW,...

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\APMModeWakeup,        ParamDesc, , %APMModeWakeup%
HKR, Ndi\Params\APMModeWakeup,        default,   , "0"
HKR, Ndi\Params\APMModeWakeup,        type,      , "enum"
HKR, Ndi\Params\APMModeWakeup\enum,   0,         , %Disabled%
HKR, Ndi\Params\APMModeWakeup\enum,   1,         , %Enabled%

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\WakeupFrame,          ParamDesc, , %PatternMatchWakeup%
HKR, Ndi\Params\WakeupFrame,          default,   , "1"
HKR, Ndi\Params\WakeupFrame,          type,      , "enum"
HKR, Ndi\Params\WakeupFrame\enum,     0,         , %Disabled%
HKR, Ndi\Params\WakeupFrame\enum,     1,         , %Enabled%

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

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

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

;-------------------------------------------------------
;                 File Copy Sections
;-------------------------------------------------------
[SourceDisksNames]
81 = %DISK_DESC%,,

[SourceDisksFiles]
NETFA511.inf =81,
FA511ND5.sys =81


[DestinationDirs]
Win2000.CopyFile.Sys = 12
Win9x.CopyFile.Sys = 11
;CopyFile.Inf = 17

[FA511.WIN9X.Install]
CopyFiles = Win9x.CopyFile.Sys              ;CopyFile.Inf

[Win2000.CopyFile.Sys]
FA511ND5.sys,,,2

[Win9x.CopyFile.Sys]
FA511ND5.sys,,,2

;[CopyFile.Inf]
;NETFA511.inf,,,2


;-----------------------------------------------------------------------
;                     String Sections
;-----------------------------------------------------------------------
[Strings]
;Msft                        = "Microsoft"
NGR                         = "NETGEAR"

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


APMModeWakeup          = "APM Mode Wakeup"
Disabled               = "Disabled"
Enabled                = "Enabled"

PowerManagement        = "Power Management"
PatternMatchWakeup     = "Pattern Match Wakeup"
LinkWakeupOffOn        = "Link Wakeup(Off->On)"
LinkWakeupOnOff        = "Link Wakeup(On->Off)"
MagicPacketWakeup      = "Magic Packet Wakeup"


DISK_DESC                   = "NETGEAR FA511 CardBus Mobile Adapter Disk"
FA511.DeviceDesc            = "NETGEAR FA511 CardBus Mobile Adapter"
FA511.Service.DispName      = "NETGEAR FA511 CardBus Mobile 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: web1, load: 0.54