;======================================================================================================= ; ; Integrated Telecom Express Inc. ADSL NIC Driver Installation Set, for Apollo, Windows 98 / Windows ME ; ; Copyright (c) 1998-2002, Integrated Telecom Express Inc. ; ;======================================================================================================= [version] ;CatalogFile = ;LayoutFile=layout.inf ;signature="$Windows95$" signature="$CHICAGO$" Class=Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} DriverVer = 01/24/2002,2.4.1 ;CatalogFile = ITeXA2.cat provider=%V_ADSL% [Manufacturer] %V_ADSL%=ADSL ;================================================================= ; Source Files Section ;================================================================= [SourceDisksNames] 50="DSL700P Driver Disk",,0 [SourceDisksFiles] w95amgm.inf = 50, ; on distribution disk 1, in root w95ADSL.inf = 50, ; on distribution disk 1, in root amgm.vxd = 50, ; on distribution disk 1, in root ADSL95a2.sys = 50, ; on distribution disk 1, in root mapia2.exe = 50, ; on distribution disk 1, in root Ndi9x.dll = 50, ; on distribution disk 1, in root MapiIcon.exe = 50, ; on distribution disk 1, in root mapidrv.dll = 50, ; on distribution disk 1, in root DllMapi2.exe = 50, ; on distribution disk 1, in root DllMapi6.exe = 50, ; on distribution disk 1, in root DllMapi8.exe = 50, ; on distribution disk 1, in root UInsADSL.exe = 50, ; on distribution disk 1, in root AdslCfg.ini = 50, ; on distribution disk 1, in root ReadMe.htm = 50, ; on distribution disk 1, in root Tcpipset.dat = 50, Tcpipset.exe = 50, Start.pif = 50, Start.bat = 50, [ADSL] %PCI\VEN_1471&DEV_0188.DeviceDesc%=a2.ndi, PCI\VEN_1471&DEV_0188 ;%PCI\VEN_1471&DEV_0188.DeviceDesc%=a2.ndi, PCI\VEN_1471&DEV_0188&SUBSYS_01881471&REV_10 ;for A2 ;%PCI\VEN_1471&DEV_0188.DeviceDesc%=a2.ndi, PCI\VEN_1471&DEV_0188&SUBSYS_03881471&REV_10 ;for A3 ;%PCI\VEN_1471&DEV_0188.DeviceDesc%=a2.ndi, PCI\VEN_1471&DEV_0188&SUBSYS_03881471&REV_11 ;for A3 ;=================================== ; Installer Section ;=================================== [a2.ndi] AddReg=a2.ndi.reg,ndis.ndi.reg,param.ndi.reg ;with Large Application ;CopyFiles=adsl.CopyFiles.vxd,a2.CopyFiles.sys,adsl.Copyfiles.inf,a2.CopyFiles.mapi ;with Systray Application CopyFiles=adsl.CopyFiles.vxd,a2.CopyFiles.sys,adsl.Copyfiles.inf,a2.CopyFiles.mapiic,Start.CopyFiles,Temp.CopyFiles [a2.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1471&DEV_0188" HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,,ADSL95a2.sys HKR,NDIS,LogDriverName,,"ADSL95a2" ;HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ADSL_A2,,"%10%\System\MapiIcon.exe" HKLM,Software\Microsoft\Windows\CurrentVersion\Run,ADSL_A2,,"%10%\System\DllMapi6.exe" HKR,Ndi,NdiInstaller,,"Ndi9X.dll,MyNdiProc" [ndis.ndi.reg] HKR,,EnumPropPages,,"netdi.dll,EnumPropPages" HKR,Ndi,InstallInf,,"w95amgm.inf" HKR,NDIS,MajorNdisVersion,1,00 HKR,NDIS,MinorNdisVersion,1,0A HKR,Ndi\Interfaces,DefUpper,,"ndis3,itexamgm" HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,UpperRange,,"ndis3,itexamgm" HKR,Ndi\Interfaces,LowerRange,,"ethernet" HKR,Ndi\Compatibility,RequireAll,,"AMGM,MSTCP" [param.ndi.reg] ; Advanced Params HKR, Ndi\params\Vpi,ParamDesc,, "VPI" HKR, Ndi\params\Vpi,default, , "0" HKR, Ndi\params\Vpi,min, , "0" HKR, Ndi\params\Vpi,max, , "255" HKR, Ndi\params\Vpi,step, , "1" HKR, Ndi\params\Vpi,base, , "10" HKR, Ndi\params\Vpi,type, , "long" HKR, Ndi\params\Vci,ParamDesc,, "VCI" HKR, Ndi\params\Vci,default, , "101" HKR, Ndi\params\Vci,min, , "0" HKR, Ndi\params\Vci,max, , "65535" HKR, Ndi\params\Vci,step, , "1" HKR, Ndi\params\Vci,base, , "10" HKR, Ndi\params\Vci,type, , "long" HKR, Ndi\Params\Framing, ParamDesc, 0, "Framing" HKR, Ndi\Params\Framing, default, 0, "0" HKR, Ndi\Params\Framing\Enum, "0", 0, "LLC/SNAP" HKR, Ndi\Params\Framing\Enum, "1", 0, "VC Mux" HKR, Ndi\Params\Framing, type, 0, "enum" HKR, Ndi\Params\Protocol, ParamDesc, 0, "Protocol" HKR, Ndi\Params\Protocol, default, 0, "0" HKR, Ndi\Params\Protocol\Enum, "0", 0, "Classical IP over ATM" HKR, Ndi\Params\Protocol\Enum, "1", 0, "Bridged Ethernet over ATM" HKR, Ndi\Params\Protocol\Enum, "2", 0, "Routed IP over ATM" HKR, Ndi\Params\Protocol, type, 0, "enum" HKR, Ndi\params\Vpi_Bert,ParamDesc,, "VPI (Bit Error Rate Test)" HKR, Ndi\params\Vpi_Bert,default, , "0" HKR, Ndi\params\Vpi_Bert,min, , "0" HKR, Ndi\params\Vpi_Bert,max, , "255" HKR, Ndi\params\Vpi_Bert,step, , "1" HKR, Ndi\params\Vpi_Bert,base, , "10" HKR, Ndi\params\Vpi_Bert,type, , "long" HKR, Ndi\params\Vci_Bert,ParamDesc,, "VCI (Bit Error Rate Test)" HKR, Ndi\params\Vci_Bert,default, , "21" HKR, Ndi\params\Vci_Bert,min, , "0" HKR, Ndi\params\Vci_Bert,max, , "65535" HKR, Ndi\params\Vci_Bert,step, , "1" HKR, Ndi\params\Vci_Bert,base, , "10" HKR, Ndi\params\Vci_Bert,type, , "long" HKR, Ndi\params\ModemOpMode, ParamDesc,, "ModemOpMode" HKR, Ndi\params\ModemOpMode, default, 0, "1" HKR, Ndi\Params\ModemOpMode\Enum, "1", 0, "T1.413" HKR, Ndi\Params\ModemOpMode\Enum, "2", 0, "G.Dmt" HKR, Ndi\Params\ModemOpMode\Enum, "3", 0, "T1.413+G.Dmt" HKR, Ndi\Params\ModemOpMode\Enum, "8", 0, "G.Lite" HKR, Ndi\Params\ModemOpMode\Enum, "9", 0, "T1.413+G.Lite" HKR, Ndi\Params\ModemOpMode\Enum, "10", 0, "G.Dmt+G.Lite" HKR, Ndi\Params\ModemOpMode\Enum, "11", 0, "T1.413+G.Dmt+G.Lite" HKR, Ndi\params\ModemOpMode, type, 0, "enum" HKR, Ndi\params\QoS, ParamDesc,, "QoS" HKR, Ndi\params\QoS, default, 0, "0" HKR, Ndi\Params\QoS\Enum, "0", 0, "Disable" HKR, Ndi\Params\QoS\Enum, "1", 0, "Enable" HKR, Ndi\params\QoS, type, 0, "enum" HKR, Ndi\params\PCR, ParamDesc,, "QoS Option, PCR" HKR, Ndi\params\PCR, default, , "1811" HKR, Ndi\params\PCR, min, , "75" HKR, Ndi\params\PCR, max, , "1811" HKR, Ndi\params\PCR, step, , "1" HKR, Ndi\params\PCR, base, , "10" HKR, Ndi\params\PCR, type, , "long" HKR, Ndi\params\SCR, ParamDesc,, "QoS Option, SCR" HKR, Ndi\params\SCR, default, , "905" HKR, Ndi\params\SCR, min, , "75" HKR, Ndi\params\SCR, max, , "1811" HKR, Ndi\params\SCR, step, , "1" HKR, Ndi\params\SCR, base, , "10" HKR, Ndi\params\SCR, type, , "long" HKR, Ndi\params\MBS, ParamDesc,, "QoS Option, MBS" HKR, Ndi\params\MBS, default, , "448" HKR, Ndi\params\MBS, min, , "0" HKR, Ndi\params\MBS, max, , "1811" HKR, Ndi\params\MBS, step, , "1" HKR, Ndi\params\MBS, base, , "10" HKR, Ndi\params\MBS, type, , "long" HKR, Ndi\params\AVR, ParamDesc,, "QoS Option, AVR" HKR, Ndi\params\AVR, default, , "905" HKR, Ndi\params\AVR, min, , "75" HKR, Ndi\params\AVR, max, , "1811" HKR, Ndi\params\AVR, step, , "1" HKR, Ndi\params\AVR, base, , "10" HKR, Ndi\params\AVR, type, , "long" HKR, Ndi\params\MinRate, ParamDesc,, "QoS Option, Min Rate" HKR, Ndi\params\MinRate, default, , "1358" HKR, Ndi\params\MinRate, min, , "75" HKR, Ndi\params\MinRate, max, , "1811" HKR, Ndi\params\MinRate, step, , "1" HKR, Ndi\params\MinRate, base, , "10" HKR, Ndi\params\MinRate, type, , "long" HKR, Ndi\params\AtuC_VendorID, ParamDesc,, "AtuC_VendorID" HKR, Ndi\params\AtuC_VendorID, default, , "3" HKR, Ndi\params\AtuC_VendorID, min, , "0" HKR, Ndi\params\AtuC_VendorID, max, , "2147483647" HKR, Ndi\params\AtuC_VendorID, step, , "1" HKR, Ndi\params\AtuC_VendorID, base, , "10" HKR, Ndi\params\AtuC_VendorID, type, , "long" HKR, Ndi\params\CustomizedTuningID, ParamDesc, 0, "Customized Tuning ID" HKR, Ndi\params\CustomizedTuningID, Default, 0, "00000000000000000000000000000000000000000000000000000000000000000000" HKR, Ndi\params\CustomizedTuningID, type, 0, "edit" HKR, NDI\params\CustomizedTuningID, LimitText, 0, "68" HKR, NDI\params\CustomizedTuningID, UpperCase, 0, "1" HKR, NDI\params\CustomizedTuningID, optional, 0, "0" ;HKR,,CustomizedTuningID, 0 ,"00000000000000000000000000000000000000000000000000000000000000000000" HKR, Ndi\params\IncTxPower, ParamDesc, 0, "IncTxPower" HKR, Ndi\params\IncTxPower, default, 0, "3" HKR, Ndi\params\IncTxPower\Enum, "115", 0, "-15" HKR, Ndi\params\IncTxPower\Enum, "114", 0, "-14" HKR, Ndi\params\IncTxPower\Enum, "113", 0, "-13" HKR, Ndi\params\IncTxPower\Enum, "112", 0, "-12" HKR, Ndi\params\IncTxPower\Enum, "111", 0, "-11" HKR, Ndi\params\IncTxPower\Enum, "110", 0, "-10" HKR, Ndi\params\IncTxPower\Enum, "109", 0, "-9" HKR, Ndi\params\IncTxPower\Enum, "108", 0, "-8" HKR, Ndi\params\IncTxPower\Enum, "107", 0, "-7" HKR, Ndi\params\IncTxPower\Enum, "106", 0, "-6" HKR, Ndi\params\IncTxPower\Enum, "105", 0, "-5" HKR, Ndi\params\IncTxPower\Enum, "104", 0, "-4" HKR, Ndi\params\IncTxPower\Enum, "103", 0, "-3" HKR, Ndi\params\IncTxPower\Enum, "102", 0, "-2" HKR, Ndi\params\IncTxPower\Enum, "101", 0, "-1" HKR, Ndi\params\IncTxPower\Enum, "0", 0, "0" HKR, Ndi\params\IncTxPower\Enum, "1", 0, "1" HKR, Ndi\params\IncTxPower\Enum, "2", 0, "2" HKR, Ndi\params\IncTxPower\Enum, "3", 0, "3" HKR, Ndi\params\IncTxPower\Enum, "4", 0, "4" HKR, Ndi\params\IncTxPower\Enum, "5", 0, "5" HKR, Ndi\params\IncTxPower\Enum, "6", 0, "6" HKR, Ndi\params\IncTxPower\Enum, "7", 0, "7" HKR, Ndi\params\IncTxPower\Enum, "8", 0, "8" HKR, Ndi\params\IncTxPower\Enum, "9", 0, "9" HKR, Ndi\params\IncTxPower\Enum, "10", 0, "10" HKR, Ndi\params\IncTxPower\Enum, "11", 0, "11" HKR, Ndi\params\IncTxPower\Enum, "12", 0, "12" HKR, Ndi\params\IncTxPower\Enum, "13", 0, "13" HKR, Ndi\params\IncTxPower\Enum, "14", 0, "14" HKR, Ndi\params\IncTxPower\Enum, "15", 0, "15" HKR, Ndi\params\IncTxPower, type, 0, "enum" ;HKR, Ndi\Params\BoardConf, ParamDesc, 0, "Board Config" ;HKR, Ndi\Params\BoardConf, default, 0, "1" ;HKR, Ndi\Params\BoardConf\Enum, "1", 0, "A2" ;HKR, Ndi\Params\BoardConf\Enum, "2", 0, "A3" ;HKR, Ndi\Params\BoardConf, type, 0, "enum" HKR, Ndi\Params\OAM, ParamDesc, 0, "OAM" HKR, Ndi\Params\OAM, default, 0, "0" HKR, Ndi\Params\OAM\Enum, "0", 0, "Disable" HKR, Ndi\Params\OAM\Enum, "1", 0, "Enable" HKR, Ndi\Params\OAM, type, 0, "enum" HKR, Ndi\Params\BitSwap, ParamDesc, 0, "BitSwap" HKR, Ndi\Params\BitSwap, default, 0, "1" HKR, Ndi\Params\BitSwap\Enum, "0", 0, "Disable" HKR, Ndi\Params\BitSwap\Enum, "1", 0, "Enable" HKR, Ndi\Params\BitSwap, type, 0, "enum" HKR, Ndi\params\TxCellQueueLength,ParamDesc,, "Transmit Cell Buffer Length" HKR, Ndi\params\TxCellQueueLength,default, , "10240" HKR, Ndi\params\TxCellQueueLength,min, , "256" HKR, Ndi\params\TxCellQueueLength,max, , "16384" HKR, Ndi\params\TxCellQueueLength,step, , "128" HKR, Ndi\params\TxCellQueueLength,base, , "10" HKR, Ndi\params\TxCellQueueLength,type, , "long" HKR, Ndi\params\RxCellQueueLength,ParamDesc,, "Receive Cell Buffer Length" HKR, Ndi\params\RxCellQueueLength,default, , "10240" HKR, Ndi\params\RxCellQueueLength,min, , "256" HKR, Ndi\params\RxCellQueueLength,max, , "16384" HKR, Ndi\params\RxCellQueueLength,step, , "128" HKR, Ndi\params\RxCellQueueLength,base, , "10" HKR, Ndi\params\RxCellQueueLength,type, , "long" HKR, Ndi\params\LEDType, ParamDesc,, "LED Type" HKR, Ndi\params\LEDType, default, , "0" HKR, Ndi\params\LEDType, min, , "0" HKR, Ndi\params\LEDType, max, , "3" HKR, Ndi\params\LEDType, step, , "1" HKR, Ndi\params\LEDType, base, , "10" HKR, Ndi\params\LEDType, type, , "long" HKR, Ndi\params\EnPower, ParamDesc, 0, "Performance Tuning" HKR, Ndi\params\EnPower, default, 0, "2" HKR, Ndi\params\EnPower\Enum, "12", 0, "-2" HKR, Ndi\params\EnPower\Enum, "11", 0, "-1" HKR, Ndi\params\EnPower\Enum, "0", 0, "0" HKR, Ndi\params\EnPower\Enum, "1", 0, "1" HKR, Ndi\params\EnPower\Enum, "2", 0, "2" HKR, Ndi\params\EnPower, type, 0, "enum" HKR, Ndi\params\DiscTimeOut, ParamDesc,, "Disconnect Timeout(sec)" HKR, Ndi\params\DiscTimeOut, default, , "30" HKR, Ndi\params\DiscTimeOut, min, , "0" HKR, Ndi\params\DiscTimeOut, max, , "300" HKR, Ndi\params\DiscTimeOut, step, , "1" HKR, Ndi\params\DiscTimeOut, base, , "10" HKR, Ndi\params\DiscTimeOut, type, , "long" HKR, Ndi\params\MTU, ParamDesc,, "MTU Size" HKR, Ndi\params\MTU, default, , "9000" HKR, Ndi\params\MTU, min, , "512" HKR, Ndi\params\MTU, max, , "9000" HKR, Ndi\params\MTU, step, , "1" HKR, Ndi\params\MTU, base, , "10" HKR, Ndi\params\MTU, type, , "long" HKR, Ndi\Params\AutoEnhance, ParamDesc, 0, "Auto Enhance" HKR, Ndi\Params\AutoEnhance, default, 0, "0" HKR, Ndi\Params\AutoEnhance\Enum, "0", 0, "Disable" HKR, Ndi\Params\AutoEnhance\Enum, "1", 0, "Enable" HKR, Ndi\Params\AutoEnhance, type, 0, "enum" ;======================================================================================= ; Copy Files Section ;======================================================================================= ;==================================== ;[Common Part for A2 ;==================================== [adsl.CopyFiles.inf] w95amgm.inf,,,2 w95ADSL.inf,,,2 [adsl.CopyFiles.vxd] amgm.vxd,,,2 ;==================================== ;[Product Specific Part for A2] ;==================================== [a2.CopyFiles.sys] ADSL95a2.sys,,,2 Ndi9X.dll,,,2 MapiIcon.exe,,,2 mapidrv.dll,,,2 DllMapi2.exe,,,2 DllMapi6.exe,,,2 DllMapi8.exe,,,2 UInsADSL.exe,,,2 AdslCfg.ini,,,2 ReadMe.htm,,,2 [Start.CopyFiles] start.pif,,,2 [Temp.CopyFiles] start.bat,,,2 tcpipset.dat,,,2 tcpipset.exe,,,2 ;==================================== ;[MAPI Utility for A2] ;==================================== ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;Large Applications ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[a2.CopyFiles.mapi] ;mapia2.exe,,,2 ;dmapi.exe,,,2 ;;;;;;;;;;;;;;;;;;;;;;;;;;; ;SysTray Applications ;;;;;;;;;;;;;;;;;;;;;;;;;;; [a2.CopyFiles.mapiic] ;==================================== ; Destination Section ;==================================== [DestinationDirs] DefaultDestDir = 12 ;[Common Part for A2, Winnt/Win9x] adsl.CopyFiles.inf = 17 ;Inf adsl.CopyFiles.vxd = 11 ;LDID_SYS Start.CopyFiles = 10,Startm~1\Programs\Startup Temp.CopyFiles = 10,Temp ;[A2, Win9x] a2.CopyFiles.sys = 11 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Large Applications ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[A2, MAPI] ;a2.CopyFiles.mapi = 10 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Systray Applications ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[A2, MAPI] a2.CopyFiles.mapiic = 10 [strings] V_ADSL="ADSL" PCI\VEN_1471&DEV_0188.DeviceDesc="DSL700P ADSL Network Modem"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.