CxtCAFEU.inf Driver File Contents (DR-ADU2000-099_040.zip)

;
;  Module Name: CxtCAFEU.inf
;  Author: Huntsville Development Center
;  $Archive: /Projects/Tigris and Derivatives Branches/Branch099/Reference Designs/Euphrates/Install Files/INF/USB/Win98-Win2000/CxtCAFEU.inf $
;  $Date: 3/11/02 5:56p $
;
;  Copyright © Conexant Systems Inc. 2000 - 2001.  All rights reserved
;
;  Module Description: 
;     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 = cafe2rwu.cat
CatalogFile.NT = cafe2rku.cat
DriverVer=03/11/2002, 32.099.040.000

[Manufacturer]
%Mfg% = Conexant

[ControlFlags]
ExcludeFromSelect = USB\VID_0572&PID_CAFE


;Device Section
[Conexant]
; DisplayName          Section    DeviceID
; -----------          -------    --------
%CnxEtU.DeviceDesc%  = CnxEtU,    USB\VID_0572&PID_CAFE


;-----------------------------------------------------------------------------
; 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=03/11/2002, 32.099.040.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 = CxtEtNC.inf
DriverVer=03/11/2002, 32.099.040.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

;-----------------------------------------------------------------------------
; 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,          CxtCAFEU.INF,,  "CxtCAFEU.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          CxtCAFEU.PNF,,  "CxtCAFEU.PNF"

HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          CxtEtNC.INF,,   "CxtEtNC.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          CxtEtNC.PNF,,   "CxtEtNC.PNF"

; Catalog Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG,      CAFE*.cat,,     "CAFE*.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,          CxtCAFEU.INF,,  "CxtCAFEU.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          CxtCAFEU.PNF,,  "CxtCAFEU.PNF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER,        %Author%CxtCAFEU.INF,,  "%Author%CxtCAFEU.INF"

HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          CxtEtNC.INF,,   "CxtEtNC.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          CxtEtNC.PNF,,   "CxtEtNC.PNF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER,        %Author%CxtEtNC.INF,,   "%Author%CxtEtNC.INF"

; Catalog Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG,      CAFE*.cat,,     "CAFE*.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]
CxtEtNC.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,,

;-----------------------------------------------------------------------------
; 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_CAFE"
ChildDeviceId = "SWCNX\CNX_DSLUSB"

;-----------------------------------------------------------------------------
; Strings    Localizable
;

Author = "Conexant"
Mfg = "Conexant"
CnxEtU.DeviceDesc = "Conexant AccessRunner USB ADSL Interface"
CnxEtU.Service.DispName = "Conexant AccessRunner USB ADSL Interface Device Driver"
DiskName = "Conexant AccessRunner Installation Disk"
ChildDescription = "Conexant DSL Network Device"

; Applications Display
ProductName = "Conexant AccessRunner ADSL"
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: web4, load: 0.89