USB100TX.INF Driver File Contents (Linksys.zip)

;
;   USB100TX.INF  (for Win98 & win 2000)
;
;   Copyright 1999, Linksys Corporation.
;   Date : 16-Feb-2000

[version]
signature  = "$Chicago$"
Compatible = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Liksys%
LayoutFile  = layout.inf
DriverVer=03/22/2002,2.0.4.1
[Manufacturer]
%Liksys%      = Liksys

[ControlFlags]
ExcludeFromSelect = \
         USB\VID_066B&PID_2203
         USB\VID_066B&PID_400B


[Liksys]
;----------------   -------- ---------
;DisplayName        Section  DeviceID
;----------------   -------- ---------
%Liksys.DeviceDesc% = Liksys.Ndi,USB\VID_066B&PID_2203
%Liksys.DeviceDesc% = Liksys.Ndi,USB\VID_066B&PID_400B

;********************************************************************
;                          NT main sections
;********************************************************************

;;******************************
;; 10M/100M for Linksys
;;******************************
[Liksys.Ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 0 ; USB
AddReg          = Liksys.NT.Reg, Liksys.Params, Liksys.Config.Reg
CopyFiles       = CopyFile.NT.Sys

[Liksys.Ndi.NT.Services]
AddService = USB100TX, 2, Liksys.Service, Common.EventLog


;*******************************************************************************
;                            Win98 main sections
;*******************************************************************************

;;******************************
;;10M/100M for Linksys
;;******************************
[Liksys.Ndi]
AddReg   = Liksys.Reg, Liksys.Params, Liksys.Config.Reg
CopyFiles=CopyFile.Sys


;*******************************************************************************
;                        Windows 98 registry section
;*******************************************************************************

[Liksys.Reg]
HKR,Ndi,DeviceID,,USB\VID_066B&PID_2203
HKR,Ndi,DeviceID,,USB\VID_066B&PID_400B
HKR,Ndi,CardType,,"PNP"
HKR,,AdapterName,,USB100TX

HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,USB100TX.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,USB100TX

; 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,,"Liksys.Install"

HKR,Ndi,HelpText,,"Linksys USB Adapter"


;*******************************************************************************
; win98/2000 Driver parameters
;*******************************************************************************

[Liksys.Params]
HKR, ,TxPacketDesc,, 28   ; 40
HKR, ,RxPacketDesc,, 14   ; 20

HKR, ,PnPCapabilities,,00000018 ;;dword registy

[Liksys.Config.Reg]
HKR,Ndi\Params\MediaType,ParamDesc,,"Connection Type"
HKR,Ndi\Params\MediaType,default,,0
HKR,Ndi\Params\MediaType,type,,enum
HKR,Ndi\Params\MediaType\enum,0,,"AutoSense"
HKR,Ndi\Params\MediaType\enum,1,,"10BaseT"
HKR,Ndi\Params\MediaType\enum,2,,"10BaseT Full_Duplex"
HKR,Ndi\Params\MediaType\enum,3,,"100BaseTX"
HKR,Ndi\Params\MediaType\enum,4,,"100BaseTX Full_Duplex"
;;HKR,Ndi\Params\MediaType\enum,5,,"Home Phoneline Network"
HKR,Ndi\Params\MediaType,flag,1,20,00,00,00

;;
;;HomeLAN
;;
;;HKR, Ndi\params\HomeLan,            ParamDesc,   0,"Phone Line Config"
;;HKR, Ndi\params\HomeLan,            default,,10
;;HKR, Ndi\params\HomeLan,            type,, enum
;;HKR, Ndi\params\HomeLan\enum,       10,,"Auto"
;;HKR, Ndi\params\HomeLan\enum,       11,,"Low Power/Low Speed"
;;HKR, Ndi\params\HomeLan\enum,       12,,"Low Power/High Speed"
;;HKR, Ndi\params\HomeLan\enum,       13,,"High Power/Low Speed"
;;HKR, Ndi\params\HomeLan\enum,       14,,"High Power/High Speed"
;;HKR, Ndi\params\HomeLan,flag,1,20,00,00,00

HKR,Ndi\Params\AlivePara,ParamDesc,,"Test Mode"
HKR,Ndi\Params\AlivePara,default,,"2"
HKR,Ndi\Params\AlivePara,type,,"enum"
HKR,Ndi\Params\AlivePara\enum,0,,"Mode 0"
HKR,Ndi\Params\AlivePara\enum,1,,"Mode 1"
HKR,Ndi\Params\AlivePara\enum,2,,"Mode 2"
HKR,Ndi\Params\AlivePara\enum,3,,"Mode 3"
HKR,Ndi\Params\AlivePara\enum,4,,"Mode 4"
HKR,Ndi\Params\AlivePara,flag,1,"20","00","00","00"

;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************

[Liksys.Install]
;;CopyFiles=CopyFile.Inf,CopyFile.Sys

[CopyFile.Inf]
USB100TX.inf

[CopyFile.Sys]
USB100TX.sys


;*******************************************************************************
; Install section for Windows 2000
;*******************************************************************************

;;-----------------------
;; 10M/100M for Linksys
;;-----------------------
[Liksys.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis5"
HKR, Ndi,            Service,    0, "USB100TX"

[Liksys.Service]
DisplayName    = %Liksys.DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\USB100TX.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]
USB100TX.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]
USB100TX.inf = 50,.,USB100TX.inf,10000
USB100TX.sys = 50,.,USB100TX.sys,10000

;--------------------
;Localizable strings
;--------------------
[Strings]
Liksys= "LINKSYS"

Liksys.DeviceDesc = "Linksys EtherFast 10/100 USB Network Adapter"

DriverDisketteName = "Linksys USB Adapter Drivers Disk"

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: web2, load: 1.50