NETFA511.INF Driver File Contents (FA511_200.zip)

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

[version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Msft%
LayoutFile  = layout.inf
DriverVer   = 04/30/2001, 1.00

[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
;------------------------------------------------------------------------------

[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
;------------------------------------------------------------------------------
[FA511.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = ADDREG_FA511_2000.ndi.reg, FA511.con.reg
CopyFiles       = Win2000.CopyFile.Sys, netaccp.Install.CopyFiles

[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

;---------------------------------------------------------------------------------
;           Ndis5 Specific Parameters
;---------------------------------------------------------------------------------
[FA511.ndis5.reg]


;-------------------------------------------------------------------------------
;          common section
;-------------------------------------------------------------------------------
[FA511.con.reg]
HKR,,AdapterType,0, "5"

; Transceive Parameters
HKR,,TxPacketDesc,,75       ; 0x32
HKR,,RxPacketDesc,,120      ; 0x78
HKR,,PacketsPerTxInt,,10    ; 0x0a
HKR,,PacketsPerRxInd,,10    ; 0x0a
HKR,,BurstLength,,0         ; 0 (Unlimited), 1 DW, 2 DW, 3 DW, ...
;

HKR,Ndi\Params\TxDmaDesc,ParamDesc,,"Transmit Buffers"
HKR,Ndi\Params\TxDmaDesc,default,,20
HKR,Ndi\Params\TxDmaDesc,type,,enum
HKR,Ndi\Params\TxDmaDesc\enum,10,,"16"
HKR,Ndi\Params\TxDmaDesc\enum,20,,"32"
HKR,Ndi\Params\TxDmaDesc\enum,40,,"64"
HKR,Ndi\Params\TxDmaDesc\enum,80,,"128"
HKR,Ndi\Params\TxDmaDesc\enum,100,,"256"
HKR,Ndi\Params\TxDmaDesc,flag,1,20,00,00,00
;

HKR,Ndi\Params\RxDmaDesc,ParamDesc,,"Receive Buffers"
HKR,Ndi\Params\RxDmaDesc,default,,20
HKR,Ndi\Params\RxDmaDesc,type,,enum
HKR,Ndi\Params\RxDmaDesc\enum,10,,"16"
HKR,Ndi\Params\RxDmaDesc\enum,20,,"32"
HKR,Ndi\Params\RxDmaDesc\enum,40,,"64"
HKR,Ndi\Params\RxDmaDesc\enum,80,,"128"
HKR,Ndi\Params\RxDmaDesc\enum,100,,"256"
HKR,Ndi\Params\RxDmaDesc,flag,1,20,00,00,00
;

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

[SourceDisksFiles]
NETFA511.inf = 1
FA511ND5.sys = 1

[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"
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: web4, load: 1.27