usbt2ap.inf Driver File Contents (TMB800U_210.zip)

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

[version]
;CatalogFile = USBT2AP.CAT
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %CTLM%
DriverVer   = 05/05/2002, 2.14.7.0

[Manufacturer]
%Centillium%     = Centillium

[ControlFlags]
ExcludeFromSelect = USB\VID_0509&PID_0800

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


;
; Windows 9X specific entry
;
[ADSLUSB.ndi]
CopyFiles = setup.temp.CopyFiles,adslusb.win.CopyFiles,Makegroup.CopyFiles,DSL800U.Uninstall.CopyFiles,Browser
AddReg=adslusb.id.reg,adslusb.Gen.Params,common.reg, adslusb.win.reg,main.reg
DeviceID  = "USB\VID_0509&PID_0800"
LogConfig = DefaultConfig

;
; Windows NT specific entry
;
[ADSLUSB.ndi.NT]
Characteristics = 0x84
BusType         = 15
CopyFiles       = adslusb.CopyFiles,setup.temp.CopyFiles,Makegroup2k.CopyFiles,DSL800U.Uninstall2k.CopyFiles
AddReg          = Common.reg, adslusb.reg,main2k.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_0509&PID_0800"


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

HKR, Ndi\params\Vci,   ParamDesc,  0, %Vci%
HKR, Ndi\params\Vci,   default,    0, "00035"
HKR, Ndi\params\Vci,   min,        0, "32"
HKR, Ndi\params\Vci,   max,        0, "65535"
HKR, Ndi\params\Vci,   step,       0, "1"
HKR, Ndi\params\Vci,   Base,       0, "10"
HKR, Ndi\params\Vci,   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, "0"
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, "2"
HKR, Ndi\params\EncapsulationMode,   min,        0, "0"
HKR, Ndi\params\EncapsulationMode,   max,        0, "2"
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",,"Rfc2364 NULL ENCAP"
HKR, Ndi\params\EncapsulationMode\enum,"1",,"Rfc2364 LLC ENCAP"
HKR, Ndi\params\EncapsulationMode\enum,"2",,"PPPoE ENCAPSULATION"

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

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

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


;
; 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, "nolower"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces,            LowerRange, 0, "nolower"
HKR, ,%ConfigFile%,,"turbo28.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, "nolower"
HKR, Ndi\Interfaces,UpperRange, 	0, "ndiswan"
HKR, Ndi\Interfaces,LowerRange, 	0, "nolower"
; 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%\turbo28.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, AddGroup,,"Makegrpb.exe"
HKLM, %KEY_UNINST%, DisplayName,,"DSL800U Uninstallation"
HKLM, %KEY_UNINST%, UninstallString,,"Uninstal.exe"

[main2k.reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,ADSLUSB,,"%10%\temp\Setup.exe"
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run, AddGroup,,"Makegrp2k.exe"
HKLM, %KEY_UNINST%, DisplayName,,"DSL800U Tools Uninstallation"
HKLM, %KEY_UNINST%, UninstallString,,"Deinst2k.exe"

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


[DelGui.reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,ADSLUSB,,"%10%\temp\Setup.exe"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,ADSLUSB2,,"%10%\system\adslunin.exe cusbt2ap.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=%DSL800U CD%,,
[SourceDiskFiles]
setup.exe   =50
setup.ini   =50
data1.hdr   =50
data1.cab   =50
data2.cab   =50
ikernel.ex_ =50
layout.bin  =50
setup.inx   =50
about.bmp   =50
dslbr.ini   =50
stat.bmp    =50
turbo28.bin    =50


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

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

[setup.temp.CopyFiles]
setup.exe,,,2
setup.ini,,,2
data1.hdr,,,2
data1.cab,,,2
data2.cab,,,2
ikernel.ex_,,,2
layout.bin,,,2
setup.inx,,,2
about.bmp,,,2
dslbr.ini,,,2
stat.bmp,,,2

[setup.temp.DelFiles]
setup.exe
setup.ini
data1.hdr
data1.cab
data2.cab
ikernel.ex_
layout.bin
setup.inx
about.bmp
dslbr.ini
stat.bmp

[adslusb.otherfiles]
cusbt2ap.inf

[Makegroup2k.CopyFiles]
makegrp2k.exe
makegrp2k.dat
;Dsl800u.pdf
;ar40.exe
Deinst2k.exe
Deinst2k.dat

[Makegroup.CopyFiles]
makegrpb.exe
makegrpb.dat
;Dsl800u.pdf
;ar40.exe
Uninstal.exe
Deinstum.exe
Deinstum.dat

[DSL800U.Uninstall.CopyFiles]
Deinstum.exe
Deinstum.dat
uninstal.exe

[DSL800U.Uninstall2k.CopyFiles]
Deinst2k.exe
Deinst2k.dat

[Browser]
Dsl800u.dun

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

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

Vpi 		= "VPI"
Vci 		= "VCI"
PCR		= "PCR"
SCR		= "SCR"
MBS		= "MBS"
QOSEnabled      = "QoS Enabled"
TrellisEncoding = "Trellis Encoding"
EncapsulationMode   = "Protocol Encapsulation"

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

ADSLUSB.DeviceDesc    = "DSL800U ADSL Modem"
adslusb.Service.DispName = "DSL800U ADSL Modem"
DSL800U CD   = "DSL800U ADSL Modem CD"

KEY_UNINST="SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\DSL800U"
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.89