;
; Module Name: CxE2CB06.inf
; Author: Vlassov, Grigoriev
; $Archive: P:/d874/Trident_E2/host/CxE2CB06.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 Interface Device
;
[Version]
Signature = "$Chicago$"
Class = USB
ClassGUID = {36fc9e60-c465-11cf-8056-444553540000}
Provider = %Author%
CatalogFile.NT = cb062iku.cat
CatalogFile = cb062iwu.cat
DriverVer = 10/31/2003, 14.2.7.0
[Manufacturer]
%Mfg% = Conexant
[ControlFlags]
ExcludeFromSelect = USB\VID_0509&PID_080F
;Device Section
[Conexant]
; DisplayName Section DeviceID
; ----------- ------- --------
%CxtTrUsb.DeviceDesc% = CnxTrUsb, USB\VID_0509&PID_080F
;-----------------------------------------------------------------------------
; Windows 9X specific entries
;
[CnxTrUsb]
AddReg = CxtTrUsb.win.reg, DriverSwAddReg, CxtTrUsb.win.Uninstall.Reg, CnxTrUsb.DeleteFiles, CnxTrUsb.Win.DeleteFiles
CopyFiles = CxtTrUsb.win.CopyDriverFiles, CnxTrUsb.win.CopyProgramFiles
DelFiles = CnxTrUsb.Win.InstallDeleteFiles
DriverVer= 10/31/2003, 14.2.4.0
;-----------------------------------------------------------------------------
; Windows NT specific entries
;
[CnxTrUsb.NT]
AddReg = DriverSwAddReg, CxtTrUsb.Uninstall.Reg, CnxTrUsb.DeleteFiles, CnxTrUsb.Nt.DeleteFiles
CopyFiles = CxtTrUsb.CopyDriverFiles, CnxTrUsb.CopyProgramFiles
; CopyInf is a cocpyinf CoInstaller directive
CopyInf = CxtTrLan.inf
DelFiles = CnxTrUsb.InstallDeleteFiles
[CnxTrUsb.NT.Services]
AddService = CnxTrUsb, 2, CxtTrUsb.Service, CnxTrUsb.EventLog
[CnxTrUsb.NT.CoInstallers]
AddReg = CoCopyINF.AddReg
CopyFiles = CoCopyINF.CopyFiles
[CnxTrUsb.NT.HW]
;-----------------------------------------------------------------------------
; CoInstallers Registry Entries
;
[CoCopyINF.AddReg]
; cocpyinf.dll is a Windows XP DDK redistributable file
HKR,,CoInstallers32,0x10000,"cocpyinf.DLL,CoCopyINF"
;-----------------------------------------------------------------------------
; Uninstaller Information
;
; CnxTrUsb Uninstall Win9x Specific
[CxtTrUsb.win.Uninstall.Reg]
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, DisplayName,, %ProductName%
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, UninstallString,, "%10%\%UninstallSubfolder%\SETUP.EXE -U -IVID_0509&PID_080F"
HKLM, "Software\CONEXANT\UIU\CnxtAdslSpclUninstFlag",,,
; CnxTrUsb Uninstall NT Specific
[CxtTrUsb.Uninstall.Reg]
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, DisplayName,, %ProductName%
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, UninstallString,, """%16422%\%APP_SUBFOLDER%\SETUP.EXE"" -U -IVID_0509&PID_080F"
HKLM, "Software\CONEXANT\UIU\CnxtAdslSpclUninstFlag",,,
;-----------------------------------------------------------------------------
; List of files not listed in the CopyFile section to delete on uninstallation
[CnxTrUsb.DeleteFiles]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\DeleteFile, File1,, "%10%\System32\Drivers\cnxe2fs.bin"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\DeleteFile, File12,, "%10%\System32\Drivers\cnxe2fs2.bin"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\DeleteFile, File2,, "%10%\System32\Drivers\CnxEpCfg.txt"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\DeleteFile, File3,, "%10%\System32\Drivers\CnxEpFw2.bin"
[CnxTrUsb.Nt.DeleteFiles]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\DeleteFile, File4,, "%16422%\%APP_SUBFOLDER%\InsGuide.pdf"
[CnxTrUsb.Win.DeleteFiles]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\DeleteFile, File4,, "%10%\%UninstallSubfolder%\InsGuide.pdf"
; Uncomment the lines with file names, if you want the old configuration file deleted during install,
; to clean up after previous driver version
[CnxTrUsb.Win.InstallDeleteFiles]
CnxE2FS.bin,,,0
CnxE2FS2.bin,,,0
[CnxTrUsb.InstallDeleteFiles]
CnxE2FS.bin,,,
CnxE2FS2.bin,,,
;-----------------------------------------------------------------------------
; Win9x and NT Software Registry Entries
;
; reg-root, [subkey], [value-entry-name], [flags], [value]
;
; Hex registry values do not work correctly in Win9x - use decimal
;
[DriverSwAddReg]
HKR,,ChildDeviceDescription, 0x00000000, %ChildDescription%
HKR,,ChildDeviceId, 0x00000000, %ChildDeviceId%
HKR,,E2FirmwareName, 0, "\SystemRoot\System32\Drivers\CnxE2Fw.bin"
HKR,,FilesystemImageName, 0, "\SystemRoot\System32\Drivers\CnxE2FS.bin"
HKR,,FilesystemImageName2, 0, "\SystemRoot\System32\Drivers\CnxE2FS2.bin"
HKR,,FilesystemLocation, 0, "0xEB0000"
HKR,,FilesystemSize, 0, "0x80000"
HKR,,DisablePackedMode,0x00010001,0
HKR,,EnableTxPacking,0x00010001,0
HKR,,LineUpTimeout,0x00010001,40
HKR,,BootRomPatch, 0x00010001, 0 ; no patch required
HKR,,PLLFClkValue, 0x00010001, 5 ; 144Mhz
HKR,,PLLBClkValue, 0x00010001, 3 ; 100Mhz
HKR,UIU,UIUAskToPlugIn,,1 ; Added for UIU Support
HKR,,DlfBeginOffset,,"0x210000"
HKR,,Config.Reg,,"CnxEpCfg.txt"
HKR,,Factory.Reg,,"CnxEpCfg.txt"
HKR,,AltFirmwareName,,"CnxEpFw2.bin"
;----------------------------------------------------------------------------
; CnxTrUsb Win9x specific
;
[CxtTrUsb.win.reg]
HKR, , DevLoader, 0, "*ntkern"
HKR, , NTMPDriver, 0, "CnxTrUsb.sys"
;-----------------------------------------------------------------------------
; CnxTrUsb NT specific
;
[CxtTrUsb.Service]
DisplayName = %CxtTrUsb.Service.DispName%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\CnxTrUsb.sys
[CnxTrUsb.EventLog]
AddReg=CnxTrUsb.EventLog.AddReg
[CnxTrUsb.EventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\Drivers\CnxTrUsb.sys"
HKR,,TypesSupported,0x00010001,7
;-----------------------------------------------------------------------------
; DestinationDirs
;
; file-list-section = dirid[,subdir]]
;
[DestinationDirs]
DefaultDestDir = 12,
CxtTrUsb.win.CopyDriverFiles = 10,System32\Drivers ; Win9x -> System32\Drivers
CnxTrUsb.Win.InstallDeleteFiles = 10,System32\Drivers ; Win9x -> System32\Drivers
CnxTrUsb.win.CopyProgramFiles = 10,%UninstallSubfolder% ; Win9x->Windows\Conexant
CxtTrUsb.CopyDriverFiles = 12, ; NT -> System32\Drivers
CnxTrUsb.InstallDeleteFiles = 12, ; NT -> System32\Drivers
CnxTrUsb.CopyProgramFiles = 16422,%APP_SUBFOLDER% ; NT -> Program Files\%APP_SUBFOLDER%
CoCopyINF.CopyFiles = 11, ; NT -> System32
;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; destination-file-name[,source-file-name][,temporary-file-name][,flag]
;
[CnxTrUsb.CopyProgramFiles]
Setup.exe,,,6
[CxtTrUsb.CopyDriverFiles]
CnxTrUsb.sys,,,6
CnxE2Fw.bin,,,6
[CoCopyINF.CopyFiles]
cocpyinf.dll,,,0x10
[CnxTrUsb.win.CopyProgramFiles]
Setup.exe,,,6
[CxtTrUsb.win.CopyDriverFiles]
CnxTrUsb.sys,,,6
CnxE2Fw.bin,,,6
;-----------------------------------------------------------------------------
; SourceDisksNames
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
[SourceDisksNames]
100=%DiskName%,DISK1,,
;-----------------------------------------------------------------------------
; SourceDisksFiles
;
; filename = diskid[,[ subdir][, size]]
;
[SourceDisksFiles]
CnxTrUsb.sys=100,,
CnxE2Fw.bin=100,,
cocpyinf.dll=100,,
Setup.exe=100,,
;-----------------------------------------------------------------------------
; Strings
;
[Strings]
;-----------------------------------------------------------------------------
; Strings Not Localizable
;
CompanySubkey = "Conexant" ; Do not modify this string
ProductSubkey = "Conexant USB Network" ; Do not modify this string
DeviceId = "USB\VID_0509&PID_080F"
ChildDeviceId = "SWCNX\V_0509_P_080X_NET"
UNINSTALL_KEY = "Software\Microsoft\Windows\CurrentVersion\Uninstall"
;-----------------------------------------------------------------------------
; Strings Localizable
;
Author = "Conexant"
Mfg = "Conexant"
CxtTrUsb.DeviceDesc = "Binatone ADSL500 USB Modem Network Interface"
CxtTrUsb.Service.DispName = "Binatone ADSL500 USB Modem Network Interface Device Driver"
DiskName = "Binatone ADSL500 USB Modem Network Installation Disk"
ChildDescription = "Binatone ADSL500 USB Modem Network Device"
; Applications Display
ShortProductName = "Binatone ADSL500 USB Modem Network"
ProductName = "Binatone ADSL500 USB Modem Network Adapter"
CompanyName = "Conexant Systems, Inc."
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"
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.