NETAME.INf Driver File Contents (V5_4_1.zip)

;---------------------------------------------------------------------------
; ADSL Modem Driver INF file.
;
; Platforms: Win 98SE/2000(NT5)
;
;
; $ History: $
;
; <01-08-2001> Integrate PPPoA/RFC1483 ndis5 with USB ndis5 ATM  -- WIN98FE only --
; <26-03-2001> Updated the version numbers of the driver
; <21-02-2001> Modified to be Whql Compatible for USB devices
; <10-09-2000> Adapted for USB driver
; <10-05-2000> <1.5.7>   <1. Dump ADMON and Coninstaller>
; <04-04-2000> <Beta 1.5.6>   <1. No Updates>
;
; <03-27-2000> <Beta 1.5.5>   <1. Removed sections so as to allow the INF file>
;                             <   to be WHQL compliant for Win98 & Win2000.>
;
; <03-15-2000> <Beta 1.5.4>   <1. Fixed comments in CSA section due to conflict>
;                             <   with comment being appended to actual value. >
;                             <2. Removed modem registry entries per Rob & Bob>
;                             <   from section AME1101.reg>
;
; <02-23-2000> <Beta 1.5.3>   <1. None>
;
; <02-14-2000> <Beta 1.5.2>   <1. Added DeviceVxDs for CSA compatibility>
;                             <   with Win2000.>
;                             <2. Fixed entries under ATM per Bob Mueck...>
;                             <   HKR, Ndi\params\MaxSduSize, default,   0, "1528">
;                             <   HKR, Ndi\params\MaxSduSize, max,       0, "1528">
;                             <   HKR, Ndi\params\RxBytesPerBuffer, default,   0, "1696">
;                             <   HKR, Ndi\params\TxBytesPerBuffer, default,   0, "1696">
;
; <02-03-2000> <Beta 1.5.1>   <1. Added DebugModule>
;                             <2. Win2000 Compatible>
;                             <3. Label - INF1.7>
;                             <4. Added chages per Bob Mueck for ATM>
;                             <5. Added CSA section for custom CSA apps.>
;                             <6. Added WHQL Compatibility for 98/2000>
;
; <01-05-2000> <Beta 1.5>     <1. Win98 Gold/SE Compatible>
;
;***************************************************************************


;---------------------------------------------------------------------------
[Version]
;Catalogfile = ntw98new.cat
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ProviderName%
DriverVer= 03/09/2001, 7.7.18.0.0

;---------------------------------------------------------------------------
[Manufacturer]
%ProviderName% = Device

;---------------------------------------------------------------------------
[Device]
; Display Name       Section       DeviceID
; ------------       -------       --------
%DeviceDesc% = AME1101_ATM.ndi, USB\<WipDeviceID>


;---------------------------------------------------------------------------
[AME1101_RFC.ndi]
;CopyFiles = AME1101_ATM.win.CopyFiles, AME1101_RFC.win.CopyFiles.inf, INFHelperFiles
AddReg=AME1101_ATM.id.reg, AME1101.reg, AME1101_ATM.reg, AME1101_RFC.win.reg,GUI.reg

[AME1101_ATM.ndi]
;CopyFiles = AME1101_ATM.win.CopyFiles, AME1101_ATM.win.CopyFiles.inf, INFHelperFiles
AddReg=AME1101_ATM.id.reg, AME1101.reg, AME1101_ATM.reg, AME1101_ATM.win.reg,GUI.reg

[AME1101_RFC_B.ndi]
;CopyFiles = AME1101_ATM.win.CopyFiles, AME1101_RFC.win.CopyFiles.inf, INFHelperFiles
AddReg=AME1101_ATM_B.id.reg, AME1101.reg, AME1101_ATM.reg, AME1101_RFC.win.reg,GUI.reg

[AME1101_ATM_B.ndi]
;CopyFiles = AME1101_ATM.win.CopyFiles, AME1101_ATM.win.CopyFiles.inf, INFHelperFiles
AddReg=AME1101_ATM_B.id.reg, AME1101.reg, AME1101_ATM.reg, AME1101_ATM.win.reg,GUI.reg

;---------------------------------------------------------------------------
[AME1101_ATM_B.id.reg]
HKR, Ndi, DeviceID, 0, "USB\<WipVidPid>"

[AME1101_ATM.id.reg]
HKR, Ndi, DeviceID, 0, "USB\<WipVidPid>"

[GUI.reg]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, AME_CSA, 0, "rundll32 amecsa.cpl,RUN_DLL"


;---------------------------------------------------------------------------
[AME1101_RFC.win.reg]	; for Windows 98
HKR,               , DevLoader,        0,   "*ndis"
HKR,               , DeviceVxDs,       0,   "ameatmcu.sys"
HKR,               , EnumPropPages,    0,   "netdi.dll,EnumPropPages"
HKR,Ndi            , Service,          0,   "AmeAtmPc"

HKR, Ndi\Interfaces, DefUpper,         0,   "ndisatm,wanatm"
HKR, Ndi\Interfaces, DefLower,         0,   "adsl"
HKR, Ndi\Interfaces, UpperRange,       0,   "ndisatm,wanatm"
HKR, Ndi\Interfaces, LowerRange,       0,   "adsl"

