tvbeth.inf Driver File Contents (USB4280.zip)

;****************************************************************************
; tvbEth.inf
;
;  VVB Ethernet network driver
;
; Copyright (c) 2002 Topcom
;****************************************************************************
[Version]
Signature         = "$Chicago$"
Compatible        = 1  ; Support Win98 and Win2000 for Net class installs
Class             = Net
ClassGUID         = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider          = %Topcom%
;CatalogFile       = tvbeth.cat
;CatalogFile.ntx86  = tvbethntx86.cat
DriverVer=07/12/2002, 2.3.0.0

[Manufacturer]
%Topcom%     = Topcom

[Topcom]
; DisplayName                 Section           DeviceID
; -----------                 -------           --------
%vvbPCGatewayDeviceDesc%  =  vvbGateway.ndi,  TVBUS\GATEWAY

[ControlFlags]
ExcludeFromSelect = TVBUS\GATEWAY


;*****************************************************************************
; VVB family ETHERNET driver (Windows 98)
;*****************************************************************************


[vvbGateway.ndi]
AddReg = vvbGateway.ndi.AddReg, vvbEthCommon.ndi.AddReg, vvbEth.ndi.Params, USBADSL_Uninstall.reg
CopyFiles=vvbEth.ndi.CopyFiles, USBADSL.Uninstall

[vvbGateway.ndi.AddReg]
HKR, Ndi,               DeviceID,         0, "TVBUS\GATEWAY"

[vvbEthCommon.ndi.AddReg]
HKR, ,                  DeviceVxDs,       0, "tvbEth.sys"
HKR, ,                  NTMPDriver,       0, "tvbEth.sys"
HKR, ,                  DevLoader,        0, "*NDIS"
HKR, NDIS,              LogDriverName,    0, "TVBETHERNET"
HKR, NDIS,              MajorNdisVersion, 1, 03
HKR, NDIS,              MinorNdisVersion, 1, 0A
HKR, Ndi\Interfaces,    DefUpper,         0, "ndis5, ndis3"
HKR, Ndi\Interfaces,    UpperRange,       0, "ndis5, ndis3"
HKR, Ndi\Interfaces,    DefLower,         0, "ethernet"
HKR, Ndi\Interfaces,    LowerRange,       0, "ethernet"


[vvbEth.ndi.CopyFiles]
tvbeth.sys

[USBADSL.Uninstall]
UNADSL_T.EXE

;*****************************************************************************
; VVB family ETHERNET driver (Windows 2000)
;*****************************************************************************


[vvbGateway.ndi.NTx86]
Characteristics = 0x81 ; NCF_VIRTUAL, NCF_HAS_UI
AddReg          = vvbEth.ndi.NTx86.AddReg, vvbEth.ndi.Params,USBADSL_Uninstall.reg
CopyFiles       = vvbEth.ndi.NTx86.CopyFiles, USBADSL.Uninstall


[vvbGateway.ndi.NTx86.Services]
AddService = TVBETHERNET, 2, vvbEth.NTx86.Service, vvbEth.NTx86.EventLog


[vvbEth.ndi.NTx86.AddReg]
HKR, Ndi,            Service,    0, "TVBETHERNET"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5, ndis3"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[vvbEth.ndi.NTx86.CopyFiles]
tvbeth.sys


[vvbEth.NTx86.Service]
DisplayName    = %vvbEth.ServiceDesc%
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
StartType      = 3  ; SERVICE_DEMAND_START
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\tvbEth.sys
LoadOrderGroup = NDIS

[vvbEth.NTx86.EventLog]
AddReg = vvbEth.NTx86.EventLog.AddReg

[vvbEth.NTx86.EventLog.AddReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7


;*****************************************************************************
; vvbEthernet family ETHERNET driver registry parameters
;*****************************************************************************

[vvbEth.ndi.Params]
HKR, Ndi\params\RcvBufferPoolSize,    ParamDesc,  0, %BufferPoolSize%
HKR, Ndi\params\RcvBufferPoolSize,    default,    0, "32"
HKR, Ndi\params\RcvBufferPoolSize,    min,        0, "32"
HKR, Ndi\params\RcvBufferPoolSize,    max,        0, "000000256"
HKR, Ndi\params\RcvBufferPoolSize,    step,       0, "1"
HKR, Ndi\params\RcvBufferPoolSize,    Base,       0, "10"
HKR, Ndi\params\RcvBufferPoolSize,    type,       0, "int"

HKR, Ndi\params\RcvPacketPoolSize,    ParamDesc,  0, %PacketPoolSize%
HKR, Ndi\params\RcvPacketPoolSize,    default,    0, "24"
HKR, Ndi\params\RcvPacketPoolSize,    min,        0, "24"
HKR, Ndi\params\RcvPacketPoolSize,    max,        0, "000000128"
HKR, Ndi\params\RcvPacketPoolSize,    step,       0, "1"
HKR, Ndi\params\RcvPacketPoolSize,    Base,       0, "10"
HKR, Ndi\params\RcvPacketPoolSize,    type,       0, "int"

HKR, Ndi\params\CheckForHangPeriod,    ParamDesc,  0, %CheckForHangPeriod%
HKR, Ndi\params\CheckForHangPeriod,    default,    0, "32"
HKR, Ndi\params\CheckForHangPeriod,    min,        0, "32"
HKR, Ndi\params\CheckForHangPeriod,    max,        0, "00000064"
HKR, Ndi\params\CheckForHangPeriod,    step,       0, "2"
HKR, Ndi\params\CheckForHangPeriod,    Base,       0, "10"
HKR, Ndi\params\CheckForHangPeriod,    type,       0, "int"

;*****************************************************************************
; Files and Directories
;*****************************************************************************

[DestinationDirs]
USBADSL.Uninstall= 10
DefaultDestDir             = 10, system32\drivers    ; Default Destination Directory
vvbEth.ndi.CopyFiles       = 10, system32\drivers    ; Destination Directory for win9x
vvbEth.ndi.NTx86.CopyFiles = 10, system32\drivers    ; Desination Directory for win2000 on x86

[SourceDisksNames]
1=%Disk1%,tvbeth.sys,,

[SourceDisksFiles]
tvbeth.sys=1
UNADSL_T.EXE = 1


;-------------------------------------------------
[USBADSL_Uninstall.reg]
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%ADSL_String%",DisplayName,,"%ADSL_Uninstall%"
HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\%ADSL_String%",UninstallString,,"UNADSL_T.EXE"

;*****************************************************************************
; Localised strings
;*****************************************************************************

[Strings]
Topcom = "Topcom"
Disk1 = "ADSL Router USB Driver Installation Disk"

vvbPCGatewayDeviceDesc = "Topcom USB ADSL Router"

vvbEth.ServiceDesc = "Topcom USB ADSL Router"

BufferPoolSize = "Buffer Pool Size"
PacketPoolSize = "Packet Pool Size"
CheckForHangPeriod = "Time period (secs) that NDIS checks for a hung adapter"

;;Uninstall 
ADSL_String="Topcom ADSL Uninstall"
ADSL_Uninstall="Topcom USB ADSL Router Driver"

;*****************************************************************************
; End
;*****************************************************************************
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: web5, load: 1.03