NETPNIC.INF Driver File Contents (linksys100tx.zip)

;
; INF file for Linksys LNE100TX Fast Ethernet Adapter. Version v4.50
;
; 1995-1999, The Linksys Group.

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_Provider%
;CatalogFile = Netpnic.cat
DriverVer   = 6/10/99


[Manufacturer]
%V_Pnic%      = Linksys


[ControlFlags]
ExcludeFromSelect = PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD, \
                    PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD, \
                    PCI\VEN_11AD&DEV_0002&SUBSYS_F00311AD, \
                    PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD, \
                    PCI\VEN_11AD&DEV_C115&SUBSYS_C00111AD


[Linksys]
%Pnic.DeviceDesc%   = Pnic.ndi,   PCI\VEN_11AD&DEV_0002&SUBSYS_000211AD
%Pnic.DeviceDesc%   = Pnic.ndi,   PCI\VEN_11AD&DEV_0002&SUBSYS_000311AD
%Pnic.DeviceDesc%   = Pnic.ndi,   PCI\VEN_11AD&DEV_0002&SUBSYS_F00311AD
%Pnic.DeviceDesc%   = Pnic.ndi,   PCI\VEN_11AD&DEV_0002&SUBSYS_FFFF11AD
%PnicII.DeviceDesc% = PnicII.ndi, PCI\VEN_11AD&DEV_c115&SUBSYS_C00111AD


;-------------------------------------------------------------------------------
; PNIC based Fast Ethernet Adapter
;
[Pnic.ndi]
Characteristics = 0x84
BusType         = 5
AddReg          = L100.reg, Pnic.reg, Pnic.TP.reg, Pnic.con.reg
CopyFiles       = Pnic.ndis5.CopyFiles, Pnic.Inf.CopyFiles

[Pnic.ndi.Services]
AddService      = l100, 2, l100.Service, l100.EventLog


[PnicFX.ndi]
Characteristics = 0x84
BusType         = 5
AddReg          = L100.reg, Pnic.reg, Pnic.FX.reg, Pnic.con.reg
CopyFiles       = Pnic.ndis5.CopyFiles, Pnic.Inf.CopyFiles

[PnicFX.ndi.Services]
AddService      = l100, 2, l100.Service, l100.EventLog


[PnicA.ndi]
Characteristics = 0x84
BusType         = 5
AddReg          = L100.reg, Pnic.reg, Pnic.A.reg, Pnic.con.reg
CopyFiles       = Pnic.ndis5.CopyFiles, Pnic.Inf.CopyFiles

[PnicA.ndi.Services]
AddService      = l100, 2, l100.Service, l100.EventLog


; Pnic II adapters, Base TX 
[PnicII.ndi]
Characteristics = 0x84
BusType         = 5
AddReg          = L100.reg, PnicII.reg, Pnic.TP.reg, PnicII.con.reg
CopyFiles       = Pnic.ndis5.CopyFiles, Pnic.Inf.CopyFiles

[PnicII.ndi.Services]
AddService      = l100, 2, l100.Service, l100.EventLog


[Pnic.reg]
HKR, , AdapterCFID, 0, "000211AD"
HKR, ,   MediaType, 0, "1"
HKR, , AdapterType, 0, "5"


[PnicII.reg]
HKR, , AdapterCFID, 0, "C11511AD"
HKR, ,   MediaType, 0, "1"
HKR, , AdapterType, 0, "5"


;-----------------------------------------------------
; Adapter specific parameters
;
[Pnic.TP.reg]
;ConnectionType
HKR, Ndi\params\ConnectionType,      ParamDesc, 0, %ConnectionType%
HKR, Ndi\params\ConnectionType,      default,   0, "0"
HKR, Ndi\params\ConnectionType,      type,      0, "enum"
HKR, Ndi\params\ConnectionType\enum, "0",       0, %AutoDetect%
HKR, Ndi\params\ConnectionType\enum, "1",       0, %TX_10MHD%
HKR, Ndi\params\ConnectionType\enum, "2",       0, %TX_10MFD%
HKR, Ndi\params\ConnectionType\enum, "3",       0, %TX_100MHD%
HKR, Ndi\params\ConnectionType\enum, "4",       0, %TX_100MFD%