;HKR, Ndi\Compatibility,RequireAll,      ,   "ATMUNI,MSTCP,B1483M"
HKR, Ndi\Compatibility,RequireAll,      ,   "ATMUNI,MSTCP"

HKR, NDIS,           LogDriverName,    0,   "AmeAtmPc"
HKR, NDIS,           MajorNdisVersion, 1,   03
HKR, NDIS,           MinorNdisVersion, 1,   0A

HKR, Ndi\Install,    ndis3,            0,  "AME1101_ATM.ndi"


[AME1101_ATM.win.reg]
HKR,               , DevLoader,        0,   "*ndis"
HKR,               , DeviceVxDs,       0,   "ameatmcu.sys"
HKR,               , EnumPropPages,    0,   "netdi.dll,EnumPropPages"
HKR,Ndi            , Service,          0,   "AmeAtmPc"

HKR, Ndi\Interfaces, DefUpper,         0,   "ndisatm,wanatm"
HKR, Ndi\Interfaces, DefLower,         0,   "adsl"
HKR, Ndi\Interfaces, UpperRange,       0,   "ndisatm,wanatm"
HKR, Ndi\Interfaces, LowerRange,       0,   "adsl"

;HKR, Ndi\Compatibility,RequireAll,      ,   "ATMUNI,MSTCP,PPPOAVA"
HKR, Ndi\Compatibility,RequireAll,      ,   "ATMUNI,MSTCP"

HKR, NDIS,           LogDriverName,    0,   "AmeAtmPc"
HKR, NDIS,           MajorNdisVersion, 1,   03
HKR, NDIS,           MinorNdisVersion, 1,   0A

HKR, Ndi\Install,    ndis3,            0,  "AME1101_ATM.ndi"

; TCP windowsize tweaker
HKLM, System\CurrentControlSet\Services\VxD\MSTCP, DefaultRcvWindow, 0 , "8200"
;---------------------------------------------------------------------------

[AME1101.reg]
HKR, Ndi\params\FWInit,                     ParamDesc, 0, %InitFW%
HKR, Ndi\params\FWInit,                     default,   0, "init-usb.bin"
HKR, Ndi\params\FWInit,                     type,      0, "edit"
HKR, Ndi\params\FWRuntime,                  ParamDesc, 0, %RunTimeFW%
HKR, Ndi\params\FWRuntime,                  default,   0, "fw-usb.bin"
HKR, Ndi\params\FWRuntime,                  type,      0, "edit"

HKR, Ndi\params\FWSubFunction,              ParamDesc, 0, %FWSubFunc%
HKR, Ndi\params\FWSubFunction,              default,   0, "21"
HKR, Ndi\params\FWSubFunction,              min,       0, "0"
HKR, Ndi\params\FWSubFunction,              max,       0, "32"
HKR, Ndi\params\FWSubFunction,              step,      0, "1"
HKR, Ndi\params\FWSubFunction,              base,      0, "10"
HKR, Ndi\params\FWSubFunction,              type,      0, "int"

HKR, Ndi\params\MaxSduSize,                 ParamDesc, 0, %MaxSduSize%
HKR, Ndi\params\MaxSduSize,                 min,       0, "512"
HKR, Ndi\params\MaxSduSize,                 step,      0, "1"
HKR, Ndi\params\MaxSduSize,                 base,      0, "10"
HKR, Ndi\params\MaxSduSize,                 type,      0, "int"

;HKR, ,DebugLevel, 0x00010001, 0xffffffff
;HKR, ,DebugModule, 0x00010001, 0xf00fffff

;---------------------------------------------------------------------------
[AME1101_ATM.reg]
HKR, Ndi\params\MaxSduSize,                 default,   0, "1528"
HKR, Ndi\params\MaxSduSize,                 max,       0, "1528"

;---------------------------------------------------------------------------
[AME1101_RFC.win.CopyFiles.inf]
b1483m.inf

[AME1101_ATM.win.CopyFiles.inf]
pppoam.inf

;---------------------------------------------------------------------------
[AME1101_ATM.win.CopyFiles]
fw-usb.bin
init-usb.bin
ameatmcu.sys

;---------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
AME1101_ATM.win.CopyFiles = 11  ; Windows System Directory
AME1101_ATM.win.CopyFiles.inf = 17    ; Inf Directory
INFHelperFiles = 11             ; Windows System Directory

;---------------------------------------------------------------------------
[INFHelperFiles]
Amecsa.hlp
AmeCSA.cpl

;---------------------------------------------------------------------------
[SourceDisksFiles]
Amecsa.hlp=1
AmeCSA.cpl=1
fw-usb.bin=1
init-usb.bin=1
ameatmcu.sys=1
b1483m.inf=1
pppoam.inf=1

;---------------------------------------------------------------------------
[SourceDisksNames]
1=%ProviderDiskName%,,,
;---------------------------------------------------------------------------

[Strings]

; Manufacturer / Provider
ProviderName = "<WipProviderName>"
DeviceDesc = "<WipDeviceDesc> (Native ATM Mode)"
ProviderDiskName = "<WipDeviceDesc> Driver Disk"

; Registry configuration strings.
MaxSduSize = "Maximum SDU Size"
InitFW     = "Initialization Firmware"
RunTimeFW  = "Run-time Firmware"
FWSubFunc  = "Subfunction Code"

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: 1.93