;******************************************************************************
; PPP over Ethernet Protocol
; Windows 2000 NDIS Protocol INF
; written by Robert Schlabbach (normanb@cs.TU-Berlin.DE)
; Copyright (C) 2000-2002 by Robert Schlabbach
;******************************************************************************
[Version]
Signature = "$Windows NT$"
ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
Provider = %Provider%
DriverVer = 06/10/2002,0.98.0715.0
[Manufacturer]
%Manufacturer% = DevicesSection
[DevicesSection]
; DisplayName Section DeviceID
; ----------- ------- --------
%NETPPPOE.DisplayName% = NETPPPOE.NDI, RS_NETPPPOE
;------------------------------------------------------------------------------
; Network Device Install and Remove Sections
;------------------------------------------------------------------------------
[NETPPPOE.NDI]
Characteristics = 0x90 ; NCF_HAS_UI | NCF_NO_SERVICE
AddReg = NETPPPOE.AddReg
CopyFiles = NETPPPOE.Files.INF, NETPPPOE.Files.DLL, NETPPPOE.Files.SYS
[NETPPPOE.NDI.Remove]
DelFiles = NETPPPOE.Files.INF, NETPPPOE.Files.PNF, NETPPPOE.Files.DLL, NETPPPOE.Files.SYS
[NETPPPOE.NDI.Remove.Services]
DelService = RMSPPPOE, 0x04 ; SPSVCINST_DELETEEVENTLOGENTRY
;------------------------------------------------------------------------------
; Registry Entries
;------------------------------------------------------------------------------
[NETPPPOE.AddReg]
HKR, NDI, HelpText, 0, %NETPPPOE.HelpText%
HKR, NDI, ClsID, 0, {29011971-1999-4F54-554D-41494E535545}
HKR, NDI, ComponentDll, 0, "%11%\RASPPPOE.DLL"
HKR, NDI, Service, 0, "RMSPPPOE"
HKR, NDI\Interfaces, UpperRange, 0, "noupper"
HKR, NDI\Interfaces, LowerRange, 0, "ndis4,ndis5"
;------------------------------------------------------------------------------
; File Lists
;------------------------------------------------------------------------------
[NETPPPOE.Files.INF]
RASPPPOE.INF, , , 2
[NETPPPOE.Files.PNF]
RASPPPOE.PNF, , , 2
[NETPPPOE.Files.DLL]
RASPPPOE.DLL, , , 2
RASPPPOE.EXE, , , 2
[NETPPPOE.Files.SYS]
RMSPPPOE.SYS, , , 2
;------------------------------------------------------------------------------
; Source Directories
;------------------------------------------------------------------------------
[SourceDisksNames]
1 = %SourceDiskName%
[SourceDisksFiles]
RASPPPOE.INF = 1
RASPPPOE.DLL = 1
RASPPPOE.EXE = 1
RMSPPPOE.SYS = 1
;------------------------------------------------------------------------------
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 10 ; %SystemRoot% directory
NETPPPOE.Files.INF = 17 ; %SystemRoot%\INF directory
NETPPPOE.Files.PNF = 17 ; %SystemRoot%\INF directory
NETPPPOE.Files.DLL = 11 ; %SystemRoot%\System32 directory
NETPPPOE.Files.SYS = 12 ; %SystemRoot%\System32\Drivers directory
;------------------------------------------------------------------------------
; Localizable Strings
;------------------------------------------------------------------------------
[Strings]
; INF Provider
Provider = "Robert Schlabbach"
; Manufacturer
Manufacturer = "Robert Schlabbach"
; Display Name
NETPPPOE.DisplayName = "PPP over Ethernet Protocol"
; Help Text
NETPPPOE.Helptext = "Allows making PPP connections through Ethernet adapters according to RFC 2516. Required for connections with many broadband service providers."
; Source Disk Description
SourceDiskName = "PPP over Ethernet Protocol Installation Diskette"
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.