[Pnic.FX.reg]
;ConnectionType
HKR, Ndi\params\ConnectionType,      ParamDesc, 0, %ConnectionType%
HKR, Ndi\params\ConnectionType,      default,   0, "8"
HKR, Ndi\params\ConnectionType,      type,      0, "enum"
HKR, Ndi\params\ConnectionType\enum, "8",       0, %FX_100MHD%
HKR, Ndi\params\ConnectionType\enum, "9",       0, %FX_100MFD%


[Pnic.A.reg]
;ConnectionType
HKR, Ndi\params\ConnectionType,      ParamDesc, 0, %ConnectionType%
HKR, Ndi\params\ConnectionType,      default,   0, "0"
HKR, Ndi\params\ConnectionType,      type,      0, "enum"
HKR, Ndi\params\ConnectionType\enum, "0",       0, %AutoDetect%
HKR, Ndi\params\ConnectionType\enum, "1",       0, %TX_10MHD%
HKR, Ndi\params\ConnectionType\enum, "2",       0, %TX_10MFD%
HKR, Ndi\params\ConnectionType\enum, "3",       0, %TX_100MHD%
HKR, Ndi\params\ConnectionType\enum, "4",       0, %TX_100MFD%
HKR, Ndi\params\ConnectionType\enum, "5",       0, %BNC%
HKR, Ndi\params\ConnectionType\enum, "8",       0, %FX_100MHD%
HKR, Ndi\params\ConnectionType\enum, "9",       0, %FX_100MFD%


;-----------------------------------------------------
; Common parameters
;
[Pnic.con.reg]
;Burst Length
HKR, Ndi\params\BurstLength,         ParamDesc, 0, %BurstLen%
HKR, Ndi\params\BurstLength,         default,   0, "10"
HKR, Ndi\params\BurstLength,         type,      0, "enum"
HKR, Ndi\params\BurstLength\enum,    "1",       0, %DW1%
HKR, Ndi\params\BurstLength\enum,    "2",       0, %DW2%
HKR, Ndi\params\BurstLength\enum,    "4",       0, %DW4%
HKR, Ndi\params\BurstLength\enum,    "8",       0, %DW8%
HKR, Ndi\params\BurstLength\enum,    "10",      0, %DW16%
HKR, Ndi\params\BurstLength\enum,    "20",      0, %DW32%

;Transmit Threshold
HKR, Ndi\params\TxThreshold,         ParamDesc, 0, %TxThreshold%
HKR, Ndi\params\TxThreshold,         default,   0, "6"
HKR, Ndi\params\TxThreshold,         type,      0, "enum"
HKR, Ndi\params\TxThreshold\enum,    "0",       0, %StoreForward%
HKR, Ndi\params\TxThreshold\enum,    "1",       0, %36Byte%
HKR, Ndi\params\TxThreshold\enum,    "2",       0, %72Byte%
HKR, Ndi\params\TxThreshold\enum,    "3",       0, %96Byte%
HKR, Ndi\params\TxThreshold\enum,    "4",       0, %128Byte%
HKR, Ndi\params\TxThreshold\enum,    "5",       0, %160Byte%
HKR, Ndi\params\TxThreshold\enum,    "6",       0, %256Byte%


[PnicII.con.reg]
;Burst Length
HKR, Ndi\params\BurstLength,         ParamDesc, 0, %BurstLen%
HKR, Ndi\params\BurstLength,         default,   0, "20"
HKR, Ndi\params\BurstLength,         type,      0, "enum"
HKR, Ndi\params\BurstLength\enum,    "1",       0, %DW1%
HKR, Ndi\params\BurstLength\enum,    "2",       0, %DW2%
HKR, Ndi\params\BurstLength\enum,    "4",       0, %DW4%
HKR, Ndi\params\BurstLength\enum,    "8",       0, %DW8%
HKR, Ndi\params\BurstLength\enum,    "10",      0, %DW16%
HKR, Ndi\params\BurstLength\enum,    "20",      0, %DW32%

