TDSLAdap.INF Driver File Contents (engel103.zip)

; TDSLAdap.inf
;
; Install INF für T-DSL Adapter  (T-Online)
;
; This adapter will be automaticly installed with the TDSL-Protocol
;
; Don´t install this adapter alone !
;
;
; Copyright (c) 2000 T-Online International AG
;
; Created by Engel Technologieberatung KG  (www.engel-kg.com)
;
;***********************************************************************
; TDSLAdapter NDIS WAN/TAPI device installer script for Windows 2000.
;***********************************************************************

[version]
DriverVer  = 11/05/2000, 1.0.3
;Signature  = "$Chicago$"
;Compatible = 1
Signature  = "$Windows NT$"
Class      = Net
ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider   = %V_PROVIDER%
;CatalogFile= IsdnWan.cat

[Manufacturer]
%V_MANUFACTURER% = Devices

[Devices]
%TDSLAdapter.Description% = TDSLAdapter.Ndi, TDSLAdapter

;****************************************************************************
; TDSLAdapter Main Install Section
;****************************************************************************
[TDSLAdapter.Ndi.NT]
DeviceID        = TDSLAdapter
MaxInstance     = 1
AddReg          = TDSLAdapter.Ndis.Reg.NT, TDSLAdapter.Isdn.Params.NT, TDSLAdapter.Gen.Params.NT
Characteristics = 0x81  ; NCF_HAS_UI | NCF_VIRTUAL
CopyFiles       = TDSLAdapter.CopyFirst.NT, TDSLAdapter.CopyFirstInf.NT, TDSLAdapter.CopyFiles.NT
;CopyFiles       = TDSLAdapter.CopyFiles.NT

[TDSLAdapter.Ndi.NT.Services]
AddService      = TDSLAdapter, 2, TDSLAdapter.Service.NT, Common.EventLog.NT

;****************************************************************************
; TDSLAdapter Base Section
;****************************************************************************
[TDSLAdapter.Ndis.Reg.NT]
; key,subkey,valuname,type,value
HKR, Ndi,               Service,    0, "TDSLAdapter"
HKR, Ndi\Interfaces,    UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces,    LowerRange, 0, "isdn"
;HKR, Ndi\Interfaces,    LowerRange, 0, "nolower"

;HKR, Ndi,               RequiredAll, 0, "TDSLProtocol"
HKR,Ndi,DeviceID,,TDSLAdapter
HKR,Ndi,MaxInstance,,1


;****************************************************************************
; ISDN Parameters
;****************************************************************************
[TDSLAdapter.Isdn.Params.NT]
; key,subkey,valuname,type,value
HKR, , IsdnSwitchTypes,     0x00010001, 0x0000000E
HKR, , IsdnNumDChannels,    0x00010001, 1
;HKR, , IsdnNumBChannels,    0x00010001, 2
HKR, , IsdnNumBChannels,    0x00010001, 1
;HKR, , WanEndPoints,        0x00010001, 2
HKR, , WanEndPoints,        0x00010001, 1
; WanEndPoints should normally be set to (IsdnNumDChannels * IsdnNumBChannels)
HKR, , BusNumber,           0x00010001, 0
HKR, , BusType,             0x00010001, 0

HKR, , RunningWin2k,        0x00010001, 1


;****************************************************************************
; General Parameters
;****************************************************************************
[TDSLAdapter.Gen.Params.NT]
; key,subkey,valuname,type,value
HKR, , DriverVersion,       0,          %TDSLAdapter.DriverVersion%
;HKR, , DebugFlags,          0x00010001, 0x00008043
HKR, , DebugFlags,          0x00010001, 0x0000ffff



; PPP  KeepAlive Timeout
HKR,NDI\params\KeepAlive,ParamDesc,,"PPP Keep-Alive Timeout (seconds)"
HKR,NDI\params\KeepAlive,type,,int
HKR,Ndi\params\KeepAlive,default,,"120"
HKR,Ndi\params\KeepAlive,min,,"20"
HKR,Ndi\params\KeepAlive,max,,"120"
HKR,Ndi\params\KeepAlive,step,,"20"
HKR,NDI\params\KeepAlive,flag,1,20,00,00,00

; ErrorLogging
HKR,NDI\params\ErrorLogging,ParamDesc,,"Error-Logging (Caution: read Doc!)"
HKR,NDI\params\ErrorLogging,default,,"0"
HKR,NDI\params\ErrorLogging,type,,enum
HKR,NDI\params\ErrorLogging\enum,"0",,"Logging  Disabled (Default)"
HKR,NDI\params\ErrorLogging\enum,"1",,"Logging  Enabled (Caution !!)"
HKR,NDI\params\ErrorLogging\enum,"2",,"Logging (ext.) Enabled (Caution !!)"








;****************************************************************************
; NT Service Section
;****************************************************************************
[TDSLAdapter.Service.NT]
DisplayName     = %TDSLAdapter.Description%
ErrorControl    = 1 ; SERVICE_ERROR_NORMAL
LoadOrderGroup  = NDIS
ServiceBinary   = %12%\TDSLAdap.sys  ; System32\Drivers
ServiceType     = 1 ; SERVICE_KERNEL_DRIVER
StartType       = 3 ; 3=SERVICE_DEMAND_START 2=SERVICE_AUTO_START

[Common.EventLog.NT]
AddReg          = Common.AddEventLog.Reg.NT

[Common.AddEventLog.Reg.NT]
; key,subkey,valuname,type,value
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\System32\Drivers\TDSLAdap.sys"
HKR, , TypesSupported,   0x00010001, 7

;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames.NT]
; The name of the disk that the user will be prompted for 
1="T-Online TDSLAdapter Install Disk", "TDSLAdap.sys",

[SourceDisksFiles.NT]
; Which disk the files are located on 
TDSLAdap.sys = 1
TDSLProt.sys = 1
TDSLProt.inf = 1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
TDSLAdapter.CopyFiles.NT = 12 ; System32\Drivers
TDSLAdapter.CopyFirst.NT = 12 ; System32\Drivers
TDSLAdapter.CopyFirstInf.NT = 17 ; Inf\

[TDSLAdapter.CopyFiles.NT]
;TDSLAdap.sys,,,        ; The name of the driver

[TDSLAdapter.CopyFirst.NT]
;TDSLProt.sys,,,        ; The name of the Protocol inf file

[TDSLAdapter.CopyFirstInf.NT]
;TDSLProt.inf,,,        ; The name of the Protocol inf file


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_PROVIDER="T-Online"

; Manufacturer
V_MANUFACTURER="T-Online International AG"

; Device Descriptions - 
TDSLAdapter.Description="T-DSL-Adapter (T-Online)"
TDSLAdapter.DriverVersion="1.0.2"
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: 0.82