;---------------------------------------------------------------------
; 3Com Chatterbox Multifunction INF file for Windows 9x
; Copyright (c) 1999 3Com Corp. All rights reserved.
; Created by 3Com Branded Products Division on 5:51 PM 11/18/99
[Version]
Signature="$CHICAGO$"
Class=MultiFunction
ClassGUID={4d36e971-e325-11ce-bfc1-08002be10318}
Provider=%Manufacturer%
DriverVer=11/18/1999
; Class Install
[ClassInstall]
Addreg=MFReg
[MFReg]
HKR,,,,%MFClassName%
[Manufacturer]
%Manufacturer% = 3Com
[3Com]
%CB_1807.DeviceDesc% = CB_1807.mf, PCI\VEN_12B9&DEV_1007&SUBSYS_00C712B9 ;Change the PnP ID in the release.
[CB_1807.mf]
AddReg = All, VOIPApplinkAddReg
CopyFiles=CopyCBINF, VOIPApplinkFiles, VOIPKernelModeAudioFiles, VOIPUserModeAudioFiles, CopySys, HelpFiles
[CB_1807.mf.HW]
AddReg = CB_1807.mf.RegHW
;----------------------------------------------------------------------
;Copying the inf files into the appropriate directory spawns the child
;infs properly during device installation.
;----------------------------------------------------------------------
[CopyCBINF]
3ccbaud.INF
3cwinmdm.INF
3cmdmwav.INF
;--------------------------------------------------------------
;Copy Files section. These sections are invoked to copy as well as
;delete the files from the appropriate directories.
[VOIPApplinkFiles]
3capplnk.exe
n2prapi.dll
[VOIPUserModeAudioFiles]
cb3cuaud.drv ;User Mode Audio Driver
[VOIPKernelModeAudioFiles]
cbkaud.vxd ;Kernel Mode Audio Driver
[CopySys]
3ccntry.dll
3cdte.dll
3cdpump.dll
3c1807vp.dll
3cfax.dll
3clbv.dll
3crtos.dll
3csdpi.dll
3csvpi.dll
3cv42.dll
3cv80.dll
3cvoice.dll
3cmlnkW.exe
cwcid1.exe
rsuninst.exe
3ccpd.vxd
3cwindp.vxd
rsmldr.vxd
rsuninst.ini
[HelpFiles]
gvadwmdm.hlp
gvadwmdm.cnt
;--------------------------------------------------------------
;Specifies the destination dirs for the copy.
[DestinationDirs]
CopyCBINF = 17,OTHER
VOIPApplinkFiles = 11 ;copies to the %windir%\system directory.
VOIPUserModeAudioFiles = 11 ;copies to the %windir%\system directory.
VOIPKernelModeAudioFiles = 11 ;copies to the %windir%\system directory.
DefaultDestDir =11
CopySys =11
HelpFiles =18
; File and Disk sections
; ======================
[SourceDisksNames]
1=%InstallDisk%,"",1
[SourceDisksFiles]
3ccbaud.INF=1
3cwinmdm.INF=1
3capplnk.exe=1
n2prapi.dll=1
cb3cuaud.drv=1
cbkaud.vxd=1
3ccntry.dll=1
3cdpump.dll=1
3c1807vp.dll=1
3cdte.dll=1
3cfax.dll=1
3clbv.dll=1
3crtos.dll=1
3csdpi.dll=1
3csvpi.dll=1
3cv42.dll=1
3cv80.dll=1
3cvoice.dll=1
3cmlnkw.exe=1
cwcid1.exe=1
rsuninst.exe=1
rsmldr.vxd=1
3ccpd.vxd=1
3cwindp.vxd=1
gvadwmdm.hlp=1
gvadwmdm.cnt=1
rsuninst.ini=1
;----------------------------------------------------------------------
;This is the section using which we specify that the device is a
;MULTIFUNCTION device. 3COM1807&WINMODEM is the MODEM
;device ID and 3COM1807&AUDIODEVICE is the AUDIO device ID.
;Both of these IDs are dummy IDs.
;To share the resouces allocated to the parent device, among the
;CHILD device, we use the regisgry key ResourceMap.
;The first number '1' is to specify that the following is a byte-
;array. Then, we need to specify the indices of the PCI memory
;base addresses. Immediately after that, we specify the IRQ
;register address. In our case, 1,2,3 are the PCI memory base
;address registers and the 0th register is the IRQ register.
;----------------------------------------------------------------------
[CB_1807.mf.RegHW]
;Resources are allocated only to the audio device and none is allocated
;for the modem device. This gives the control for the chatterbox over
;the resource allocation and deallocation.
;HKR,Child0000,HardwareID,,PCI\VEN_12B9&DEV_1006\DEV0
;HKR, Child0000, ResourceMap,1,1,2,3,0
HKR,Child0001,HardwareID,,MF\3COM1807&WINMODEM
HKR, Child0001, ResourceMap,1,1
;HKR,Child0001,HardwareID,,PCI\VEN_12B9&DEV_1006\DEV1
;HKR, Child0001, ResourceMap,1,1,0
HKR,Child0000,HardwareID,,MF\3COM1807&AUDIODEVICE
HKR, Child0000, ResourceMap,1,1,2,3,4,0
[All]
HKR,,FriendlyDriver,,ChatterBoxComboDevice
HKR,,DevLoader,,*CONFIGMG
HKR,,Enumerator,,*CONFIGMG
HKR,,CMDrivFlags,01,03,00,00,00
;Note:
;The value for the ModemHardwareID in the following key depends on the
;duplicate hardware ID given to the modem in [CB_1807.mf.RegHW] section.
;Hence, whenever the hardware ID in that section is changed,
;ModemHardwareID value should also be changed. Otherwise, 3cmlink will
;not work properly.
HKLM,SOFTWARE\3Com\ChatterBox, ModemHardwareID,,MF\3COM1807&WINMODEM
HKLM,SOFTWARE\3Com\ChatterBox, infPath,,%17%
HKLM,SOFTWARE\3Com\RSWinmodem\JustInstalled,,,TRUE
HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,3Cmlink,,%11%\3cmlnkW.exe
[VOIPApplinkAddReg]
HKLM, SOFTWARE\3Com\ChatterBox, , ,
HKLM, SOFTWARE\3Com\ChatterBox\SupportedApps, , ,
HKLM, SOFTWARE\3Com\ChatterBox\SupportedApps, "conf", 0x00010001 , 0
HKLM, SOFTWARE\3Com\ChatterBox\SupportedApps, "Talk99", 0x00010001 , 1
HKLM, SOFTWARE\3Com\ChatterBox\SupportedApps, "Net2fone", 0x00010001 , 1
HKLM, SOFTWARE\3Com\ChatterBox, TraceFile, , %11%\3capplnk.trc
HKLM, SOFTWARE\3Com\ChatterBox, "EchoCancelEnable", 0x00010001 , 0
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, "3capplnk", , %11%\3capplnk.exe
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, "SystemTray", , %11%\SysTray.Exe
[Strings]
Manufacturer = "U.S. Robotics"
CB_1807.DeviceDesc = "U.S. Robotics Internet Call Adapter"
MFClassName = "Multi-function adapters"
InstallDisk = "U.S. Robotics Internet Call Modem Installation Disk"
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.