MlDUldr.inf Driver File Contents (ADSLFUSB.ZIP)

;-------------------------------------------------------------------------------
;
; ELSA AG PROPERTIES
;
;       Copyright © 2001 ELSA AG. All Rights Reserved.
;
; ABSTRACT:
;       Windows 98/NT5 INF file for the ELSA USB ADSL Modem
;
;-------------------------------------------------------------------------------

[version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ELSA%

[Manufacturer]
%ELSA%      = ELSA

[ELSA]
%AdslUsbLoader.DeviceDesc.POTS% = AUL.ndi.POTS, USB\VID_05CC&PID_3353
%AdslUsbLoader.DeviceDesc.ISDN% = AUL.ndi.ISDN, USB\VID_05CC&PID_3363

[ControlFlags]
ExcludeFromSelect = *

; Windows NT specific
;
[AUL.ndi.POTS.NT]
Characteristics = 0x84
BusType         = 0
AddReg    = AUL.reg.common, AUL.reg.id.POTS, AUL.reg.id.nt
LogConfig = DefaultConfig
Copyfiles = AUL.cf.inf, AUL.cf.inf.POTS, AUL.cf.drivers.NT, AUL.cf.rtbld.POTS.NT, AUL.cf.pppoeclient, AUL.cf.ras
DelFiles  = AUL.cf.inf, AUL.cf.inf.POTS, AUL.df.inf

[AUL.ndi.ISDN.NT]
Characteristics = 0x84
BusType         = 0
AddReg    = AUL.reg.common, AUL.reg.id.ISDN, AUL.reg.id.nt
LogConfig = DefaultConfig
Copyfiles = AUL.cf.inf, AUL.cf.inf.ISDN, AUL.cf.drivers.NT, AUL.cf.rtbld.ISDN.NT, AUL.cf.pppoeclient, AUL.cf.ras
DelFiles  = AUL.cf.inf, AUL.cf.inf.ISDN, AUL.df.inf

[AUL.ndi.POTS.NT.Services]
Addservice = AUL, 2, AUL.AddService

[AUL.ndi.ISDN.NT.Services]
Addservice = AUL, 2, AUL.AddService

[AUL.AddService]
DisplayName    = %AUL.Service.DispName%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 2                  ; SERVICE_AUTO_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\MlDslUsb.sys
LoadOrderGroup = NDIS

[AUL.ndi.POTS.NT.CoInstallers]
AddReg = AUL.reg.ci
CopyFiles = AUL.cf.CoInst.NT

[AUL.ndi.ISDN.NT.CoInstallers]
AddReg = AUL.reg.ci
CopyFiles = AUL.cf.CoInst.NT

[AUL.reg.ci]
HKR,,CoInstallers32,0x00010000,"NewDSL32.dll,DSLxCoInstaller"

; Windows 9x specific
;
[AUL.ndi.POTS]
AddReg    = AUL.reg.common, AUL.reg.id.POTS, AUL.reg.id, AUL.reg.win
DeviceID  = "USB\VID_05CC&PID_3353"
CopyFiles = AUL.cf.inf, AUL.cf.inf.POTS, AUL.cf.drivers, AUL.cf.rtbld.POTS, AUL.cf.CoInst, AUL.cf.pppoepatch, AUL.cf.pppoeclient, AUL.cf.atmpatch, AUL.cf.ras
LogConfig = DefaultConfig
DelFiles  = AUL.cf.inf, AUL.cf.inf.POTS, AUL.df.inf

[AUL.ndi.ISDN]
AddReg    = AUL.reg.common, AUL.reg.id.ISDN, AUL.reg.id, AUL.reg.win
DeviceID  = "USB\VID_05CC&PID_3363"
CopyFiles = AUL.cf.inf, AUL.cf.inf.ISDN, AUL.cf.drivers, AUL.cf.rtbld.ISDN, AUL.cf.CoInst, AUL.cf.pppoepatch, AUL.cf.pppoeclient, AUL.cf.atmpatch, AUL.cf.ras
LogConfig = DefaultConfig
DelFiles  = AUL.cf.inf, AUL.cf.inf.ISDN, AUL.df.inf

;---------------------------------------------------------------------------------------------------------------------------------
; Registry entries

; Common
;
[AUL.reg.common]
HKR, Ndi, InstallInf, 0, "MlDUldr.inf"

[AUL.reg.id.POTS]
HKR, Ndi, DeviceID, 0, "USB\VID_05CC&PID_3353"
HKR, Ndi, POTS    , 1, 1

[AUL.reg.id.ISDN]
HKR, Ndi, DeviceID, 0, "USB\VID_05CC&PID_3363"
HKR, Ndi, ISDN    , 1, 1

; Windows NT specific
;
[AUL.reg.id.nt]
;HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"     ;maintained by NDI
;HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"  ;maintained by NDI
HKR, Ndi,           Service,    0, "MlAdslUsbLoaderService"

; Windows 9x specific
;
[AUL.reg.id]
HKR, Ndi,CardType,, "PNP"
HKR, Ndi\Remove,,, "AUL.Remove"
HKR, Ndi, NdiInstaller,, "NewDSL16.DLL,NewDSLxNdiProc"
HKR, Ndi, InstallInf,, "MlDslUsb.inf"

[AUL.reg.win]
HKR,, DevLoader,0,"*ndis"
HKR,, DeviceVxDs,0,"MlDslUsb.sys"
HKR,, EnumPropPages, 0, "netdi.dll, EnumPropPages"
HKR, Ndi\Interfaces, DefUpper, 0, "noupper"
HKR, Ndi\Interfaces, DefLower, 0, "nolower"
;HKR, Ndi\Interfaces, UpperRange, 0, "noupper"  ;maintained by NDI
;HKR, Ndi\Interfaces, LowerRange, 0, "nolower"  ;maintained by NDI
HKR, NDIS, LogDriverName,0,"MlAdslUsbLoaderDriver"
HKR, NDIS, MajorNdisVersion,1,03
HKR, NDIS, MinorNdisVersion,1,0A

;---------------------------------------------------------------------------------------------------------------------------------
; CopyFiles

[AUL.cf.CoInst.NT]
MlDUP.map,,,2
NewDSL32.dll,,,2
AdADIx32.dll,,,2
AdADIx2k.dll,,,2

[AUL.cf.CoInst]
MlDUP.map,,,2
NewDSL16.dll,,,2
NewDSL32.dll,,,2
IPDetect.exe,,,2
AdADIx32.dll,,,2
AdADIx16.dll,,,2

[AUL.cf.pppoepatch]
poepger.exe,,,2
poepeng.exe,,,2
poepfre.exe,,,2
poepspa.exe,,,2
poepita.exe,,,2
poeppor.exe,,,2
poepdut.exe,,,2

[AUL.cf.pppoeclient]
poeclnt.exe,,,2

[AUL.cf.atmpatch]
atmfix98.exe,2101USA8.exe,,2
atmfixme.exe,2101USAM.exe,,2

[AUL.cf.drivers.NT]
CMV.txt,,,2
MlDslUa.sys,,,2
MlDslUet.sys,,,2
MlDslUax.sys,,,2
MlDslUex.sys,,,2

[AUL.cf.drivers]
CMV.txt,,,2
MlDslUaw.sys,,,2
MlDslUa.sys,,,2
MlDslUe.sys,,,2
MlDslUew.sys,,,2

[AUL.cf.rtbld.POTS.NT]
rtbld0.bnm,rtbld0.pts,,2
rtbld1.bnm,rtbld1.pts,,2
rtbld2.bnm,rtbld2.pts,,2
rtbld3.bnm,rtbld3.pts,,2
rtbld4.bnm,rtbld4.pts,,2

[AUL.cf.rtbld.POTS]
rtbld0.bnm,rtbld0.pts,,2
rtbld1.bnm,rtbld1.pts,,2
rtbld2.bnm,rtbld2.pts,,2
rtbld3.bnm,rtbld3.pts,,2
rtbld4.bnm,rtbld4.pts,,2

[AUL.cf.rtbld.ISDN.NT]
rtbld0.bnm,rtbld0.idn,,2
rtbld1.bnm,rtbld1.idn,,2
rtbld2.bnm,rtbld2.idn,,2
rtbld3.bnm,rtbld3.idn,,2
rtbld4.bnm,rtbld4.idn,,2

[AUL.cf.rtbld.ISDN]
rtbld0.bnm,rtbld0.idn,,2
rtbld1.bnm,rtbld1.idn,,2
rtbld2.bnm,rtbld2.idn,,2
rtbld3.bnm,rtbld3.idn,,2
rtbld4.bnm,rtbld4.idn,,2

[AUL.cf.ras]
elsras.exe,,,2
elsexec.exe,,,2

[AUL.cf.inf]
MlDUldr.inf,,,2

[AUL.cf.inf.POTS]
MlDUep.fni,,,2
MlDUwp.fni,,,2
MlDUtp8.fni,,,2
MlDUtpe.fni,,,2

[AUL.cf.inf.ISDN]
MlDUei.fni,,,2
MlDUwi.fni,,,2
MlDUti8.fni,,,2
MlDUtie.fni,,,2

;---------------------------------------------------------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir      = 11
AUL.cf.rtbld.POTS.NT= 12
AUL.cf.rtbld.ISDN.NT= 12
AUL.cf.drivers.NT   = 12
AUL.cf.inf          = 17
AUL.cf.inf.POTS     = 17
AUL.cf.inf.ISDN     = 17
AUL.df.inf          = 17

[SourceDisksFiles]
MlDUldr.inf = 1
MlDUP.map   = 1, drivers
NewDSL16.dll= 1, drivers
NewDSL32.dll= 1, drivers
CMV.txt     = 1, drivers
MlDslUaw.sys= 1, drivers
MlDslUa.sys = 1, drivers
MlDslUe.sys = 1, drivers
MlDslUew.sys= 1, drivers
MlDslUet.sys= 1, drivers
MlDslUax.sys= 1, drivers
MlDslUex.sys= 1, drivers
rtbld0.idn  = 1, drivers
rtbld1.idn  = 1, drivers
rtbld2.idn  = 1, drivers
rtbld3.idn  = 1, drivers
rtbld4.idn  = 1, drivers
rtbld0.pts  = 1, drivers
rtbld1.pts  = 1, drivers
rtbld2.pts  = 1, drivers
rtbld3.pts  = 1, drivers
rtbld4.pts  = 1, drivers
MlDUei.fni  = 1, drivers
MlDUep.fni  = 1, drivers
MlDUwi.fni  = 1, drivers
MlDUwp.fni  = 1, drivers
MlDUti8.fni = 1, drivers
MlDUtie.fni = 1, drivers
MlDUtp8.fni = 1, drivers
MlDUtpe.fni = 1, drivers
IPDetect.exe= 1, drivers
2101USA8.exe= 1, drivers
2101USAM.exe= 1, drivers
DslMon.exe  = 1, drivers
UnDslUsb.exe= 1, drivers
AdADIx32.dll= 1, drivers
AdADIx16.dll= 1, drivers
AdADIx2k.dll= 1, drivers
poepdut.exe = 1, drivers
poepger.exe = 1, drivers
poepfre.exe = 1, drivers
poepspa.exe = 1, drivers
poeppor.exe = 1, drivers
poepeng.exe = 1, drivers
poepita.exe = 1, drivers
poeclnt.exe = 1, drivers
elsras.exe  = 1, drivers
elsexec.exe = 1, drivers

[SourceDisksNames]
1= %CDName%,,0

[AUL.Remove]
DelFiles= AUL.df.inf
;AddReg=AUL.Del.Addreg

[AUL.df.inf]
MlDslUsb.inf,,, 0x00000001

[AUL.Del.Addreg]
HKLM,ADIUSB,uninstal,0,"1"

[Strings]
ELSA= "ELSA AG"
CDName="ELSA MicroLink ADSL USB Driver CD"
AdslUsbLoader.DeviceDesc.POTS= "ELSA MicroLink ADSL USB POTS Loader"
AdslUsbLoader.DeviceDesc.ISDN= "ELSA MicroLink ADSL USB ISDN Loader"
AUL.Service.DispName    = "ELSA MicroLink ADSL USB Loader"
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: 1.70