;*****************************************************************************
;
; pcx1unic.inf -- Install Toshiba PCX1100U USB Cable Modem WDM drivers
;
; Copyright (c) 2000 MCCI
;
; $Id: lower.inf,v 1.11 2000/11/09 01:05:37 tmm Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************
[version]
signature="$CHICAGO$"
Class=USB
ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
Provider=%Provider%
DriverVer=11/28/2000, 3.16.0.2701
CatalogFile=pcx1unic.cat
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
ToshibaWdm.W95.CopyFiles = 11 ; LDID_SYS
ToshibaWdm.NT.CopyFiles = 12 ; system32\drivers
PropPages.CopyFiles = 11 ; system
;-----------------------------------------------------------------------------
; Specify the install disks. A bit unwieldy during development.
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"pcx1unic.sys",,
[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
pcx1unic.sys = 1
pcx1cr95.sys = 1
pcx1crnt.sys = 1
pcx1vcr.vxd = 1
pcx1wh95.sys = 1
pcx1whnt.sys = 1
;-----------------------------------------------------------------------------
; Table of Contents: manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%Toshiba%=Toshiba
;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[Toshiba]
%DeviceDescription% = ToshibaWdm.Install, USB\VID_0930&PID_0301
;-----------------------------------------------------------------------------
; How to install them: On W9x, the [section] name is used directly.
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------
;-----------------------------------------------------------------------------
; Diagnostics Files CopyFiles List Section
;-----------------------------------------------------------------------------
[Toshiba.CopyFiles]
;-----------------------------------------------------------------------------
; XXX when we have a property page DLL, add it to the following section.
;-----------------------------------------------------------------------------
[PropPages.CopyFiles]
;-----------------------------------------------------------------------------
; How to install the WDM driver on W95/W98
;-----------------------------------------------------------------------------
[ToshibaWdm.Install]
DriverVer=11/28/2000, 3.16.0.2701
CopyFiles = ToshibaWdm.W95.CopyFiles, Toshiba.CopyFiles, PropPages.CopyFiles
AddReg = ToshibaWdm.AddReg, ToshibaWdm.W95.AddReg
;-----------------------------------------------------------------------------
; How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[ToshibaWdm.Install.NT]
DriverVer=11/28/2000, 3.16.0.2701
CopyFiles = ToshibaWdm.NT.CopyFiles
AddReg = ToshibaWdm.AddReg, ToshibaWdm.NT.AddReg
;-----------------------------------------------------------------------------
; How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[ToshibaWdm.Install.NT.Services]
AddService = pcx1unic, 2, ToshibaWdm.AddService
[ToshibaWdm.AddService]
DisplayName = %ServiceDescription%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\pcx1unic.sys
LoadOrderGroup = Base
;-----------------------------------------------------------------------------
; WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[ToshibaWdm.AddReg]
HKR,,CRUpperDescription,,%UpperDescription%
HKR,,CREnum,,PCX1CR
HKR,,EnableRxBulkStream, 0x10001, 01,00,00,00
HKR,,nRxBulkStreamObjects, 0x10001,08,00,00,00
HKR,,DataAltSetting,1, 02,00,00,00
;-----------------------------------------------------------------------------
; WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[ToshibaWdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,pcx1unic.sys
;-----------------------------------------------------------------------------
; WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[ToshibaWdm.NT.AddReg]
;-----------------------------------------------------------------------------
; The WDM copy list for Win95 -- different because things go in
; different places. Also, we probably need to rename drivers
; during the install.
;-----------------------------------------------------------------------------
[ToshibaWdm.W95.CopyFiles]
pcx1unic.sys
pcx1cr.sys,pcx1cr95.sys
pcx1vcr.vxd
pcx1wh.sys,pcx1wh95.sys
;-----------------------------------------------------------------------------
; The WDM copy list for NT -- different because things go in
; different places.
;-----------------------------------------------------------------------------
[ToshibaWdm.NT.CopyFiles]
pcx1unic.sys
pcx1wh.sys,pcx1whnt.sys
pcx1cr.sys,pcx1crnt.sys
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
;BEGIN ENG - US English Strings
Provider = "Toshiba Corporation"
Toshiba = "Toshiba Corporation"
DiskString = "Toshiba PCX1100U USB Cable Modem Installation disk"
DeviceDescription = "Toshiba PCX1100U USB Cable Modem (WDM)"
ServiceDescription = "Toshiba PCX1100U USB Cable Modem WDM driver"
UpperDescription = "Toshiba PCX1100U USB Cable Modem networking support"
;END ENG - US English Strings
;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
;*** end of file ***
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.