; 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 95/98. ;*********************************************************************** [version] signature="$CHICAGO$" Class=Net provider=%V_TOL% DriverVer=11/05/2000, 1.0.3 [Manufacturer] %V_TOL%=TOL [TOL] %TDSLAdapter.DeviceDesc%=TDSLAdapter.ndi, TDSLAdapter ;**************************************************************************** ; Adapter Main Install Section ;**************************************************************************** [TDSLAdapter.ndi] ;MaxInstance=1 AddReg=TDSLAdapter.ndi.reg,TDSLAdapter.Gen.Resources,TDSLAdapter.Gen.Params,TDSLAdapter.Line0.Gen.Params,TDSLAdapter.DevID ;LogConfig=TDSLAdapter.LogConfig CopyFiles=TDSLAdapter.CopyFilesInf.FIRST,TDSLAdapter.CopyFilesSys.FIRST [TDSLAdapter.DevID] HKR,Ndi,DeviceID,,"TDSLAdapter" ; or pnp id ;[TDSLAdapter.LogConfig] ;ConfigPriority=HARDRECONFIG ;IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15 ;IOConfig=110-118(3FF::),120-128(3FF::),130-138(3FF::),140-148(3FF::),150-158(3FF::),160-168(3FF::),300-308(3FF::),310-318(3FF::),340-348(3FF::),350-358(3FF::) ;**************************************************************************** ; Base Section ;**************************************************************************** [TDSLAdapter.ndi.reg] ; key,subkey,valuname,type,value HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,, TDSLAdap.sys ;HKR,,EnumPropPages,,"netdi.dll,EnumPropPages" HKR,Ndi,MaxInstance,,1 ; NDIS Info HKR,NDIS,LogDriverName,,"TDSLAdapter" HKR,NDIS,MajorNdisVersion,HEX,03 HKR,NDIS,MinorNdisVersion,HEX,0A ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"ndiswan" HKR,Ndi\Interfaces,DefLower,,"nothing" HKR,Ndi\Interfaces,UpperRange,,"ndiswan" HKR,Ndi\Interfaces,LowerRange,,"nothing" ; Required Components ;HKR,Ndi\Compatibility,RequireAll,,"NDISWAN,TDSLProtocol" HKR,Ndi\Compatibility,RequireAll,,"NDISWAN" ; Install sections ;HKR,Ndi\Install,ndiswan,,"TDSLAdapter.ndiswan" ;HKR,Ndi,InstallInf,,"TDSLProt.inf" ; Context help HKR,Ndi,HelpText,,%TDSLAdapter_HELP% ;**************************************************************************** ; 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,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, ff,00,00,00, 00,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,,"" HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\Hub\PPPMAC,,, ;**************************************************************************** ; General Resources ;**************************************************************************** [TDSLAdapter.Gen.Resources] ; Sample Resources ; ; 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,flag,1,30,00,00,00 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 !!)" ;**************************************************************************** ; General Params ;**************************************************************************** [TDSLAdapter.Gen.Params] ; TDSLAdapter constant values HKR,,BoardType,,"TDSLAdapter" HKR,,BoardName,,"TDSLAdapter" ; HKR,,BusNumber,,1 HKR,,RunningWin95,,"1" HKR,,IsdnNumDChannels,,"1" HKR,,IsdnNumBChannels,,"1" HKR,,DebugFlags,,"0FF" HKR,,DebugLevel,,"0" HKR,,ServiceName,,"" ;**************************************************************************** ; TDSLAdapter Line Params ;**************************************************************************** ;**************************************************************************** ; CopyFiles/Install Section ;**************************************************************************** ; Install section for NDISWAN upper edge (only for WAN miniports) [TDSLAdapter.ndiswan] CopyFiles=TDSLAdapter.ndiswan.CopyFiles,TDSLAdapter.inf.CopyFiles [TDSLAdapter.ndiswan.CopyFiles] ;TDSLAdap.sys ; The name of the driver ;readme.txt ; Any other files [TDSLAdapter.inf.CopyFiles] ;TDSLAdap.inf ; The name of this INF [TDSLAdapter.CopyFilesInf.FIRST] ;TDSLProt.inf ; The name of the TDSLProtocol INF [TDSLAdapter.CopyFilesSys.FIRST] ;TDSLProt.sys ; The name of the TDSLProtocol driver ;**************************************************************************** ; Source Directories ;**************************************************************************** [SourceDisksNames] ; The name of the disk that the user will be prompted for 1="T-Online T-DSL Driver Diskette", "", [SourceDisksFiles] ; Which disk the files are located on TDSLAdap.sys =1 TDSLAdap.inf =1 TDSLProt.inf =1 TDSLProt.sys =1 ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinationDirs] DefaultDestDir =11 ; System Directory TDSLAdapter.ndiswan.CopyFiles =11 ; System Directory TDSLAdapter.inf.CopyFiles =17 ; Inf Directory TDSLAdapter.CopyFilesInf.FIRST =17 ; Inf Directory TDSLAdapter.CopyFilesSys.FIRST =11 ; System Directory ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Provider TOL="T-Online" ; Manufacturers V_TOL="T-Online International AG" ; Device Descriptions TDSLAdapter.DeviceDesc="T-DSL-Adapter (T-Online)" ; Context help TDSLAdapter_HELP="This is the Dialup-Adapter for the PPP-over-Ethernet (PPPoE) protocol. T-DSL is the product name of the ADSL connection provided in Germany by T-Online International AG. Created by www.engel-kg.com"Download Driver Pack
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.