USBFAEN.INF Driver File Contents (DX3011U_new.zip)

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

[version]
;CatalogFile = USBFAEN.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,adslusb.Gen.Params,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.reg]
HKR, Ndi\params\PPPoEVpi,   ParamDesc,  0, %PPPoEVpi%
HKR, Ndi\params\PPPoEVpi,   default,    0, "00000"
HKR, Ndi\params\PPPoEVpi,   min,        0, "0"
HKR, Ndi\params\PPPoEVpi,   max,        0, "255"
HKR, Ndi\params\PPPoEVpi,   step,       0, "1"
HKR, Ndi\params\PPPoEVpi,   base,       0, "10"
HKR, Ndi\params\PPPoEVpi,   type,       0, "int"

HKR, Ndi\params\PPPoEVci,   ParamDesc,  0, %PPPoEVci%
HKR, Ndi\params\PPPoEVci,   default,    0, "00067"
HKR, Ndi\params\PPPoEVci,   min,        0, "32"
HKR, Ndi\params\PPPoEVci,   max,        0, "65535"
HKR, Ndi\params\PPPoEVci,   step,       0, "1"
HKR, Ndi\params\PPPoEVci,   Base,       0, "10"
HKR, Ndi\params\PPPoEVci,   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\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\PPPoEPCR,   ParamDesc,  0, %PPPoEPCR%
HKR, Ndi\params\PPPoEPCR,   default,    0, "00000"
HKR, Ndi\params\PPPoEPCR,   min,        0, "0"
HKR, Ndi\params\PPPoEPCR,   max,        0, "8000"
HKR, Ndi\params\PPPoEPCR,   step,       0, "1"
HKR, Ndi\params\PPPoEPCR,   Base,       0, "10"
HKR, Ndi\params\PPPoEPCR,   type,       0, "int"

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

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

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

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

;
; adslusb NT specific
;
[adslusb.reg]
HKR, Ndi,                       Service,    0, "ADSLUSB"
; use ndiswan as the upper bound because NT supports it
HKR, Ndi\Interfaces,            DefUpper,   0, "ndiswan"
HKR, Ndi\Interfaces,            DefLower,   0, "isdn"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces,            LowerRange, 0, "isdn"
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, "ndiswan"
HKR, Ndi\Interfaces,DefLower,   	0, "isdn"
HKR, Ndi\Interfaces,UpperRange, 	0, "ndiswan"
HKR, Ndi\Interfaces,LowerRange, 	0, "isdn"
; Required Components
HKLM, Software\Microsoft\Windows\CurrentVersion\Setup,SourcePath,0,%11%
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"

HKR, NDIS,          LogDriverName,      0, "ADSLUSB"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A
HKR, ,%ConfigFile%,,%11%\flite.bin
HKR, Ndi\Install,  ndiswan,              0, "adslusb.install"
HKR, Ndi\Remove,   ndiswan,              0, "adslusb.remove"

; Add ISDN Class to RNA
HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,

;****************************************************************************
; TAPI ISDN Configuration
;****************************************************************************
;HKR,,NumberOfLines,,1
HKR,TAPI,ConfigFlags,1,00,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, ff,00,00,00, 03,00,00,00, 02,00,00,00, 02,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""
HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00
HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel1,SPID,,""
HKR,TAPI\Line0\Channel1,Phone,,""


;****************************************************************************
; General Params
;****************************************************************************
[adslusb.Gen.Params]

; adslusb constant values
HKR,,BoardType,,"adslusb"
HKR,,BoardName,,"adslusb"


[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 cusbfaen.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]
cusbfaen.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"

PPPoEVpi 		= "PPPoE VPI"
PPPoEVci 		= "PPPoE VCI"
PPPoEPCR		= "PPPoE PCR"
PPPoESCR		= "PPPoE SCR"
PPPoEMBS		= "PPPoE MBS"
QOSEnabled      = "QoS Enabled"
TrellisEncoding = "Trellis Encoding"

TxBufferCount  		= "Number of TX Buffers"
RxBufferCount  		= "Number of RX Buffers"
ForceDoubleBuffer  	= "Enable Double Buffer"
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: web1, load: 0.65