USBFALN.INF Driver File Contents (DX3011U_new.zip)

;==========================================================================================
; USBFALN.INF for Windows 2000 and Windows 98
; 
; Centillium Communications, Inc.
;
; Copyright (c) Centillium Communications, Inc. 1999-2000. All Rights Reserved
;
;==========================================================================================

[version]
;CatalogFile = USBFALN.CAT
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %CTLM%
DriverVer   = 12/18/2000, 2.12.1.0

[Manufacturer]
%Centillium%     = Centillium


[ControlFlags]
ExcludeFromSelect = USB\VID_0723&PID_0001

[Centillium]
;
; DisplayName           Section       DeviceID
; -----------           -------       --------
%ADSLUSB.DeviceDesc%  = ADSLUSB.ndi,  USB\VID_0723&PID_0001

;
; Windows 9X specific entry
;
[ADSLUSB.ndi]
CopyFiles = setup.temp.CopyFiles,adslusb.win.CopyFiles
AddReg    = adslusb.id.reg, Common.reg, adslusb.win.reg, main.reg
DeviceID  = "USB\VID_0723&PID_0001"
LogConfig = DefaultConfig

;
; Windows NT specific entry
;
[ADSLUSB.ndi.NT]
Characteristics = 0x84
BusType         = 15
CopyFiles       = adslusb.CopyFiles,setup.temp.CopyFiles
AddReg          = Common.reg, adslusb.reg,main.reg

[ADSLUSB.ndi.NT.Services]
AddService = ADSLUSB, 2, adslusb.Service, common.EventLog

;
; Win9x id registry sections
; These are not needed by NT
[adslusb.id.reg]
HKR, Ndi, DeviceID, 0, "USB\VID_0723&PID_0001"

;
; Common registry entries
;
[Common.reg]
HKR, Ndi\params\Rfc1483Vpi,   ParamDesc,  0, %Rfc1483Vpi%
HKR, Ndi\params\Rfc1483Vpi,   default,    0, "00000"
HKR, Ndi\params\Rfc1483Vpi,   min,        0, "0"
HKR, Ndi\params\Rfc1483Vpi,   max,        0, "255"
HKR, Ndi\params\Rfc1483Vpi,   step,       0, "1"
HKR, Ndi\params\Rfc1483Vpi,   base,       0, "10"
HKR, Ndi\params\Rfc1483Vpi,   type,       0, "int"

HKR, Ndi\params\Rfc1483Vci,   ParamDesc,  0, %Rfc1483Vci%
HKR, Ndi\params\Rfc1483Vci,   default,    0, "00067"
HKR, Ndi\params\Rfc1483Vci,   min,        0, "32"
HKR, Ndi\params\Rfc1483Vci,   max,        0, "65535"
HKR, Ndi\params\Rfc1483Vci,   step,       0, "1"
HKR, Ndi\params\Rfc1483Vci,   Base,       0, "10"
HKR, Ndi\params\Rfc1483Vci,   type,       0, "dword"

HKR, Ndi\params\TxBufferCount,   ParamDesc,  0, %TxBufferCount%
HKR, Ndi\params\TxBufferCount,   default,    0, "00050"
HKR, Ndi\params\TxBufferCount,   min,        0, "1"
HKR, Ndi\params\TxBufferCount,   max,        0, "1024"
HKR, Ndi\params\TxBufferCount,   step,       0, "1"
HKR, Ndi\params\TxBufferCount,   Base,       0, "10"
HKR, Ndi\params\TxBufferCount,   type,       0, "int"

HKR, Ndi\params\RxBufferCount,   ParamDesc,  0, %RxBufferCount%
HKR, Ndi\params\RxBufferCount,   default,    0, "00050"
HKR, Ndi\params\RxBufferCount,   min,        0, "1"
HKR, Ndi\params\RxBufferCount,   max,        0, "1024"
HKR, Ndi\params\RxBufferCount,   step,       0, "1"
HKR, Ndi\params\RxBufferCount,   Base,       0, "10"
HKR, Ndi\params\RxBufferCount,   type,       0, "int"

