; ; Module Name: CxtCB00U.inf ; Author: Huntsville Development Center ; $Archive: /Projects/Tigris and Derivatives Branches/Branch099/Customer Supplied Files/Rushmore/Install Files/INF/USB/Win98-Win2000/CxtCB00U.inf $ ; $Date: 10/29/03 11:55a $ ; ; Copyright © Conexant Systems Inc. 2002. All rights reserved ; ; Module Description: ; Rushmore ; Win98/Win2000 installation file for the ; Conexant AccessRunner USB ADSL Interface Device ; [Version] Signature = "$Chicago$" Class = USB ClassGUID = {36fc9e60-c465-11cf-8056-444553540000} Provider = %Author% CatalogFile = cb002rwu.cat CatalogFile.NT = cb002rku.cat DriverVer=10/29/2003, 32.099.084.000 [Manufacturer] %Mfg% = Conexant [ControlFlags] ExcludeFromSelect = USB\VID_0572&PID_CB06 ;Device Section [Conexant] ; DisplayName Section DeviceID ; ----------- ------- -------- %CnxEtU.DeviceDesc% = CnxEtU, USB\VID_0572&PID_CB06 ;----------------------------------------------------------------------------- ; Windows 9X specific entries ; [CnxEtU] AddReg = CnxEtU.win.reg, DriverSwAddReg, CnxEtU.Common.Reg, CnxEtU.win.Uninstall.Reg, CnxEtU.Devices.Reg CopyFiles = CnxEtU.win.CopyDriverFiles, CnxEtU.win.CopyInfFiles DriverVer=10/29/2003, 32.099.084.000 ;----------------------------------------------------------------------------- ; Windows NT specific entries ; [CnxEtU.NT] AddReg = DriverSwAddReg, CnxEtU.Common.Reg, CnxEtU.Uninstall.Reg, CnxEtU.Devices.Reg, CnxEtU.Services.Reg CopyFiles = CnxEtU.CopyDriverFiles ; CopyInfFiles is a CnxMfdCo CoInstaller directive CopyInfFiles = CxtRmNC.inf DriverVer=10/29/2003, 32.099.084.000 [CnxEtU.NT.Services] AddService = CnxEtU, 2, CnxEtU.Service [CnxEtU.NT.CoInstallers] AddReg = CoInstallers.AddReg CopyFiles = CoInstallers.CopyFiles ;----------------------------------------------------------------------------- ; CoInstallers Registry Entries ; [CoInstallers.AddReg] HKR,,CoInstallers32,0x00010000,"CnxMfdCo.dll,CoCopyInfFiles" ; Universal Serial Bus controllers HKLM,System\CurrentControlSet\Control\CoDeviceInstallers,{36FC9E60-C465-11CF-8056-444553540000},0x00010008,"CnxClsCo.dll,ClassCoInstaller" ; Network Adapters HKLM,System\CurrentControlSet\Control\CoDeviceInstallers,{4D36E972-E325-11CE-BFC1-08002bE10318},0x00010008,"CnxClsCo.dll,ClassCoInstaller" ;----------------------------------------------------------------------------- ; 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,,ChildDeviceEnabled1, 0x00010001, 0 ;set the following to 1 for Thames in Win98 Gold/SE if VXD implementation is needed HKR,,ChildDeviceResourcesRequirements1, 0x00010001, 0 ;set the following to 1 for Thames (static), 0 for Euphrates (dynamic modem child device) HKR,,ChildDeviceStatic1, 0x00010001, 0 ; Rushmore settings ;HKR,,FirmwarePllFClkValue, 0x00010001, 3 ; 96Mhz ;HKR,,FirmwarePllBClkValue, 0x00010001, 2 ; 75Mhz HKR,,FirmwarePllFClkValue, 0x00010001, 5 ; 144Mhz HKR,,FirmwarePllBClkValue, 0x00010001, 3 ; 100Mhz HKR,,FirmwareBootRomPatch, 0x00010001, 0 ; 1 -> Download additional firmware patch ;----------------------------------------------------------------------------- ; Win9x and NT common parameters ; ; Hex DWORD registry values do not work correctly in Win9x - use decimal [CnxEtU.Common.Reg] HKLM, Software\%CompanySubkey%\%ProductSubkey%, CompanyName, 2, "" HKLM, Software\%CompanySubkey%\%ProductSubkey%, DeviceName, 2, "" HKLM, Software\%CompanySubkey%\%ProductSubkey%, ProductId, 2, "0" HKLM, Software\%CompanySubkey%\%ProductSubkey%, ProductName, 2, %ProductName% HKLM, Software\%CompanySubkey%\%ProductSubkey%, ShortProductName, 2, "" HKLM, Software\%CompanySubkey%\%ProductSubkey%\{03C33497-C252-4110-8DAB-4C442A55AE16},, 0, "" ;----------------------------------------------------------------------------- ; Device IDs ; [CnxEtU.Devices.Reg] HKLM, Software\%CompanySubkey%\%ProductSubkey%\Devices, %DeviceId%,, %DeviceId% ;----------------------------------------------------------------------------- ; Services ; [CnxEtU.Services.Reg] HKLM, Software\%CompanySubkey%\%ProductSubkey%\Services, CnxEtU,, "CnxEtU" ;----------------------------------------------------------------------------- ; CnxEtU Uninstall NT Specific ; [CnxEtU.Uninstall.Reg] ; Application Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM, CnxClsCo.dll,, "CnxClsCo.dll" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM, CnxMfdCo.dll,, "CnxMfdCo.dll" ; INF Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtCB00U.INF,, "CxtCB00U.INF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtCB00U.PNF,, "CxtCB00U.PNF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtRmNC.INF,, "CxtRmNC.INF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtRmNC.PNF,, "CxtRmNC.PNF" ; Catalog Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG, CB00*.cat,, "CB00*.cat" ; Driver Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\DRIVERS, CnxEtU.sys,, "CnxEtU.sys" ;----------------------------------------------------------------------------- ; CnxTgN Uninstall Win9x Specific ; [CnxEtU.win.Uninstall.Reg] ; INF Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtCB00U.INF,, "CxtCB00U.INF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtCB00U.PNF,, "CxtCB00U.PNF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER, %Author%CxtCB00U.INF,, "%Author%CxtCB00U.INF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtRmNC.INF,, "CxtRmNC.INF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF, CxtRmNC.PNF,, "CxtRmNC.PNF" HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER, %Author%CxtRmNC.INF,, "%Author%CxtRmNC.INF" ; Catalog Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG, CB00*.cat,, "CB00*.cat" ; Driver Files HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\DRIVERS, CnxEtU.sys,, "CnxEtU.sys" ;----------------------------------------------------------------------------- ; CnxEtU NT specific ; [CnxEtU.Service] DisplayName = %CnxEtU.Service.DispName% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 3 ; SERVICE_DEMAND_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\CnxEtU.sys ;---------------------------------------------------------------------------- ; CnxEtU Win9x specific ; [CnxEtU.win.reg] HKR, , DevLoader, 0, "*ntkern" HKR, , NTMPDriver, 0, "CnxEtU.sys" ;----------------------------------------------------------------------------- ; DestinationDirs ; ; file-list-section = dirid[,subdir]] ; [DestinationDirs] DefaultDestDir = 12, CnxEtU.CopyDriverFiles = 12, ; NT -> System32\Drivers CnxEtU.win.CopyDriverFiles = 10,System32\Drivers ; Win9x -> System32\Drivers CnxEtU.win.CopyInfFiles = 17, ; Win9x -> INF CoInstallers.CopyFiles = 11, ; NT -> System32 ;----------------------------------------------------------------------------- ; CopyFiles Sections ; ; destination-file-name[,source-file-name][,temporary-file-name][,flag] ; [CnxEtU.CopyDriverFiles] CnxEtU.sys,,,6 [CnxEtU.win.CopyDriverFiles] CnxEtU.sys,,,6 [CoInstallers.CopyFiles] CnxClsCo.dll,,,0x10 CnxMfdCo.dll,,,0x10 [CnxEtU.win.CopyInfFiles] CxtRmNC.inf,,,6 ;----------------------------------------------------------------------------- ; SourceDisksNames ; ; diskid = description[, [tagfile] [, <unused>, subdir]] ; [SourceDisksNames] 100=%DiskName%,DISK1,, ;----------------------------------------------------------------------------- ; SourceDisksFiles ; ; filename = diskid[,[ subdir][, size]] ; [SourceDisksFiles] CnxEtU.sys=100,, CnxClsCo.dll=100,, CnxMfdCo.dll=100,, CxtRmNC.inf=100,, ;----------------------------------------------------------------------------- ; Strings ; [Strings] ;----------------------------------------------------------------------------- ; Strings Not Localizable ; CompanySubkey = "Conexant" ; Do not modify this string ProductSubkey = "AccessRunner ADSL" ; Do not modify this string DeviceId = "USB\VID_0572&PID_CB06" ChildDeviceId = "SWCNX\CNX_DSLUSB_CB00" ;----------------------------------------------------------------------------- ; Strings Localizable ; Author = "Billion" Mfg = "Billion" CnxEtU.DeviceDesc = "BIPAC-7000 ADSL USB Modem" CnxEtU.Service.DispName = "Conexant AccessRunner USB ADSL Interface Device Driver" DiskName = "BIPAC-7000 ADSL USB Modem Installation Disk" ChildDescription = "BIPAC-7000 ADSL USB Modem" ; Applications Display ProductName = "BIPAC-7000 ADSL USB 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.