;************************************************************************************************
;* Modified by Gary Sanderson for WHQL testing
;* *
;************************************************************************************************
;
; Module Name: netcn61y.inf
;
; Copyright © Zoom Telephonics, Inc.
;
; Module Description:
; netcn61y.INF - WinME driver installation file for the
; Zoom LANfinity Fast Ethernet Adapter and HomeLan
;
[version]
Signature = "$Chicago$"
Compatible = 1
Class = Net
CatalogFile = netcn61y.cat
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = "Zoom"
DriverVer=09/21/2000, 1.15.00.00
[Manufacturer]
%V_ZOOM%=Zoom
; All enumerated adapters must be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_14F1&DEV_1803
[Zoom]
%11623.DeviceDesc%=11623.ndi,PCI\VEN_14F1&DEV_1803&SUBSYS_001014F1
;%11623.DeviceDesc%=11623.ndi,PCI\VEN_14F1&DEV_1803
;----------------------------------------------------------------------------
; NT main sections
;
; These sections are in the form of <base section name>.NT
; They will only be processed if we are installing on NT
; Once this section is found by the class installer, the
; <base section name> section (w/o .NT) will not be processed.
; This allows us to keep Win9x specific install sections as
; <base section name>
;
;***************************************************************************
[11623.ndi.NT]
AddReg = RSS.nt.reg, RSSparams.reg, rss61x.nt.reg
BusType = 5
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
CopyFiles = rss61x.CopyFiles
DriverVer=08/01/2000, 1.15.00.00
[11623.ndi.NT.Services]
AddService = rss61x, 2, rss61x.Service, common.EventLog
;-----------------------------------------------------------------------------
; Win9x main sections
;
;***************************************************************************
[11623.ndi]
;DeviceID = "PCI\VEN_14F1&DEV_1803"
AddReg=11623.ndi.reg,RSSFlags.reg,RSS.win.reg,RSSNDIS.win.reg,RSSparams.reg
CopyFiles = rss61x.ndis3.CopyFiles
DriverVer=08/01/2000, 1.15.00.00
;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
;
;***************************************************************************
[11623.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_14F1&DEV_1803"
HKR,,AdapterCFID,,180314F1
; Flags are not needed by NT
[RSSFlags.reg]
HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00
HKR,NDI\params\BurstLength,flag,1,20,00,00,00
HKR,NDI\params\NumberRcvBuffs,flag,1,20,00,00,00
HKR,NDI\params\NumberTxBuffs,flag,1,20,00,00,00
HKR,NDI\params\MapRegisters,flag,1,20,00,00,00
HKR,NDI\params\ConnType,flag,1,20,00,00,00
HKR,NDI\params\RxLookAhead,flag,1,20,00,00,00
HKR,NDI\params\TxThreshold,flag,1,20,00,00,00
;----------------------------------------------------------------------------
; RSS platform specific
;
[RSS.win.reg]
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[RSS.nt.reg]
HKR, , BusType, 0, "5"
HKR, , MsPciScan, 0, "1"
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
;----------------------------------------------------------------------------
; RSS common parameters
;
[RSSparams.reg]
;HKLM,"SYSTEM\CurrentControlSet\Services\Class","Diagnostic"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic","0000"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","DevLoader",,"Diag116x.vxd"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","DriverDate",,"4-1-1998"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","DriverDesc",,"Conexant LANfinity Fast Ethernet Diagnostic VxD"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","InfPath",,"Diag116x.inf"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","InfSection",,"Diagnostic"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","MatchingDeviceID",,"PCI\VEN_127A&DEV_1801"
;HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","ProviderName",,"Conexant Semiconductor Systems"
HKR,,AdapterType,,"5"
HKR,,BusType,,"5"
HKR,,CacheAlignment,,"8"
HKR,,SoftwareFilter,,"0"
HKR,,SoftCRC,,"1"
HKR,,HpnaHeartBeat,,"1"
HKR,,X3Device,,"1"
HKR,,Gpio0SpiDout,,"0"
HKR,,RawMII,,"1"
; NetworkAddress
HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
HKR,NDI\params\NetworkAddress,type,,"edit"
HKR,NDI\params\NetworkAddress,LimitText,,"18"
HKR,NDI\params\NetworkAddress,UpperCase,,"1"
HKR,Ndi\params\NetworkAddress,default,,""
HKR,NDI\params\NetworkAddress,flag,1,"20","00","00","00"
HKR,Ndi\params\NetworkAddress,optional,,"1"
;BurstLength
HKR,Ndi\params\BurstLength,ParamDesc,,"Burst Length"
HKR,Ndi\params\BurstLength,default,,"8"
HKR,Ndi\params\BurstLength,type,,"enum"
HKR,Ndi\params\BurstLength\enum,1,," 1 DWORD "
HKR,Ndi\params\BurstLength\enum,2,," 2 DWORDS"
HKR,Ndi\params\BurstLength\enum,4,," 4 DWORDS"
HKR,Ndi\params\BurstLength\enum,8,," 8 DWORDS"
HKR,Ndi\params\BurstLength\enum,16,,"16 DWORDS"
HKR,Ndi\params\BurstLength\enum,32,,"32 DWORDS"
HKR,NDI\params\BurstLength,flag,1,"20","00","00","00"
;Receive buffers
HKR,Ndi\params\NumberRcvBuffs,ParamDesc,,"Receive Buffers"
HKR,Ndi\params\NumberRcvBuffs,default,,"64"
HKR,Ndi\params\NumberRcvBuffs,type,,"enum"
HKR,Ndi\params\NumberRcvBuffs\enum,8,," 8"
HKR,Ndi\params\NumberRcvBuffs\enum,16,,"16"
HKR,Ndi\params\NumberRcvBuffs\enum,32,,"32"
HKR,Ndi\params\NumberRcvBuffs\enum,48,,"48"
HKR,Ndi\params\NumberRcvBuffs\enum,64,,"64"
HKR,NDI\params\NumberRcvBuffs,flag,1,"20","00","00","00"
;Transmit Buffers
HKR,Ndi\params\NumberTxBuffs,ParamDesc,,"Transmit Buffers"
HKR,Ndi\params\NumberTxBuffs,default,,"64"
HKR,Ndi\params\NumberTxBuffs,type,,"enum"
HKR,Ndi\params\NumberTxBuffs\enum,8,," 8"
HKR,Ndi\params\NumberTxBuffs\enum,16,,"16"
HKR,Ndi\params\NumberTxBuffs\enum,32,,"32"
HKR,Ndi\params\NumberTxBuffs\enum,48,,"48"
HKR,Ndi\params\NumberTxBuffs\enum,64,,"64"
HKR,NDI\params\NumberTxBuffs,flag,1,"20","00","00","00"
;MapRegisters
HKR,Ndi\params\MapRegisters,ParamDesc,,"Map Registers"
HKR,Ndi\params\MapRegisters,default,,"0"
HKR,Ndi\params\MapRegisters,type,,"enum"
HKR,Ndi\params\MapRegisters\enum,0,," 0"
HKR,Ndi\params\MapRegisters\enum,4,," 4"
HKR,Ndi\params\MapRegisters\enum,8,," 8"
HKR,NDI\params\MapRegisters,flag,1,"20","00","00","00"
;ConnectionType
HKR,Ndi\params\ConnType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnType,default,,"0"
HKR,Ndi\params\ConnType,type,,"enum"
HKR,Ndi\params\ConnType\enum,0,,"AutoSense"
;HKR,Ndi\params\ConnType\enum,4,,"100Base-Tx"
;HKR,Ndi\params\ConnType\enum,6,,"100Base-Tx Full-Duplex"
;HKR,Ndi\params\ConnType\enum,1,,"10Base-T"
;HKR,Ndi\params\ConnType\enum,5,,"10Base-T Full-Duplex"
;HKR,Ndi\params\ConnType\enum,10,,"1HomeNet"
;HKR,Ndi\params\ConnType\enum,13,,"1HomeNet HiPwr"
;HKR,Ndi\params\ConnType\enum,14,,"1HomeNet LoSpeed"
;HKR,Ndi\params\ConnType\enum,15,,"1HomeNet LoSpeed/HiPwr"
HKR,NDI\params\ConnType,flag,1,"20","00","00","00"
;RxLookAhead
HKR,Ndi\params\RxLookAhead,ParamDesc,,"Receive Lookahead"
HKR,Ndi\params\RxLookAhead,default,,"0"
HKR,Ndi\params\RxLookAhead,type,,"enum"
HKR,Ndi\params\RxLookAhead\enum,0,,"Disabled"
HKR,Ndi\params\RxLookAhead\enum,1,,"Enabled"
HKR,NDI\params\RxLookAhead,flag,1,"20","00","00","00"
;Transmit Threshold
HKR,Ndi\params\TxThreshold,ParamDesc,,"Transmit Threshold"
HKR,Ndi\params\TxThreshold,default,,"0"
HKR,Ndi\params\TxThreshold,type,,"enum"
HKR,Ndi\params\TxThreshold\enum,72,," 72 bytes"
HKR,Ndi\params\TxThreshold\enum,96,," 96 bytes"
HKR,Ndi\params\TxThreshold\enum,128,," 128 bytes"
HKR,Ndi\params\TxThreshold\enum,160,," 160 bytes"
HKR,Ndi\params\TxThreshold\enum,256,," 256 bytes"
HKR,Ndi\params\TxThreshold\enum,512,," 512 bytes"
HKR,Ndi\params\TxThreshold\enum,1024,,"1024 bytes"
HKR,Ndi\params\TxThreshold\enum,0,,"Store&Forward"
HKR,NDI\params\TxThreshold,flag,1,"20","00","00","00"
;----------------------------------------------------------------------------
; rss61x NT specific
;
[rss61x.nt.reg]
HKR, Ndi, Service, 0, "rss61x"
[rss61x.CopyFiles]
rss61x.sys,,,2 ; Do not allow the user to skip this file!
[rss61x.Service]
DisplayName = %rss61x.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 2 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\rss61x.sys
LoadOrderGroup = NDIS
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;----------------------------------------------------------------------------
; rss61x Win9x specific
;
[RSSNDIS.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "rss61x.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR, NDIS, LogDriverName, 0, "rss61x"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, Ndi\Install, ndis3, 0, "rss61x.ndis3.install"
[SourceDisksNames]
1 = %instd1%,,,
[SourceDisksFiles]
;computer.avi = 1
rss61x.sys = 1
;rssload.vxd = 1
;diag116x.vxd = 1
;diag116x.dll = 1
;diag116x.exe = 1
;diag116x.cpl = 1
;rockwell.ico = 1
;selected.ico = 1
[rss61x.ndis3.CopyFiles]
;computer.avi
;rssload.vxd
;diag116x.vxd
;diag116x.dll
;diag116x.exe
;diag116x.cpl
;rockwell.ico
;selected.ico
rss61x.sys,,,2 ; Also copy driver for combo card
;----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
DefaultDestDir = 12 ; DIRID_DRIVERS
rss61x.ndis3.CopyFiles = 11
[Strings]
V_ZOOM="Zoom Telephonics, Inc."
instd1 = "Installation disk1"
; PNP Devices
11623.DeviceDesc="Zoom PCI Cable Modem"
rss61x.Service.DispName = "Zoom PCI Cable 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.