; **********************************************************************
; *
; * DSL WAN (RFC2364) driver INF file for Lucent WildWire adapter
; * with Device ID = 0462
; *
; * Copyright (c) 1999-2000, All Rights Reserved, Lucent Technologies
; *
; **********************************************************************
[Version]
CatalogFile = ltwan462.cat
Signature = "$Windows NT$"
Provider = %LT%
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
DriverVer = 04/25/2000, 1.20.17.156
[Manufacturer]
%LUCENT% = DevicesSection
[DevicesSection]
; ************* Multifunction Board ****************
%LTA%=LTDSLWAN.ndi,MF\LTMF0462_DEV0
[LTDSLWAN.ndi]
AddReg=LTDSLWAN.ndi.reg, common.reg, DriverInfoAddReg
[LTDSLWAN.ndi.NT]
AddReg=LTDSLWAN.ndi.winnt.reg, common.reg, DriverInfoAddReg
CopyFiles=LTDSLWAN.winnt.CopyFiles
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 5 ; PCI
[LTDSLWAN.ndi.NT.Services]
AddService = LTDSLWAN, 2, LTDSLWAN.AddService, LTDSLWAN.AddEventLog
;****************************************************************************
; Registry entries
;****************************************************************************
[LTDSLWAN.ndi.reg]
HKR,Ndi,DeviceID,,MF\LTMF0462_DEV0
HKR,Ndi\Install,ndiswan,,"LTDSLWAN.ndiswan"
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,ltdslwan.sys
HKR,Ndi,HelpText,0, %DslAdapterHelp%
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,"LTDSLWAN"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
HKR,Ndi\Interfaces,DefLower,,"dsl"
HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
HKR,Ndi\Interfaces,LowerRange,,"dsl"
;****************************************************************************
; TAPI Configuration
;****************************************************************************
HKR,TAPI,Properties,1,00,00,00,00
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, 00,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, 00,00,00,00, 00,00,00,00, 02,00,00,00, 01,00,00,00, 00,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,ChannelCaps,1,00,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""
; NDI Required Components
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"
[LTDSLWAN.ndi.winnt.reg]
HKR, Ndi, Service, 0, "LTDSLWAN"
HKR, Ndi, HelpText, 0, %DslAdapterHelp%
; Interfaces
HKR, Ndi\Interfaces, UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces, LowerRange, 0, "wan"
; Refer to DDK section 1.2.7.3 for 0x00010001 meaning
HKR, , WanEndpoints, 0x00010001, "1"
HKR, , IsdnNumDChannels, 0x00010001, "1"
HKR, 0, IsdnNumBChannels, 0x00010001, 1
HKR, , IsdnAutoSwitchDetect, 0x00010001, "1"
[common.reg]
HKR, , BoardName, , %BoardName%
; ServiceName, if required by a particular provider (e.g. Bell Atlantic)
; could be installed via the INF by specifying it here
; HKR,,ServiceName,,%ServiceName%
; Driver Protocol Mode
HKR,,Mode,,"1"
;params
HKR,Ndi\params\AtmScrambling,ParamDesc,,%ATM_SCRAM%
HKR,Ndi\params\AtmScrambling,default,,"1"
HKR,Ndi\params\AtmScrambling,type,,"enum"
HKR,Ndi\params\AtmScrambling\enum,0,,%PARM_OFF%
HKR,Ndi\params\AtmScrambling\enum,1,,%PARM_ON%
HKR,Ndi\params\Configuration,ParamDesc,,%CONF_MODE%
HKR,Ndi\params\Configuration,type,,"enum"
HKR,Ndi\params\Configuration,default,,"1"
HKR,Ndi\params\Configuration\enum,1,,"UAWG Lite"
HKR,Ndi\params\Configuration\enum,4,,"T1E1.413 Issue 2"
HKR,Ndi\params\Configuration\enum,6,,"G.992.2"
HKR,Ndi\params\DelayAfterTraining,ParamDesc,,%DEL_TRAIN%
HKR,Ndi\params\DelayAfterTraining,default,,"3"
HKR,Ndi\params\DelayAfterTraining,min,,"0"
HKR,Ndi\params\DelayAfterTraining,max,,"15"
HKR,Ndi\params\DelayAfterTraining,step,,"1"
HKR,Ndi\params\DelayAfterTraining,base,,"10"
HKR,Ndi\params\DelayAfterTraining,type,,"int"
HKR,Ndi\params\TransmissionMode,ParamDesc,,%TRANS_MODE%
HKR,Ndi\params\TransmissionMode,type,,"enum"
HKR,Ndi\params\TransmissionMode,default,,"1"
HKR,Ndi\params\TransmissionMode\enum,1,,%VCMUX%
HKR,Ndi\params\TransmissionMode\enum,3,,%LLC%
HKR,Ndi\params\TransmissionMode\enum,4,,%PPPOE%
HKR,Ndi\params\VirtualPathID,ParamDesc,,%VPI%
HKR,Ndi\params\VirtualPathID,default,,"0"
HKR,Ndi\params\VirtualPathID,min,,"0"
HKR,Ndi\params\VirtualPathID,max,,"255"
HKR,Ndi\params\VirtualPathID,base,,"10"
HKR,Ndi\params\VirtualPathID,type,,"dword"
HKR,Ndi\params\VirtualChannelID,ParamDesc,,%VCI%
HKR,Ndi\params\VirtualChannelID,default,,"33"
HKR,Ndi\params\VirtualChannelID,min,,"0"
HKR,Ndi\params\VirtualChannelID,max,,"65535"
HKR,Ndi\params\VirtualChannelID,base,,"10"
HKR,Ndi\params\VirtualChannelID,type,,"dword"
HKR,,RcvCellBufCnt,,"192"
HKR,,RcvCellBufSize,,"4096"
; Optional parameters for debugging
;#define DBG_COMP_INIT 0x00000001
;#define DBG_COMP_SEND 0x00000002
;#define DBG_COMP_RECV 0x00000004
;#define DBG_COMP_REQUEST 0x00000008
;#define DBG_COMP_UNLOAD 0x00000010
;#define DBG_COMP_VC 0x00000040
;#define DBG_COMP_HALT 0x00000080
;#define DBG_COMP_INT 0x00000100
;#define DBG_COMP_RESET 0x00000200
;#define DBG_COMP_RS 0x00000800 // R-S debug
;#define DBG_COMP_ODT 0x00001000
;#define DBG_COMP_TAPI 0x00002000
;#define DBG_COMP_LINK 0x00004000
;#define DBG_COMP_CONTENTS 0x00008000 // Contents of XMT and RCV data
;#define DBG_COMP_IDLE_CELL 0x00010000 // Prints Idle or Data Cell Received
;#define DBG_COMP_PKT_TIME 0x00020000 // Timestamp on received/xmit packets
;#define DBG_COMP_EOC 0x00040000
;#define DBG_COMP_INTR_TIMES 0x00100000 // Debug for calculating the time spent
; // processing ISRs before getting to a DPC
;#define DBG_LTDISPATCH 0x00200000
HKR,Ndi\params\DebugSystems,ParamDesc,,%DEBUG_LEVEL%
HKR,Ndi\params\DebugSystems,type,,"dword"
HKR,Ndi\params\DebugSystems,base,,"16"
HKR,Ndi\params\DebugSystems,default,,"000053C1"
[LTDSLWAN.AddService]
DisplayName = %LTDSLWAN.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_AUTO_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\ltdslwan.sys
LoadOrderGroup = NDIS
[LTDSLWAN.AddEventLog]
AddReg = LTDSLWAN.AddEventLog.reg
[LTDSLWAN.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
; The doc says that Net class components (i.e. adapters) shouldn't have Remove
; sections because you might have multiple instances of an adapter in the system
;;[LTDSLWAN.ndi.NT.Remove]
;;DelReg = LTDSLWAN.ndi.reg
;;
;;[LTDSLWAN.ndi.NT.Remove.Services]
;;DelService = LTDSLWAN
[LTDSLWAN.ndiswan]
CopyFiles=LTDSLWAN.ndiswan.CopyFiles
[LTDSLWAN.winnt.CopyFiles]
ltdslwan.sys,,,2
ltdsp1.e,,,2
ltdsp2.e,,,2
ltdsp22.e,,,2
ltdsp1.aa,,,2
ltdsp2.aa,,,2
ltdsp22.aa,,,2
ltdsp1.hs,,,2
ltdsp2.hs,,,2
ltdsp22.hs,,,2
[LTDSLWAN.ndiswan.CopyFiles]
ltdslwan.sys
ltdsp1.e
ltdsp2.e
ltdsp22.e
ltdsp1.aa
ltdsp2.aa
ltdsp22.aa
ltdsp1.hs
ltdsp2.hs
ltdsp22.hs
[SourceDisksNames]
1=%DISK_NAME%,,
[SourceDisksFiles]
ltdslwan.sys=1
ltdsp1.e=1
ltdsp2.e=1
ltdsp22.e=1
ltdsp1.aa=1
ltdsp2.aa=1
ltdsp22.aa=1
ltdsp1.hs=1
ltdsp2.hs=1
ltdsp22.hs=1
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
LTDSLWAN.ndiswan.CopyFiles = 11
LTDSLWAN.WINNT.CopyFiles = 12
;****************************************************************************
; Driver Information History
;****************************************************************************
[DriverInfoAddReg]
; This section is added to all INFs to add registry entries for Driver Info.
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Description,,%DriverDescription%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,CurrentVer,,%DriverOEMVersion%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%,Ver_%DriverOEMVersion%,,%DriverVersionID%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, BaseDriverFileName,,%BaseDriverFileName%
HKLM,Software\InstalledOptions\%DriverOEM%\%DriverFamily%\%DriverMfgr%\%DriverProduct%, BaseDriverFileVersion,,%BaseDriverFileVersion%
;
; Translatable strings
;
[Strings]
LT = "Lucent Technologies"
LUCENT = "Lucent Microelectronics"
; Same disk name as in the modem INF file
DISK_NAME = "Lucent V90+DSL Installation Disk"
ATM_SCRAM = "ATM Scrambling"
CONF_MODE="Configuration"
DEL_TRAIN = "Delay After Training"
TRANS_MODE = "Transmission Mode"
VCMUX="RFC2364 VC Mux"
LLC="RFC2364 LLC"
PPPOE="PPP over Ethernet"
VPI = "Virtual Path ID (VPI)"
VCI = "Virtual Channel ID (VCI)"
DEBUG_LEVEL = "Debug System Level"
PARM_ON = "On"
PARM_OFF = "Off"
;
; Adapter names
;
LTA="Lucent V90+DSL WAN Adapter (ID=0462)"
LTDSLWAN.Service.DispName = "Lucent V90+DSL WAN Adapter Driver"
; BoardName MUST be 36 or less characters long
BoardName="WildWire DSL Adapter"
; Optional (if not required) ServiceName - BELOW IS AN EXAMPLE ONLY
; This is only used in PPP over Ethernet mode
; If specified, it must match exactly what's required by the service provider
; ServiceName="Bell Atlantic DSL Service"
;
;
; Help Text
;
DslAdapterHelp="A Digital Subscriber Line (DSL) Adapter provides a high speed connection to the Internet or other remote network"
;
; Driver Information History Strings
;
DriverMfgr="Lucent Technologies" ; IHV name
DriverVersionID="1.20.17.156" ; The IHV driver version
BaseDriverFileName="ltdslwan.sys" ; Key file for version
BaseDriverFileVersion="1.20.17.156" ; version of key file
; These items will be set by IHV and updated by OEM
DriverOEM="Lucent Technologies" ; name of the OEM
DriverFamily="NIC" ; device family (NIC, Storage, Video...)
DriverProduct="Lucent V90+DSL WAN Adapter Driver" ; Specific Name of device (chipset, for example)
DriverDescription="Lucent V90+DSL WAN Adapter Driver"; Description of device (product name, OS or system supported)
DriverOEMVersion="1.20.17.156" ; OEM-specified version
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.