HKR, Ndi\params\Trellis_Encoding,   ParamDesc,  0, %TrellisEncoding%
HKR, Ndi\params\Trellis_Encoding,   default,    0, "00000"
HKR, Ndi\params\Trellis_Encoding,   min,        0, "0"
HKR, Ndi\params\Trellis_Encoding,   max,        0, "1"
HKR, Ndi\params\Trellis_Encoding,   step,       0, "1"
HKR, Ndi\params\Trellis_Encoding,   base,       0, "10"
HKR, Ndi\params\Trellis_Encoding,   type,       0, "enum"
HKR, Ndi\params\Trellis_Encoding\enum,"0",,"Off"
HKR, Ndi\params\Trellis_Encoding\enum,"1",,"On"


HKR, Ndi\params\EncapsulationMode,   ParamDesc,  0, %EncapsulationMode%
HKR, Ndi\params\EncapsulationMode,   default,    0, "0"
HKR, Ndi\params\EncapsulationMode,   min,        0, "0"
HKR, Ndi\params\EncapsulationMode,   max,        0, "1"
HKR, Ndi\params\EncapsulationMode,   step,       0, "1"
HKR, Ndi\params\EncapsulationMode,   base,       0, "10"
HKR, Ndi\params\EncapsulationMode,   type,       0, "enum"
HKR, Ndi\params\EncapsulationMode\enum,"0",,"BRIDGED_MODE_LLC"
HKR, Ndi\params\EncapsulationMode\enum,"1",,"BRIDGED_MODE_VC"
HKR, Ndi\params\EncapsulationMode\enum,"2",,"ROUTED_MODE_LLC"
HKR, Ndi\params\EncapsulationMode\enum,"3",,"ROUTED_MODE_VC"

HKR, Ndi\params\QOSEnabled,   ParamDesc,  0, %QOSEnabled%
HKR, Ndi\params\QOSEnabled,   default,    0, "0"
HKR, Ndi\params\QOSEnabled,   min,        0, "0"
HKR, Ndi\params\QOSEnabled,   max,        0, "1"
HKR, Ndi\params\QOSEnabled,   step,       0, "1"
HKR, Ndi\params\QOSEnabled,   Base,       0, "10"
HKR, Ndi\params\QOSEnabled,   type,       0, "enum"
HKR, Ndi\params\QOSEnabled\enum,"0",,"NO"
HKR, Ndi\params\QOSEnabled\enum,"1",,"YES"

HKR, Ndi\params\Rfc1483PCR,   ParamDesc,  0, %Rfc1483PCR%
HKR, Ndi\params\Rfc1483PCR,   default,    0, "00000"
HKR, Ndi\params\Rfc1483PCR,   min,        0, "0"
HKR, Ndi\params\Rfc1483PCR,   max,        0, "8000"
HKR, Ndi\params\Rfc1483PCR,   step,       0, "1"
HKR, Ndi\params\Rfc1483PCR,   Base,       0, "10"
HKR, Ndi\params\Rfc1483PCR,   type,       0, "int"

HKR, Ndi\params\Rfc1483SCR,   ParamDesc,  0, %Rfc1483SCR%
HKR, Ndi\params\Rfc1483SCR,   default,    0, "00000"
HKR, Ndi\params\Rfc1483SCR,   min,        0, "0"
HKR, Ndi\params\Rfc1483SCR,   max,        0, "8000"
HKR, Ndi\params\Rfc1483SCR,   step,       0, "1"
HKR, Ndi\params\Rfc1483SCR,   Base,       0, "10"
HKR, Ndi\params\Rfc1483SCR,   type,       0, "int"

HKR, Ndi\params\Rfc1483MBS,   ParamDesc,  0, %Rfc1483MBS%
HKR, Ndi\params\Rfc1483MBS,   default,    0, "00000"
HKR, Ndi\params\Rfc1483MBS,   min,        0, "0"
HKR, Ndi\params\Rfc1483MBS,   max,        0, "65535"
HKR, Ndi\params\Rfc1483MBS,   step,       0, "1"
HKR, Ndi\params\Rfc1483MBS,   Base,       0, "10"
HKR, Ndi\params\Rfc1483MBS,   type,       0, "dword"

;
; NDI Required Components
;
HKR,Ndi\Compatibility,RequireAll,,"MSTCP"
HKR,Ndi\Compatibility,ExcludeAll,,"NETBEUI,NWLINK,NWNBLINK"

