;
; USB10TB.INF (for Win98 & win 2000)
;
; Copyright 1999, USBs Corporation.
; Date : 6-Jan-2000
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %USBs%
LayoutFile = layout.inf
[Manufacturer]
%USBs% = USBs
[ControlFlags]
ExcludeFromSelect = \
USB\VID_07B8&PID_ABC1
[USBs]
;---------------- -------- ---------
;DisplayName Section DeviceID
;---------------- -------- ---------
%USBs.DeviceDesc% = USBs.Ndi,USB\VID_07B8&PID_ABC1
;********************************************************************
; NT main sections
;********************************************************************
;;******************************
;; 10M/100M for USBs
;;******************************
[USBs.Ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 0 ; USB
AddReg = USBs.NT.Reg, USBs.Params, USBs.Config.Reg
CopyFiles = CopyFile.NT.Sys
[USBs.Ndi.NT.Services]
AddService = USB10TB, 2, USBs.Service, Common.EventLog
;*******************************************************************************
; Win98 main sections
;*******************************************************************************
;;******************************
;;10M for USBs
;;******************************
[USBs.Ndi]
AddReg = USBs.Reg, USBs.Params, USBs.Config.Reg
DeviceID = USB\VID_07B8&PID_ABC1
CopyFiles=CopyFile.Sys
;*******************************************************************************
; Windows 98 registry section
;*******************************************************************************
[USBs.Reg]
HKR,Ndi,DeviceID,,USB\VID_07B8&PID_ABC1
HKR,Ndi,CardType,,"PNP"
HKR,,AdapterName,,USB10TB
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,USB10TB.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,USB10TB
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
;;HKR,Ndi\Install,ndis3,,"USBs.Install"
HKR,Ndi,HelpText,,"USB Ethernet Adapter"
;*******************************************************************************
; win98/2000 Driver parameters
;*******************************************************************************
[USBs.Params]
HKR, ,TxPacketDesc,, 14 ; 20
HKR, ,RxPacketDesc,, 14 ; 20
HKR, ,PnPCapabilities,,00000018 ;;dword registy
[USBs.Config.Reg]
;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************
[USBs.Install]
;;CopyFiles=CopyFile.Inf,CopyFile.Sys
[CopyFile.Inf]
USB10TB.inf
[CopyFile.Sys]
USB10TB.sys
;*******************************************************************************
; Install section for Windows 2000
;*******************************************************************************
;;-----------------------
;; 10M for USBs
;;-----------------------
[USBs.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi, Service, 0, "USB10TB"
[USBs.Service]
DisplayName = %USBs.DeviceDesc%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\USB10TB.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
[CopyFile.NT.Sys]
USB10TB.sys,,,2
;-------------------------
; Destination directories
;-------------------------
[DestinationDirs]
CopyFile.NT.Sys = 12 ; Drivers directory.
CopyFile.Sys = 11 ; LDID_SYS
CopyFile.Inf = 17 ; INF file directory.
;-------------------
; Source Disk layout
;-------------------
[SourceDisksNames]
50=%DriverDisketteName%,,0
[SourceDisksFiles]
USB10TB.inf = 50,.,USB10TB.inf,10000
USB10TB.sys = 50,.,USB10TB.sys,10000
;--------------------
;Localizable strings
;--------------------
[Strings]
USBs= "USBs"
USBs.DeviceDesc = "USB Ethernet Adapter"
DriverDisketteName = "USB Ethernet Adapter Drivers Disk"
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.