RFC1483.INF Driver File Contents (800UA.zip)

;---------------------------------------------------------------------------
; Alcatel Microelectronics ADSL Modem Driver INF file.
;
; Platforms: Win 98SE/2000(NT5)
;
; Copyright © 2000, Alcatel Microelectronics
;
; $ History: $
;
; <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$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Alcatel%
DriverVer= 03/09/2001, 7.7.18.0.0

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

;---------------------------------------------------------------------------
[ControlFlags]
;ExcludeFromSelect.NT = USB\VID_06b9&PID_4061
ExcludeFromSelect.NT = USB\<WipVidPid>

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

;%USB\VID_06b9&PID_4061.DeviceDescRFC% = AME1101_RFC_B.ndi, USB\VID_06b9&PID_4061
;%USB\VID_06b9&PID_4061.DeviceDescATM% = AME1101_ATM_B.ndi, USB\VID_06b9&PID_4061
;%USB\VID_06b9&PID_A5A5.DeviceDescRFC% = AME1101_RFC.ndi, USB\VID_06b9&PID_A5A5
;%USB\VID_06b9&PID_A5A5.DeviceDescATM% = AME1101_ATM.ndi, USB\VID_06b9&PID_A5A5

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

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

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

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

;---------------------------------------------------------------------------
[AME1101_RFC.ndi.NT]
Characteristics=0x84                           ; NCF_PHYSICAL | NCF_HAS_UI
BusType=1                                     
;CopyFiles=AME1101_RFC.CopyFiles, INFHelperFiles
AddReg=AME1101.reg, AME1101_RFC.reg, AME1101_RFC.reg.NT, GUI.reg
DriverVer=03/09/2001, 2.5.11.0.0

[AME1101_RFC_B.ndi.NT]
Characteristics=0x84                           ; NCF_PHYSICAL | NCF_HAS_UI
BusType=1                                     
;CopyFiles=AME1101_RFC.CopyFiles, INFHelperFiles
AddReg=AME1101.reg, AME1101_RFC.reg, AME1101_RFC.reg.NT ,GUI.reg
DriverVer=03/09/2001, 2.5.11.0.0

[AME1101_ATM.ndi.NT]
Characteristics=0x84                           ; NCF_PHYSICAL | NCF_HAS_UI
BusType=1
;CopyFiles=AME1101_ATM.CopyFiles, INFHelperFiles
AddReg=AME1101.reg, AME1101_ATM.reg, AME1101_ATM.reg.NT ,GUI.reg
DriverVer=03/09/2001, 2.5.11.0.0

[AME1101_ATM_B.ndi.NT]
Characteristics=0x84                           ; NCF_PHYSICAL | NCF_HAS_UI
BusType=1
;CopyFiles=AME1101_ATM.CopyFiles, INFHelperFiles
AddReg=AME1101.reg, AME1101_ATM.reg, AME1101_ATM.reg.NT , GUI.reg
DriverVer=03/09/2001, 2.5.11.0.0

;---------------------------------------------------------------------------
[AME1101_RFC.ndi.NT.Services]
AddService = AmeLanPc, 2, AME1101_RFC.AddService, AME1101.AddEventLog

[AME1101_ATM.ndi.NT.Services]
AddService = AmeAtmPc, 2, AME1101_ATM.AddService, AME1101.AddEventLog

[AME1101_RFC_B.ndi.NT.Services]
AddService = AmeLanPc, 2, AME1101_RFC.AddService, AME1101.AddEventLog

[AME1101_ATM_B.ndi.NT.Services]
AddService = AmeAtmPc, 2, AME1101_ATM.AddService, AME1101.AddEventLog

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

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