;
; adslusb NT specific
;
[adslusb.reg]
HKR, Ndi,                       Service,    0, "ADSLUSB"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, ,%ConfigFile%,,"flite.bin"


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

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

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

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

;----------------------------------------------------------------------------
; adslusb Win9x specific
;
[adslusb.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "adslusb.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
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, NDIS,          LogDriverName,      0, "ADSLUSB"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A
HKR, ,%ConfigFile%,,%11%\flite.bin


HKR, Ndi\Install,   ndis3,              0, "adslusb.install"
HKR, Ndi\Remove,   ndis3,              0, "adslusb.remove"

[main.reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,ADSLUSB,,"%10%\temp\Setup.exe"
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ADSLUSB,,"%11%\ModemBrowser.exe -off"

[DelReg.run]
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ADSLUSB


[DelGui.reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,ADSLUSB,,"%10%\IsUninst.exe -y -f""%30%\Program Files\Centillium Communications\Modem Browser\Uninst.isu"""
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,ADSLUSB2,,"%10%\system\adslunin.exe cusbfaln.inf"


[adslusb.remove]
DelFiles=adslusb.otherfiles,adslusb.win.CopyFiles,setup.temp.DelFiles
DelReg=DelReg.run
AddReg=DelGui.reg

[ADSLUSB.ndi.NT.CoInstallers]
CopyFiles = CoInstallerCopyFilesSection
AddReg = CoInstallers_AddReg
 
[CoInstallerCopyFilesSection]
Adslinst.dll
 
[CoInstallers_AddReg]
HKR,,CoInstallers32,0x00010000,"Adslinst.dll, AdslCoInstaller"

[SourceDisksNames]
50=%CentilliumCD%,,

[SourceDisksFiles]
_inst32i.ex_ =50
_isdel.exe   =50
_setup.dll   =50
_sys1.cab    =50
_user1.cab   =50
data.tag     =50
data1.cab    =50
lang.dat     =50
layout.bin   =50
os.dat       =50
setup.bmp    =50
setup.exe    =50
setup.ini    =50
setup.lid    =50
setup.ins    =50
adslusb.sys  =50
flite.bin    =50


;-----------------------------------------------------------------------------
; DestinationDirs
;
[adslusb.CopyFiles]
adslusb.sys,,,2
flite.bin,,,2

[adslusb.win.CopyFiles]
adslusb.sys,,,2
flite.bin,,,2
adslunin.exe,,,2

[setup.temp.CopyFiles]
_inst32i.ex_,,,2
_isdel.exe,,,2
_setup.dll,,,2
_sys1.cab,,,2
_user1.cab,,,2
data.tag,,,2
data1.cab,,,2
lang.dat,,,2
layout.bin,,,2
os.dat,,,2
setup.bmp,,,2
setup.exe,,,2
setup.ini,,,2
setup.lid,,,2
setup.ins,,,2


[setup.temp.DelFiles]
_inst32i.ex_
_isdel.exe
_setup.dll
_sys1.cab
_user1.cab
data.tag
data1.cab
lang.dat
layout.bin
os.dat
setup.bmp
setup.exe
setup.ini
setup.lid
setup.ins



[adslusb.otherfiles]
cusbfaln.inf


[DestinationDirs]
adslusb.CopyFiles = 12
adslusb.win.CopyFiles = 11
setup.temp.CopyFiles=10,Temp
setup.temp.DelFiles=10,Temp
adslusb.otherfiles = 17,Other


[Strings]
CTLM       = "C"
Centillium    = "Centillium"

Rfc1483Vpi 		= "Rfc1483 VPI"
Rfc1483Vci 		= "Rfc1483 VCI"
Rfc1483PCR		= "Rfc1483 PCR"
Rfc1483SCR		= "Rfc1483 SCR"
Rfc1483MBS		= "Rfc1483 MBS"
QOSEnabled     	= "QoS Enabled"
TrellisEncoding = "Trellis Encoding"
EncapsulationMode   = "Encapsulation Mode"

TxBufferCount  		= "Number of TX Buffers"
RxBufferCount  		= "Number of RX Buffers"
ConfigFile     		= "ConfigFile"

ADSLUSB.DeviceDesc       = "Centillium USB ADSL Modem"
adslusb.Service.DispName = "Centillium USB ADSL Modem"
CentilliumCD   = "Centillium USB ADSL Modem CD"
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: web2, load: 0.41