;
; Module Name: CxtTrLan.inf
; Author: Vlassov, Grigoriev
; $Archive: P:/d874/Trident_E2/host/CxtE2Lan.inv $
; $Date: 03 Apr 2003 11:14:56 $
;
; Copyright © Conexant Systems Inc. 2000 - 2003. All rights reserved
;
; Module Description:
; Windows 98, Windows ME, Windows 2000, Windows XP installation file for the
; Conexant USB (Endpoint) Network Adapter
;
[Version]
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Author%
CatalogFile = TrN2iwc.cat
CatalogFile.NT = TrN2ikc.cat
DriverVer = 10/31/2003, 14.2.7.0
[Manufacturer]
%Mfg% = Conexant
[ControlFlags]
ExcludeFromSelect = SWCNX\V_0509_P_080X_NET
[Conexant]
; DisplayName Section DeviceID
; ----------- ------- --------
%CnxTrLan.DeviceDesc% = CnxTrLan.ndi, SWCNX\V_0509_P_080X_NET
;-----------------------------------------------------------------------------
; Windows 9X specific entries
;
[CnxTrLan.ndi]
AddReg = CnxTrLan.id.reg, CnxTrLan.common.reg, CnxTrLan.win.reg, CxtTrLan.win.Run.Reg
CopyFiles = CnxTrLan.win.CopySystemFiles, CnxTrLan.win.CopyProgramFiles
DriverVer=10/31/2003, 14.2.4.0
;-----------------------------------------------------------------------------
; Windows NT specific entries
;
[CnxTrLan.ndi.NT]
Characteristics = 0x81 ; NCF_HAS_UI | NCF_VIRTUAL
AddReg = CnxTrLan.common.reg, CnxTrLan.reg, CxtTrLan.Run.Reg
CopyFiles = CnxTrLan.CopyDriverFiles, CnxTrLan.CopyProgramFiles
[CnxTrLan.ndi.NT.Services]
AddService = CnxTrLan, 2, CnxTrLan.Service, common.EventLog
[CnxTrLan.ndi.NT.HW]
AddReg = DriverHwAddReg
[DriverHwAddReg]
;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
;
[CnxTrLan.id.reg]
HKR, Ndi, DeviceID, 0, %DeviceId%
;-----------------------------------------------------------------------------
; Win9x and NT common parameters
;
; Hex DWORD registry values do not work correctly in Win9x - use decimal
[CnxTrLan.common.reg]
HKR,,DebugFlag,0,"0"
HKR,,DeviceName,0,%CnxTrLan.DeviceDesc%
HKR,,RxMaxFrameSize,0,"1500"
HKR,,RxBufAllocLimit,0,"100"
HKR,,TxMaxFrameSize,0,"1500"
HKR,,VendorDescription,0,%CnxTrLan.DeviceDesc%
HKR,,VendorId,0,"ROK"
; application registry strings
HKLM, Software\%CompanySubkey%\%ProductSubkey%, RootUrl,, "%ROOT_URL%"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, AdslStatusUrl,, "doc/adsl.htm"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ConnectUrl,, "doc/ppp.htm"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, StatusUrl,, "doc/ppp.htm"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, WanConfigUrl,, "doc/wan_adv.htm"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, BalloonTitle,, "%AppBalloonTitle%"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, AboutDialogTitle,, "%AboutDialogTitle%"
;-----------------------------------------------------------------------------
; CnxTrLan NT specific
;
[CnxTrLan.reg]
HKR, Ndi, Service, 0, "CnxTrLan"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
; Set TCP Window Size to about 64K. Note that the value must be < 64240, per MS KB Q263088
;HKLM, System\CurrentControlSet\Services\Tcpip\Parameters, TcpWindowSize, 0x00010001, 62780 ; 43*1460
; The previous line should be kept commented, unless the ISP has ADSL downstream rate >= 4Mb/s
; _and_ >= 8 ms interleave. It changes the systemwide setting and can negatively affect slow TCP links
[CnxTrLan.Service]
DisplayName = %CnxTrLan.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\CnxTrLan.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x00000001
;----------------------------------------------------------------------------
; CnxTrLan Win9x specific
;
[CnxTrLan.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "CnxTrLan.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
HKR, Ndi\Interfaces,DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces,DefLower, 0, "ethernet"
HKR, Ndi\Interfaces,UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces,LowerRange, 0, "ethernet"
; Set TCP Window Size to about 64K
;HKLM, System\CurrentControlSet\Services\VxD\MSTCP, DefaultRcvWindow, 0, 62780 ; 43*1460
; The previous line should be kept commented, unless the ISP has ADSL downstream rate >= 4Mb/s
; _and_ >= 8 ms interleave. It changes the systemwide setting and can negatively affect slow TCP links
HKR, NDIS, LogDriverName, 0, "CnxTrLan"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
;-----------------------------------------------------------------------------
; DestinationDirs
;
; file-list-section = dirid[,subdir]]
;
;-----------------------------------------------------------------------------
; Run/RunOnce Application Information
;
; CxtTrLan Win9x Specific
[CxtTrLan.win.Run.Reg]
;HKLM, %RUNONCE_KEY%, CnxTrAppLaunch,0x00020000, "rundll32.exe %10%\%UninstallSubfolder%\CnxTrApp.dll,AppLaunchA %10%\%UninstallSubfolder%\CnxTrApp.dll,AppEntryA -REG ""%CompanySubkey%\%ProductSubkey%"""
;HKLM, %RUN_KEY%, CnxTrApp,0x00020000, "rundll32.exe %10%\%UninstallSubfolder%\CnxTrApp.dll,AppEntryA -REG ""%CompanySubkey%\%ProductSubkey%"""
HKLM, %RUNONCE_KEY%, CnxPostInstall,0x00020000, "rundll32.exe %10%\%UninstallSubfolder%\RODll.dll,RunRoutine %CompanySubkey%\%ProductSubkey%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, Title,, "%SC_URL_TITLE%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, Path,, "%16409%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, URL,, "%SC_URL%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, Icon,, "%10%\%UninstallSubfolder%\%SC_ICON%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, Title,, "%SC_URL_TITLE%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, Path,, "%16386%\%SC_SUB_PATH%" ;JAD_061003 DirID = 16386
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, URL,, "%SC_URL%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, Icon,, "%10%\%UninstallSubfolder%\%SC_ICON%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Title,, "%SC_COMMAND_TITLE%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Path,, "%16386%\%SC_SUB_PATH%" ;JAD_061003 DirID = 16386
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Command,, "%10%\%UninstallSubfolder%\%SC_COMMAND%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Icon,, "%10%\%UninstallSubfolder%\%SC_ICON%"
;HKLM, Software\%CompanySubkey%\%ProductSubkey%, NoDeviceIconFile,, "%10%\%UninstallSubfolder%\NoDev.ico"
;HKLM, Software\%CompanySubkey%\%ProductSubkey%, ConnectedIconFile,, "%10%\%UninstallSubfolder%\Connect.ico"
;HKLM, Software\%CompanySubkey%\%ProductSubkey%, DisconnectedIconFile,, "%10%\%UninstallSubfolder%\Disconn.ico"
; CxtTrLan Run NT Specific
[CxtTrLan.Run.Reg]
;HKLM, %RUNONCE_KEY%, CnxTrAppLaunch,, "rundll32.exe ""%16422%\%APP_SUBFOLDER%\CnxTrApp.dll"",AppLaunch -REG ""%CompanySubkey%\%ProductSubkey%"""
;HKLM, %RUN_KEY%, CnxTrApp,, "rundll32.exe ""%16422%\%APP_SUBFOLDER%\CnxTrApp.dll"",AppEntry -REG ""%CompanySubkey%\%ProductSubkey%"""
HKLM, %RUNONCE_KEY%, CnxPostInstall,, "rundll32.exe ""%16422%\%APP_SUBFOLDER%\RODll.dll"",RunRoutine %CompanySubkey%\%ProductSubkey%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, Title,, "%SC_URL_TITLE%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, Path,, "%16409%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, URL,, "%SC_URL%"
HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut1, Icon,, "%16422%\%APP_SUBFOLDER%\%SC_ICON%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, Title,, "%SC_URL_TITLE%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, Path,, "%16407%\%SC_SUB_PATH%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, URL,, "%SC_URL%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut2, Icon,, "%16422%\%APP_SUBFOLDER%\%SC_ICON%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Title,, "%SC_COMMAND_TITLE%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Path,, "%16407%\%SC_SUB_PATH%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Command,, "%16422%\%APP_SUBFOLDER%\%SC_COMMAND%"
;HKLM, SOFTWARE\%CompanySubkey%\%ProductSubkey%\ShortCuts\ShortCut3, Icon,, "%16422%\%APP_SUBFOLDER%\%SC_ICON%"
;HKLM, Software\%CompanySubkey%\%ProductSubkey%, NoDeviceIconFile,, "%16422%\%APP_SUBFOLDER%\NoDev.ico"
;HKLM, Software\%CompanySubkey%\%ProductSubkey%, ConnectedIconFile,, "%16422%\%APP_SUBFOLDER%\Connect.ico"
;HKLM, Software\%CompanySubkey%\%ProductSubkey%, DisconnectedIconFile,, "%16422%\%APP_SUBFOLDER%\Disconn.ico"
[DestinationDirs]
DefaultDestDir = 12,
CnxTrLan.CopyDriverFiles = 12, ; NT -> System32\Drivers
CnxTrLan.win.CopySystemFiles = 11, ; Win9x -> System
CnxTrLan.win.CopyProgramFiles = 10,%UninstallSubfolder% ; Win9x->Windows\Conexant
CnxTrLan.CopyProgramFiles = 16422,%APP_SUBFOLDER% ; NT -> Program Files\%APP_SUBFOLDER%
;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; destination-file-name[,source-file-name][,temporary-file-name][,flag]
;
[CnxTrLan.CopyProgramFiles]
;CnxTrApp.dll,,,6
RODll.dll,,,6
sc.ico,,,6
[CnxTrLan.win.CopyProgramFiles]
;CnxTrApp.dll,,,6
RODll.dll,,,6
sc.ico,,,6
[CnxTrLan.CopyDriverFiles]
CnxTrLan.sys,,,6
[CnxTrLan.win.CopySystemFiles]
CnxTrLan.sys,,,6
;-----------------------------------------------------------------------------
; SourceDisksNames
;
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
[SourceDisksNames]
100=%DiskName%,DISK1,,
;-----------------------------------------------------------------------------
; SourceDisksFiles
;
; filename = diskid[,[ subdir][, size]]
;
[SourceDisksFiles]
CnxTrLan.sys=100,,
;CnxTrApp.dll=100,,
RODll.dll=100,,
sc.ico=100,,
;-----------------------------------------------------------------------------
; Strings
;
[Strings]
;-----------------------------------------------------------------------------
; Strings Not Localizable
;
RUNONCE_KEY = "Software\Microsoft\Windows\CurrentVersion\RunOnce"
RUN_KEY = "Software\Microsoft\Windows\CurrentVersion\Run"
SC_URL_TITLE = "Binatone ADSL500 USB Modem Login" ; Title of the created shortCut
SC_COMMAND_TITLE = "" ; Title of the created shortCut
SC_URL = "http://192.168.1.2" ; URL of the created shortCut
SC_ICON = "sc.ico" ; Icon file of the created shortCut
SC_COMMAND = "" ; File to set to icon
SC_SUB_PATH = "USB Endpoint"
CompanySubkey = "Conexant" ; Do not modify this string
ProductSubkey = "Conexant USB Network" ; Do not modify this string
DeviceId = "SWCNX\V_0509_P_080X_NET"
;-----------------------------------------------------------------------------
; Strings Localizable
;
Author = "Conexant"
Mfg = "Conexant"
AppBalloonTitle = "Binatone ADSL500 USB Modem device"
AboutDialogTitle = "Binatone ADSL500 USB Modem Networking Gateway Control application"
CnxTrLan.DeviceDesc = "Binatone ADSL500 USB Modem Network Adapter"
CnxTrLan.Service.DispName = "Binatone ADSL500 USB Modem Network Adapter Driver"
DiskName = "Binatone ADSL500 USB Modem Network Installation Disk"
UninstallSubfolder = "Binatone" ; no more than 8 characters,MUSTN'T have spaces in it! for Win98 compatibility
APP_SUBFOLDER = "Binatone ADSL500 USB Modem\Binatone ADSL500 USB Modem Network"
ROOT_URL = "http://admin:epicrouter@192.168.1.2/"
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.