mlduldr.inf Driver File Contents (treiber_ml_adsl_fun_usb.zip)

;-------------------------------------------------------------------------
;
; devolo AG PROPERTIES
;
;       Copyright © 2002 devolo AG. All Rights Reserved.
;
; ABSTRACT:
;       Windows 9x/2K/XP INF file for the devolo MicroLink ADSL Fun USB Modem
;
;-------------------------------------------------------------------------

[version]
Signature  = "$Chicago$"
Compatible = 1; 2K/XP
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %PROVIDER%

[Manufacturer]
%PROVIDER% = DEVOLO

[DEVOLO]
%AdslUsbLoader.DeviceDesc.POTS% = AUL.ndi.POTS, USB\VID_1039&PID_2111
%AdslUsbLoader.DeviceDesc.ISDN% = AUL.ndi.ISDN, USB\VID_1039&PID_2101
; old ELSA devices
%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 2K/XP specific
;
[AUL.ndi.POTS.NT]
Characteristics = 0x84
BusType         = 0; USB
AddReg    = AUL.reg.id.POTS, AUL.reg.nt, AUL.reg.common
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.id.ISDN, AUL.reg.nt, AUL.reg.common
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.id.POTS, AUL.reg.win, AUL.reg.common
DeviceID  = "USB\VID_1039&PID_2111"

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.id.ISDN, AUL.reg.win, AUL.reg.common
DeviceID  = "USB\VID_1039&PID_2101"

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_1039&PID_2111"
HKR, Ndi, POTS    , 1, 1

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

; Windows 2K/XP specific
;
[AUL.reg.nt]
HKR, Ndi,           Service,    0, "MlAdslUsbLoaderService"

; Windows 9x specific
;
[AUL.reg.win]
HKR,               , DevLoader       , 0, "*ndis"
HKR,               , DeviceVxDs      , 0, "MlDslUsb.sys"
HKR,               , EnumPropPages   , 0, "netdi.dll, EnumPropPages"
HKR, Ndi           , CardType        , 0, "PNP"
HKR, Ndi           , NdiInstaller    , 0, "NewDSL16.DLL,NewDSLxNdiProc"
HKR, Ndi\Remove    ,                 , 0, "AUL.Remove"
HKR, Ndi\Interfaces, UpperRange      , 0, "noupper"
HKR, Ndi\Interfaces, LowerRange      , 0, "nolower"
HKR, NDIS          , LogDriverName   , 0, "MlAdslUsbLoaderDriver"
HKR, NDIS          , MajorNdisVersion, 1, 03
HKR, NDIS          , MinorNdisVersion, 1, 0A

[AUL.Remove]
DelFiles= AUL.df.inf

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

[AUL.cf.CoInst.NT]
MlDUP.map,,,2
NewDSL32.dll,,,2
addevx32.dll,,,2
addevx2k.dll,,,2

[AUL.cf.CoInst]
MlDUP.map,,,2
NewDSL16.dll,,,2
NewDSL32.dll,,,2
addevx32.dll,,,2
addevx16.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]
MlDslUa.sys,,,2
MlDslUet.sys,,,2

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

[AUL.cf.rtbld.POTS.NT]
CMV.txt,CMVp.txt,,2
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]
CMV.txt,CMVp.txt,,2
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]
CMV.txt,CMVi.txt,,2
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]
CMV.txt,CMVi.txt,,2
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]
devras.exe,,,2
devexec.exe,,,2
MlDUboot.exe,,,2


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

[AUL.cf.inf.POTS]
MlDUep.fni,,,2
MlDUwp.fni,,,2
MlDU8p.fni,,,2
MlDUtp.fni,,,2

[AUL.cf.inf.ISDN]
MlDUei.fni,,,2
MlDUwi.fni,,,2
MlDU8i.fni,,,2
MlDUti.fni,,,2

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

;-------------------------------------------------------------------------
[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
CMVp.txt    = 1, drivers
CMVi.txt    = 1, drivers
MlDslUaw.sys= 1, drivers
MlDslUa.sys = 1, drivers
MlDslUe.sys = 1, drivers
MlDslUew.sys= 1, drivers
MlDslUet.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
MlDU8i.fni  = 1, drivers
MlDUti.fni  = 1, drivers
MlDU8p.fni  = 1, drivers
MlDUtp.fni  = 1, drivers
2101USA8.exe= 1, drivers
2101USAM.exe= 1, drivers
addevx32.dll= 1, drivers
addevx16.dll= 1, drivers
addevx2k.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
devras.exe  = 1, drivers
devexec.exe = 1, drivers
MlDUboot.exe= 1, drivers

[SourceDisksNames]
1= %CDName%,,0


;-------------------------------------------------------------------------
[Strings]
PROVIDER = "devolo AG"

CDName= "MicroLink ADSL Fun USB Software CD"

AdslUsbLoader.DeviceDesc.POTS= "MicroLink ADSL Fun USB Annex A Loader"
AdslUsbLoader.DeviceDesc.ISDN= "MicroLink ADSL Fun USB Annex B Loader"
AUL.Service.DispName= "MicroLink ADSL Fun 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: web1, load: 0.93