;=============================================================================
;
; Win98 & 2000 Setup INF for "Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)"
;
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %Msft%
LayoutFile = layout.inf
CatalogFile = Lne100v4.cat
DriverVer = 12/22/1999, 1.00.00.00
[Manufacturer]
%V_Lne100v4%=Linksys
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1317&DEV_0985
[Linksys]
%LNE100V4.DeviceDesc% = LNE100V4.ndi, PCI\VEN_1317&DEV_0985
;*******************************************************************************
; windows 98
[LNE100V4.Ndi]
AddReg=LNE100V4.Reg,common.pci.reg, LNE100V4.con.reg
;********************************************************************
; windows 2000
[LNE100V4.ndi.NT]
Characteristics = 0x84
BusType = 5
AddReg = LNE100V4.ndi.reg, common.ndi.reg, common.pci.reg, LNE100V4.con.reg
CopyFiles = LNE100V4.Install.CopyFiles, Common.Install.CopyFiles
;***************************************************************************
; windows 98
[LNE100V4.Reg]
HKR,NDI,DeviceID,,"PCI\VEN_1317&DEV_0985"
HKR,,AdapterCFID,,09851317
HKR,,AdapterType,,5
HKR,,BusType,,5
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,LNE100V4.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,"LNE100TX"
; 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,,"LNE100V4.Install"
;-----------------------------------------------------------------------------
; LNE100V4 specific
; windows 2000
[LNE100V4.ndi.reg]
HKR, , AdapterCFID, 0, "09851317"
;-----------------------------------------------------------------------------
; common driver parameters(WIN2000)
;
[common.ndi.reg]
HKR, Ndi, Service, 0, "LNE100"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, , MediaType, 0, "0"
;-----------------------------------------------------------------------------
; PCI common parameters(WIN2000&WIN98)
;
[common.pci.reg]
HKR, , AdapterType, 0, "5"
HKR,,TxPacketDesc,,75 ; 0x32
HKR,,RxPacketDesc,,120 ; 0x78
HKR,,TxDmaDesc,,150 ; 0x1d
HKR,,RxDmaDesc,,40 ; 0x28
HKR,,PacketsPerTxInt,,10 ; 0x0a
HKR,,PacketsPerRxInd,,10 ; 0x0a
HKR,,BurstLength,,0 ; 0 (Unlimited), 1 DW, 2 DW, 3 DW, ...
[LNE100V4.con.reg]
HKR,Ndi\Params\MediaType,ParamDesc,,"Media 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,flag,1,20,00,00,00
HKR,Ndi\Params\LinkOnChange,ParamDesc,,"Link-On Change"
HKR,Ndi\Params\LinkOnChange,default,,1
HKR,Ndi\Params\LinkOnChange,type,,enum
HKR,Ndi\Params\LinkOnChange\enum,0,,"Disabled"
HKR,Ndi\Params\LinkOnChange\enum,1,,"Enabled"
HKR,Ndi\Params\LinkOnChange,flag,1,20,00,00,00
HKR,Ndi\Params\LinkOffChange,ParamDesc,,"Link-Off Change"
HKR,Ndi\Params\LinkOffChange,default,,0
HKR,Ndi\Params\LinkOffChange,type,,enum
HKR,Ndi\Params\LinkOffChange\enum,0,,"Disabled"
HKR,Ndi\Params\LinkOffChange\enum,1,,"Enabled"
HKR,Ndi\Params\LinkOffChange,flag,1,20,00,00,00
HKR,Ndi\Params\MagicPacket,ParamDesc,,"Magic Packet Wakeup"
HKR,Ndi\Params\MagicPacket,default,,1
HKR,Ndi\Params\MagicPacket,type,,enum
HKR,Ndi\Params\MagicPacket\enum,0,,"Disabled"
HKR,Ndi\Params\MagicPacket\enum,1,,"Enabled"
HKR,Ndi\Params\MagicPacket,flag,1,20,00,00,00
[SourceDisksNames]
50="Linksys LNE100TX Fast Ethernet Adapter Driver Diskette",,0
[SourceDisksFiles]
LNE100V4.sys=50,,LNE100V4.sys,10000
LNE100V4.inf=50,,LNE100V4.inf,10000
LNE100V4.cat=50,,LNE100V4.cat, 1000
;; WINDOWS 98
[LNE100V4.Install]
CopyFiles=CopyFile.Inf,CopyFileA.Sys
[CopyFile.Inf]
LNE100V4.inf
[CopyFileA.Sys]
LNE100V4.sys
;; WINDOWS 2000
[LNE100V4.Install.CopyFiles]
LNE100V4.sys,,,2
[Common.Install.CopyFiles]
LNE100V4.inf,,,2
;;WINDOWS 2000
[LNE100V4.ndi.NT.Services]
AddService = LNE100V4, 2, LNE100V4.Service, common.EventLog
[LNE100V4.Service]
DisplayName = %LNE100V4.ServiceDeviceDesc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\LNE100V4.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
;-----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
;;WINDOWS 2000
LNE100V4.Install.CopyFiles = 12
INF.Install.CopyFiles = 17
;;WINDOWS 98
CopyFileA.Sys=11
CopyFile.Inf=17
[Strings]
Msft="Microsoft"
V_LNE100V4="Linksys"
LNE100V4.DeviceDesc = "Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)"
LNE100V4.ServiceDeviceDesc= "Linksys LNE100TX Fast Ethernet Adapter(LNE100TX v4)"
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.