VVBETH.INF Driver File Contents (router_usb_driver.exe)

;****************************************************************************
; VVBETH.INF
;
;  VVB Ethernet network driver  v1.00
;
; Copyright (c) 2001, Actiontec Electronics, Inc.
;****************************************************************************
[Version]
Signature         = "$Chicago$"
Compatible        = 1  ; Support Win98 and Win2000 for Net class installs
Class             = Net
ClassGUID         = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider          = %Actiontec%
CatalogFile       = vvbeth.cat
;CatalogFile.ntx86  = vvbethntx86.cat
DriverVer=07/02/2001, 7.01.0.25

[Manufacturer]
%Actiontec%     = Actiontec

[Actiontec]
; DisplayName                 Section           DeviceID
; -----------                 -------           --------

%VvbEthDeviceDesc%        =  VvbEth.ndi,      VVBUS\ETHERNET
%VvbR1483DeviceDesc%      =  VvbR1483.ndi,    VVBUS\RFC1483
%VvbPCGatewayDeviceDesc%  =  VvbGateway.ndi,  VVBUS\GATEWAY

[ControlFlags]
ExcludeFromSelect = VVBUS\ETHERNET
ExcludeFromSelect = VVBUS\RFC1483
ExcludeFromSelect = VVBUS\GATEWAY

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

[VvbEth.ndi.NTx86]
Characteristics = 0x84 ; NCF_PHYSICAL,NCF_HAS_UI
BusType         = 1
CopyFiles       = VvbEth.ndi.NTx86.CopyFiles
AddReg          = VvbEth.ndi.NTx86.AddReg, VvbEth.ndi.Params	;,VvbEth.NTx86.RunOnce
;CopyFiles       = VvbEth.ndi.NTx86.CopyFiles
;DriverVer=12/17/2000, 7.01.0.25

[VvbEth.ndi.NTx86.Services]
AddService = VVBETHERNET, 2, VvbEth.NTx86.Service, VvbEth.NTx86.EventLog


[VvbR1483.ndi.NTx86]
Characteristics = 0x84 ; NCF_PHYSICAL,NCF_HAS_UI
BusType         = 1
CopyFiles       = VvbEth.ndi.NTx86.CopyFiles
AddReg          = VvbEth.ndi.NTx86.AddReg, VvbEth.ndi.Params	;,VvbEth.NTx86.RunOnce
;CopyFiles       = VvbEth.ndi.NTx86.CopyFiles
;DriverVer=12/17/2000, 7.01.0.25


[VvbR1483.ndi.NTx86.Services]
AddService = VVBETHERNET, 2, VvbEth.NTx86.Service, VvbEth.NTx86.EventLog


[VvbGateway.ndi.NTx86]
Characteristics = 0x84 ; NCF_PHYSICAL,NCF_HAS_UI
BusType         = 1
CopyFiles       = VvbEth.ndi.NTx86.CopyFiles
AddReg          = VvbEth.ndi.NTx86.AddReg, VvbEth.ndi.Params	;,VvbEth.NTx86.RunOnce
;CopyFiles       = VvbEth.ndi.NTx86.CopyFiles
;DriverVer=12/17/2000, 7.01.0.25


[VvbGateway.ndi.NTx86.Services]
AddService = VVBETHERNET, 2, VvbEth.NTx86.Service, VvbEth.NTx86.EventLog

[VvbEth.ndi.NTx86.CopyFiles]
vvbeth.sys


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

;[VvbEth.NTx86.RunOnce]
;HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"Setup APP",,"%30%\DSLinst.exe"




[VvbEth.NTx86.Service]
DisplayName    = %VvbEth.ServiceDesc%
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
StartType      = 3  ; SERVICE_DEMAND_START
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\vvbEth.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]
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%,vvbeth.sys,,

[SourceDisksFiles]
vvbeth.sys=1
;DSLinst.exe=1
;CloseMg2.exe=1
;*****************************************************************************
; Localised strings
;*****************************************************************************

[Strings]
Actiontec = "Actiontec"
Disk1 = "Actiontec Gateway Drivers disk"

VvbEthDeviceDesc  = "Actiontec Gateway"
VvbR1483DeviceDesc  = "Actiontec Gateway"
VvbPCGatewayDeviceDesc = "Actiontec Gateway"

VvbEth.ServiceDesc = "Actiontec Gateway Service"

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

;*****************************************************************************
; 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: web1, load: 1.43