NetMotCM.inf Driver File Contents (cdciden_and_more.zip)

;/*************************************************************************\
; ** Copyright(C) 1997-2001 Motorola.  All rights reserved.              **
; ** http://www.motorola.com                                             **
; ** This is the installation file for the Motorola USB Cable Modem      **
; **                                                                     **
;\*************************************************************************/

[version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %MOT%
Compatible  = 1                    ; works with Win2K and Win9x
CatalogFile = netmotcm.cat
;LayoutFile = layout.inf
DriverVer=11/05/2001, 2.1.0.0

[Manufacturer]
%MOT% = MOTOROLA

[ControlFlags]
; Provides limited control on UI displays and events during installation.
; Must for any device on an enumerable BUS like USB
; Each PNP device should be included in this list
ExcludeFromSelect = 	USB\VID_07B2&PID_4100
ExcludeFromSelect = 	USB\VID_07B2&PID_4200
ExcludeFromSelect = 	USB\VID_07B2&PID_4210

[MOTOROLA]
;Models section - has an entry for each device installed by this file
;
; Display Name          Section           DeviceID
;_________________________________________________________________ 
;%ndiscm.DeviceDesc% =   ndiscm.ndi,       USB\VID_07B2&PID_4100
;%ndiscm.DeviceDesc% =   ndiscm.ndi,       USB\VID_07B2&PID_4200

; Display Name          		Section           DeviceID
;_________________________________________________________________ 
%USB\VID_07B2&PID_4100.DeviceDesc% = 	ndisSB410.ndi,    USB\VID_07B2&PID_4100
%USB\VID_07B2&PID_4200.DeviceDesc% =	ndisSB420.ndi,    USB\VID_07B2&PID_4200
%USB\VID_07B2&PID_4210.DeviceDesc% =	ndisSB421.ndi,    USB\VID_07B2&PID_4210

;----------------------------------------------------------------------------
; Motorola SB4100 USB Cable Modem
;
[ndisSB410.ndi]
; Windows 98 specific entry
AddReg = ndisSB410.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
DeviceID = "USB\VID_07B2&PID_4100"
CopyFiles = ndiscm.9x.CopyFiles
;LogConfig = DefaultConfig

[ndisSB410.ndi.NT]
; Windows 2000  specific entry
Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 15                         ; USB, or any other PNP bus
AddReg          = common.reg, ndiscm.nt.reg  ;
CopyFiles       = ndiscm.nt.CopyFiles        ;

[ndisSB410.ndi.nt.Services]
; Windows 2000  specific entry
AddService = ndiscm, 2, ndiscm.Service, common.EventLog

[ndisSB410.id.reg]
; Win9x id registry sections
; These are not needed by NT
HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4100"

;----------------------------------------------------------------------------
; Motorola SB4200 USB Cable Modem
;
[ndisSB420.ndi]
; Windows 98 specific entry
AddReg = ndisSB420.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
DeviceID = "USB\VID_07B2&PID_4200"
CopyFiles = ndiscm.9x.CopyFiles
;LogConfig = DefaultConfig

[ndisSB420.ndi.NT]
; Windows 2000  specific entry
Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 15                         ; USB, or any other PNP bus
AddReg          = common.reg, ndiscm.nt.reg  ;
CopyFiles       = ndiscm.nt.CopyFiles        ;

[ndisSB420.ndi.nt.Services]
; Windows 2000  specific entry
AddService = ndiscm, 2, ndiscm.Service, common.EventLog

[ndisSB420.id.reg]
; Win9x id registry sections
; These are not needed by NT
HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4200"

;----------------------------------------------------------------------------
; Motorola SB4210 USB Cable Modem
;
[ndisSB421.ndi]
; Windows 98 specific entry
AddReg = ndisSB421.id.reg, common.reg, ndiscm.flag.reg, ndiscm.9x.reg
DeviceID = "USB\VID_07B2&PID_4210"
CopyFiles = ndiscm.9x.CopyFiles
;LogConfig = DefaultConfig

[ndisSB421.ndi.NT]
; Windows 2000  specific entry
Characteristics = 0x84                       ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 15                         ; USB, or any other PNP bus
AddReg          = common.reg, ndiscm.nt.reg  ;
CopyFiles       = ndiscm.nt.CopyFiles        ;

[ndisSB421.ndi.nt.Services]
; Windows 2000  specific entry
AddService = ndiscm, 2, ndiscm.Service, common.EventLog

[ndisSB421.id.reg]
; Win9x id registry sections
; These are not needed by NT
HKR, Ndi, DeviceID, 0, "USB\VID_07B2&PID_4210"

;-----------------------------------------------------------------------------
; common registry entries
;
[common.reg]
HKR,  Ndi\params\ByteSwapFlag,      ParamDesc, 0,  "Byte Swap Flag"
HKR,  Ndi\params\ByteSwapFlag,      default,   0,  "ByteSwapFlag=0"
HKR,  Ndi\params\ByteSwapFlag,      type,      0,  "edit"
HKR,  Ndi\params\ByteSwapFlag,      LimitText, 0,  "128"
HKR,  Ndi\params\ByteSwapFlag,      UpperCase, 0,  "0"

;-----------------------------------------------------------------------------
; WIN2K (NT) specific
;
[ndiscm.nt.reg]
HKR, Ndi,                       Service,    0, "ndiscm"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[ndiscm.Service]
DisplayName     = %ndiscm.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\NetMotCM.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

;----------------------------------------------------------------------------
; Win9x specific
;
[ndiscm.flag.reg]
; flag is not needed by NT
HKR,  Ndi\params\ByteSwapFlag,      flag,      1,  20,00,00,00

[ndiscm.9x.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "netmotcm.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
HKR, Ndi\Interfaces,DefUpper,   	0, "ndis3"
HKR, Ndi\Interfaces,DefLower,   	0, "ethernet"
HKR, Ndi\Interfaces,UpperRange, 	0, "ndis3"
HKR, Ndi\Interfaces,LowerRange, 	0, "ethernet"
HKR, NDIS,          LogDriverName,      0, "NetMotCM"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A
; this installs the driver only if ndis3 exists
;HKR, Ndi\Install,   ndis3,              0, "ndiscm.install"

;[ndiscm.install]
;CopyFiles = ndiscm.9x.CopyFiles

;-----------------------------------------------------------------------------
; Files and Destination Directories
;
[ndiscm.nt.CopyFiles]
netmotcm.sys,,,2

[ndiscm.9x.CopyFiles]
netmotcm.sys,,,2

[DestinationDirs]
ndiscm.nt.CopyFiles = 12
ndiscm.9x.CopyFiles = 11

[SourceDisksNames]
1 = %USBCM%,,,
;1 = %USBCM%,netmotcm.sys,,

[SourceDisksFiles]
netmotcm.sys = 1

[Strings]
MOT             = "Motorola"
USBCM		= "USBCM"
; String that gets displayed while installing the device
; ndiscm.DeviceDesc       = "Motorola SurfBoard USB Cable Modem"
USB\VID_07B2&PID_4100.DeviceDesc = "Motorola SurfBoard 4100 USB Cable Modem"
USB\VID_07B2&PID_4200.DeviceDesc = "Motorola SurfBoard 4200 USB Cable Modem"
USB\VID_07B2&PID_4210.DeviceDesc = "Motorola SurfBoard 4210 USB Cable Modem"

; NT Service name
ndiscm.Service.DispName = "Motorola SurfBoard USB Cable Modem Windows 2000 Driver"

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: web3, load: 2.38