;; Windows 98, Windows 2000, Windows ME combined inf for NDIS5 driver)
;;
;; Linksys Compact USB Network Adapter
;;
;; .this release is primarily for WHQL test.
[Version]
;;Signature = "$Windows NT$"
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Linksys%
CatalogFile = USB100M.cat ;; for WHQL certified
DriverVer = 05/21/2001,5.104.0521.2001
[Manufacturer]
%Linksys% = Linksys
[ControlFlags]
ExcludeFromSelect = USB\VID_0bda&PID_8150
[Linksys]
%USB100M.DeviceDesc% = USB100M.ndi,USB\VID_0bda&PID_8150
;;****************************************************************************
;; Windows 98
;;****************************************************************************
[USB100M.ndi]
DriverVer = 5/21/2001,104
AddReg = USB100M.Reg, USB100M.common.reg
CopyFiles = USB100M.CopyFiles98
;;****************************************************************************
;; Windows 2000
;;****************************************************************************
[USB100M.ndi.NT]
AddReg = USB100M.NT.Reg, USB100M.common.reg
Characteristics = 0x84
BusType = 1
CopyFiles = USB100M.CopyFiles
[USB100M.ndi.NT.Services]
AddService = USB-100, 2, rtsnt.Service, USB100M.EventLog
;;---------------------------------------------------------------------------------------------------------------------
;; USB100M Parrameters
;;---------------------------------------------------------------------------------------------------------------------
;*******************************************************************************
; Windows 98
;*******************************************************************************
[USB100M.Reg]
HKR, Ndi, DeviceID, 0, USB\VID_0bda&PID_8150
HKR,Ndi,CardType,,"PNP"
HKR, , DriverDesc, 0, "Linksys USB100M USB 10/100 LAN Adapter"
HKR, , DevLoader,,*ndis,*ntkern,*ndis
HKR, , DeviceVxDs,,USB100M.SYS
HKR, , EnumPropPages, 0, netdi.dll, EnumPropPages
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a
HKR,NDIS,LogDriverName,,USB-100
; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
;*******************************************************************************
; USB100M common paramters
;*******************************************************************************
[USB100M.common.reg]
HKR, Ndi\params\DuplexMode, ParamDesc, 0, %DuplexMode%
HKR, Ndi\params\DuplexMode, type, 0, "enum"
HKR, Ndi\params\DuplexMode, default, 0, "0"
HKR, Ndi\params\DuplexMode\enum, 0, 0, %dmAutoMode%
HKR, Ndi\params\DuplexMode\enum, 1, 0, %dm10HalfMode%
HKR, Ndi\params\DuplexMode\enum, 2, 0, %dm10FullMode%
HKR, Ndi\params\DuplexMode\enum, 3, 0, %dm100HalfMode%
HKR, Ndi\params\DuplexMode\enum, 4, 0, %dm100FullMode%
HKR, Ndi\params\FrameWakeUp, ParamDesc, 0, %WakeUpFrameWakeUp%
HKR, Ndi\params\FrameWakeUp, default, 0, "0"
HKR, Ndi\params\FrameWakeUp, type, 0, "enum"
HKR, Ndi\params\FrameWakeUp\enum, "0", 0, "Disable"
HKR, Ndi\params\FrameWakeUp\enum, "1", 0, "Enable"
HKR, Ndi\params\LinkChangeWakeUp, ParamDesc, 0, %LinkChangeWakeUp%
HKR, Ndi\params\LinkChangeWakeUp, default, 0, "0"
HKR, Ndi\params\LinkChangeWakeUp, type, 0, "enum"
HKR, Ndi\params\LinkChangeWakeUp\enum, "0", 0, "Disable"
HKR, Ndi\params\LinkChangeWakeUp\enum, "1", 0, "Enable"
HKR, Ndi\params\MagicPacketWakeUp, ParamDesc, 0, %MagicPacketWakeUp%
HKR, Ndi\params\MagicPacketWakeUp, default, 0, "0"
HKR, Ndi\params\MagicPacketWakeUp, type, 0, "enum"
HKR, Ndi\params\MagicPacketWakeUp\enum, "0", 0, "Disable"
HKR, Ndi\params\MagicPacketWakeUp\enum, "1", 0, "Enable"
HKR, Ndi\params\EarlyTransfer, ParamDesc, 0, %EarlyTransfer%
HKR, Ndi\params\EarlyTransfer, default, 0, "1"
HKR, Ndi\params\EarlyTransfer, type, 0, "enum"
HKR, Ndi\params\EarlyTransfer\enum, "0", 0, "Disable"
HKR, Ndi\params\EarlyTransfer\enum, "1", 0, "Enable"
[USB100M.CopyFiles98]
USB100M.sys,,,2
;*******************************************************************************
; Windows 2000
;*******************************************************************************
[USB100M.NT.Reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "USB-100"
[rtsnt.Service]
DisplayName = %USB100M.DeviceDesc.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERRVICE_DEMAND_START%
ErrorControl = 1 ; %SERRVICE_ERROR_NORMAL%
ServiceBinary = %12%\USB100M.SYS
LoadOrderGroup = NDIS
[USB100M.EventLog]
AddReg = USB100M.AddEventLog.reg
[USB100M.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported , 0x00010001, 7
[USB100M.CopyFiles]
USB100M.SYS,,,2
;*******************************************************************************
; Destination Directory
;*******************************************************************************
[DestinationDirs]
USB100M.CopyFiles98 = 11
USB100M.CopyFiles = 12
DefaultDestDir = 11 ; LDID_SYS
[SourceDisksNames]
1=%DISKNAME%,,,
[SourceDisksFiles]
USB100M.sys = 1
;*******************************************************************************
; Strings
;*******************************************************************************
[Strings]
;Msft = "Microsoft"
Linksys = "Linksys"
USB100M.DeviceDesc = "Linksys EtherFast 10/100 Compact USB Network Adapter"
USB100M.DeviceDesc.DispName = "Linksys EtherFast 10/100 Compact USB Network Adapter"
;; Source disk name
DISKNAME = "Linksys EtherFast 10/100 Compact USB Network Adapter Driver Disk"
NetworkAddress = "Network Address"
DuplexMode = "Link Speed/Duplex Mode"
dmAutoMode = "Auto Mode"
dm10HalfMode = "10 Half Mode"
dm10FullMode = "10 Full Mode"
dm100HalfMode = "100 Half Mode"
dm100FullMode = "100 Full Mode"
LinkChangeWakeUp = "Link Change Wake Up"
MagicPacketWakeUp = "Magic Packet Wake Up"
WakeUpFrameWakeUp = "Wakeup Frame Wake Up"
EarlyTransfer = "Early Transfer"
TestMode = "Test Mode"
;
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.