; PCMCARD.INF for Win 98 & Win 2000 V4.10 ; ; 10 BaseT FastEthernet PC Card ; [Version] signature = "$Windows NT$" Class=Net ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318} Provider=%V_PCCARD% LayoutFile=layout.inf, layout1.inf [Manufacturer] %V_PCCARD%=PCCARD [PCCARD] %*PCMCIA.DeviceDesc%=NE2000.ndi,PCMCIA\PCMCIA-LNT-10TN-219A ;;1.Check PNPID [NE2000.ndi.NT] Characteristics = 0x4 BusType = 8 AddReg = NE2000cc.ndi.reg, NE2000.common.reg CopyFiles = NE2000.ndis5.CopyFiles [NE2000.ndi.NT.Services] AddService = NE2000, 2, NE2000.Service, NE2000.AddEventLog [NE2000cc.ndi.reg] HKR, Ndi, Service, 0, "NE2000" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, , Pcmcia , 0, "2" [NE2000.ndis5.CopyFiles] pcmlan95.sys,,,2 [NE2000.Service] DisplayName = %Service.DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_AUTO_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\pcmlan95.sys LoadOrderGroup = NDIS AddReg = TextModeFlags.reg [NE2000.AddEventLog] AddReg = NE2000.AddEventLog.reg [NE2000.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000,"%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 [TextModeFlags.reg] HKR, , TextModeFlags, 0x00010001, 0x0001 ;--------------- [NE2000.ndi] AddReg=NE2000.ndi.reg,NE2000.params.reg,NE2000.common.reg LogConfig=NE2000.LogConfigOverride CopyFiles=NE2000.ndis3.CopyFiles CopyFiles=Inf.CopyFiles [NE2000.LogConfigOverride] IRQConfig=3,4,5,7,9,10,11,12,13,15 IOConfig=20@200-3FF%FFE0(3FF::) ConfigPriority = NORMAL [NE2000.ndi.reg] HKR,,DevLoader,0,*ndis HKR,,DeviceVxDs,0,pcmlan95.SYS HKR,,EnumPropPages,0,netdi.dll HKR,Ndi,DeviceID,0,"PCMCIA\PCMCIA-LNT-10TN-219A" ;;2.Check PNPID HKR,Ndi,CardType,0,PCMCIA HKR,,AdapterType,,"2" HKR,NDIS,LogDriverName,0,NE2000 HKR,NDIS,MajorNdisVersion,1,03 HKR,NDIS,MinorNdisVersion,1,0a HKR,Ndi\Interfaces,DefUpper,0,ndis3 HKR,Ndi\Interfaces,DefLower,0,ethernet HKR,Ndi\Interfaces,UpperRange,0,ndis3 HKR,Ndi\Interfaces,LowerRange,0,ethernet ; Install sectioins HKR,Ndi\Install,ndis3,,"NE2000.ndis3" [NE2000.params.reg] ; Resources HKR,,InterruptNumber,1,04,00,00,00 HKR,,IOBaseAddress,1,02,00,00,00 HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00 HKR,NDI\params\InterruptNumber,ParamDesc,,"Interrupt Level" HKR,NDI\params\InterruptNumber,flag,1,60,00,00,00 HKR,NDI\params\IoBaseAddress,resc,1,02,00,00,00 HKR,NDI\params\IoBaseAddress,ParamDesc,,"I/O Base Address" HKR,NDI\params\IoBaseAddress,flag,1,20,00,00,00 ;ndis2 HKR,NDI\params\interrupt,resc,1,04,00,00,00 HKR,NDI\params\interrupt,ParamDesc,,"Interrupt Level" HKR,NDI\params\interrupt,flag,1,10,00,00,00 HKR,NDI\params\ioaddress,resc,1,02,00,00,00 HKR,NDI\params\ioaddress,ParamDesc,,"I/O Base Address" HKR,NDI\params\ioaddress,flag,1,10,00,00,00 ;network address HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address" HKR,NDI\params\NetworkAddress,type,,edit HKR,NDI\params\NetworkAddress,LimitText,,18 HKR,NDI\params\NetworkAddress,UpperCase,,1 HKR,NDI\params\NetworkAddress,default,,"" HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00 HKR,NDI\params\NetworkAddress,optional,,1 [NE2000.common.reg] ;Full Duplex HKR,Ndi\params\FullDuplex,ParamDesc,,"Full Duplex" HKR,Ndi\params\FullDuplex,default,,0 HKR,Ndi\params\FullDuplex,type,,enum HKR,Ndi\params\FullDuplex\enum,0,,"OFF" HKR,Ndi\params\FullDuplex\enum,1,,"ON " HKR,NDI\params\FullDuplex,flag,1,20,00,00,00 ;Auto Negotiation HKR,Ndi\params\AutoNego,ParamDesc,,"Auto Negotiation" HKR,Ndi\params\AutoNego,default,,0 HKR,Ndi\params\AutoNego,type,,enum HKR,Ndi\params\AutoNego\enum,0,,"OFF" HKR,Ndi\params\AutoNego\enum,1,,"ON " HKR,NDI\params\AutoNego,flag,1,20,00,00,00 [NE2000.ndis3] CopyFiles=NE2000.ndis3.CopyFiles [NE2000.ndis3.CopyFiles] PCMLAN95.SYS [Inf.CopyFiles] PCMCARD.INF [SourceDisksNames] 1="NE2000 Compatible Ethernet PC Card Installation Diskette", "", ;;3.PC Card Installation Diskette [SourceDisksFiles] PCMLAN95.SYS=1 PCMCARD.INF=1 [DestinationDirs] DefaultDestDir = 11 NE2000.ndis3.CopyFiles = 11 Inf.CopyFiles = 17 ; Windows 95 Inf Directory NE2000.ndis5.CopyFiles = 12 ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] Service.DispName = "NE2000 Compatible Ethernet Adapter NT Driver" ;;4.NT Driver V_PCCARD="PCMCARD" ;;5.Manufacturer Name ; PNP Devices *PCMCIA.DeviceDesc="NE2000 Compatible Ethernet Adapter" ;;6.Product NameDownload 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.