[AME1101_RFC.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,   "amelanpc.sys"
HKR,               , EnumPropPages,    0,   "netdi.dll,EnumPropPages"
HKR, Ndi           , Service,          0,   "AmeLanPc"

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

HKR, Ndi\Compatibility,RequireAll,      ,   "MSTCP"

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

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

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


[AME1101_ATM.win.reg]
HKR,               , DevLoader,        0,   "*ndis"
HKR,               , DeviceVxDs,       0,   "ameatmpc.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,*PNP8385"

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

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

;---------------------------------------------------------------------------
[AME1101_RFC.reg.NT]
HKR,                  , DeviceVxDs, 0,  "amelanpc.sys"
HKR, Ndi,               Service,    0,  "AmeLanPc"
HKR, Ndi\Interfaces,    UpperRange, 0,  "ndis5"
HKR, Ndi\Interfaces,    LowerRange, 0,  "ethernet"
HKR, Ndi\Compatibility, RequireAll,  ,  "MSTCP"

[AME1101_ATM.reg.NT]
HKR,                  , DeviceVxDs, 0,  "ameatmpc.sys"
HKR, Ndi,               Service,    0,  "AmeAtmPc"
HKR, Ndi\Interfaces,    UpperRange, 0,  "ndisatm"
HKR, Ndi\Interfaces,    LowerRange, 0,  "adsl"
HKR, Ndi\Compatibility, RequireAll,  ,  "ATMUNI,MSTCP"

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

;---------------------------------------------------------------------------
; windows 2000
[AME1101_RFC.reg]
HKR, Ndi\params\MaxSduSize,                 default,   0, "1530"
HKR, Ndi\params\MaxSduSize,                 max,       0, "1530"

HKR, Ndi\params\524323,                     ParamDesc, 0, %VpiVci%
HKR, Ndi\params\524323,                     default,   0, "vpi=8/vci=35/aal=5/encap=ethllcnfs/scat=ubr/pr=max"
HKR, Ndi\params\524323,                     type,      0, "edit"
HKR, Ndi\params\PVCList,                    ParamDesc, 0, %VpiVciList%
HKR, Ndi\params\PVCList,                    default,   0, "524323"
HKR, Ndi\params\PVCList,                    type,      0, "edit"

; TCP windowsize tweaker
HKLM, SYSTEM\CurrentControlSet\Services\Tcpip\Parameters, TcpWindowSize, 0x00010001 , 0x00007d00


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

 
;---------------------------------------------------------------------------
[AME1101_RFC.AddService]
DisplayName       = %AmeServiceName1101_RFC%
ServiceType       = 1 ;SERVICE_KERNEL_DRIVER
StartType         = 3 ;SERVICE_DEMAND_START
ErrorControl      = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary     = %12%\AmeLanPc.sys
LoadOrderGroup    = NDIS

[AME1101_ATM.AddService]
DisplayName       = %AmeServiceName1101_ATM%
ServiceType       = 1 ;SERVICE_KERNEL_DRIVER
StartType         = 3 ;SERVICE_DEMAND_START
ErrorControl      = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary     = %12%\AmeAtmPc.sys
LoadOrderGroup    = NDIS

;---------------------------------------------------------------------------
[AME1101.AddEventLog]
AddReg = common.AddEventLog.reg

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


;---------------------------------------------------------------------------
[AME1101_RFC.win.CopyFiles]
fw-usb.bin
init-usb.bin
amelanpc.sys

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

;---------------------------------------------------------------------------
[AME1101_RFC.CopyFiles]
fw-usb.bin
init-usb.bin
amelanpc.sys

[AME1101_ATM.CopyFiles]
fw-usb.bin
init-usb.bin
ameatmpc.sys

;---------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
AME1101_RFC.win.CopyFiles = 11  ; Windows System Directory
AME1101_ATM.win.CopyFiles = 11  ; Windows System Directory
AME1101_RFC.CopyFiles = 12      ; Drivers Directory
AME1101_ATM.CopyFiles = 12      ; Drivers Directory
INFHelperFiles = 11             ; Windows System Directory

;---------------------------------------------------------------------------
[Strings]

VpiVci = "VpiVci"
VpiVciList = "VpiVciList"

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

; Device Description in Registry
AmeServiceName1101_RFC = "AmeLanPc"

AmeServiceName1101_ATM = "AmeAtmPc"

; Product Description
;USB\VID_06b9&PID_4061.DeviceDescRFC = "Alcatel MicroElectronics USB RFC1483"
;USB\VID_06b9&PID_4061.DeviceDescATM = "Alcatel MicroElectronics USB PPPoA"
USB\VID_06b9&PID_A5A5.DeviceDescRFC = "Alcatel MicroElectronics USB RFC1483"
;USB\VID_06b9&PID_A5A5.DeviceDescATM = "Alcatel MicroElectronics USB PPPoA"

; Registry configuration strings.
MaxSduSize = "Maximum SDU Size"
InitFW     = "Initialization Firmware"
RunTimeFW  = "Run-time Firmware"
FWSubFunc  = "Subfunction Code"
AlcatelDiskName = "Alcatel Microelectronics ADSL Modem Driver Disk"

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

;---------------------------------------------------------------------------
[SourceDisksFiles]
Amecsa.hlp=1
AmeCSA.cpl=1
fw-usb.bin=1
init-usb.bin=1
ameatmpc.sys=1
amelanpc.sys=1

;---------------------------------------------------------------------------
[SourceDisksNames]
1=%AlcatelDiskName%,,,
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.84