;Transmit Threshold
HKR, Ndi\params\TxThreshold,         ParamDesc, 0, %TxThreshold%
HKR, Ndi\params\TxThreshold,         default,   0, "200"
HKR, Ndi\params\TxThreshold,         type,      0, "enum"
HKR, Ndi\params\TxThreshold\enum,    "0",       0, %StoreForward%
HKR, Ndi\params\TxThreshold\enum,    "80",      0, %128Byte%
HKR, Ndi\params\TxThreshold\enum,    "100",     0, %256Byte%
HKR, Ndi\params\TxThreshold\enum,    "200",     0, %512Byte%
HKR, Ndi\params\TxThreshold\enum,    "400",     0, %1024Byte%


;-------------------------------------------------------------------------------
; PNIC Based Fast Ethernet Adapter Driver parameters
;

[L100.reg]
HKR, Ndi,            Service,     0, "L100"
HKR, Ndi\Interfaces, DefUpper,    0, "ndis5"
HKR, Ndi\Interfaces, DefLower,    0, "ethernet"
HKR, Ndi\Interfaces, UpperRange,  0, "ndis5"
HKR, Ndi\Interfaces, LowerRange,  0, "ethernet"


[l100.Service]
DisplayName     = %l100.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\Lne100tx.sys
LoadOrderGroup  = NDIS


[l100.EventLog]
AddReg = l100.AddEventLog.reg

[l100.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7


;-------------------------------------------------------------------------------
; Install Section
;
[Pnic.Inf.CopyFiles]
Netpnic.inf

[Pnic.ndis5.CopyFiles]
Lne100tx.sys


;-------------------------------------------------------------------------------
; Source Disk Name
;
[SourceDisksNames]
1 = %DriveDisk.Desc%,,,

;-------------------------------------------------------------------------------
; Source Disk Name
;
[SourceDisksFiles]
Lne100tx.sys  = 1
Netpnic.inf = 1
Netpnic.cat = 1


;-------------------------------------------------------------------------------
; Destination Directories
;
[DestinationDirs]
Pnic.ndis5.CopyFiles = 12 
Pnic.Inf.CopyFiles   = 17

;-------------------------------------------------------------------------------
; Localizable Strings


[strings]
V_Provider            = "Linksys"
V_Pnic                = "Linksys"

Pnic.DeviceDesc       = "Linksys LNE100TX Fast Ethernet Adapter"
PnicII.DeviceDesc     = "Linksys LNE100TX Fast Ethernet Adapter"

DriveDisk.Desc = "Linksys LNE100TX Fast Ethernet Adapter driver Disk"
l100.Service.DispName = "Linksys LNE100TX Fast Ethernet Adapter"

ConnectionType = "Connection Type"
AutoDetect     = "Auto Detection"
TX_10MHD       = "10 Base T"
TX_10MFD       = "10 Base T Full Duplex"
TX_100MHD      = "100 Base TX"
TX_100MFD      = "100 Base TX Full Duplex"
FX_100MHD      = "100 Base FX"
FX_100MFD      = "100 Base Fx Full Duplex"
BNC            = "BNC"

BurstLen = "Burst Length"
DW1      = "1 DWORD"
DW2      = "2 DWORD"
DW4      = "4 DWORD"
DW8      = "8 DWORD"
DW16     = "16 DWORD"
DW32     = "32 DWORD"


TxThreshold  = "Transmit Threshold"
StoreForward = "Store and Forward"
36Byte       = "36 Bytes"
72Byte       = "72 Bytes"
96Byte       = "96 Bytes"
128Byte      = "128 Bytes"
160Byte      = "160 Bytes"
256Byte      = "256 Bytes"
512Byte      = "512 Bytes"
1024Byte     = "1024 Bytes"
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.94