;****************************************************************************** ; PPP over Ethernet Protocol ; Windows 95 NDIS Miniport INF ; written by Robert Schlabbach (normanb@cs.TU-Berlin.DE) ; Copyright (C) 2000-2002 by Robert Schlabbach ;****************************************************************************** [Version] Signature = "$Windows 95$" Class = Net Provider = %Provider% DriverVer = 06/10/2002,0.98.0715.0 [Manufacturer] %Manufacturer% = DevicesSection [DevicesSection] ; DisplayName Section DeviceID ; ----------- ------- -------- %RASPPPOE.DisplayName% = RASPPPOE.NDI, RASPPPOE [ControlFlags] ExcludeFromSelect = * ;------------------------------------------------------------------------------ ; Network Device Install Section ;------------------------------------------------------------------------------ [RASPPPOE.NDI] AddReg = RASPPPOE.NDI.AddReg DeviceID = RASPPPOE MaxInstance = 8 ;------------------------------------------------------------------------------ ; Registry Entries ;------------------------------------------------------------------------------ [RASPPPOE.NDI.AddReg] HKR, NDI, DeviceID, 0, "RASPPPOE" HKR, NDI, HelpText, 0, %RASPPPOE.HelpText% HKR, NDI, MaxInstance, 0, "8" HKR, NDI, NdiInstaller, 0, "WINPPPOE.DLL,MiniportNdiProc" ; Required components and Install section HKR, NDI\Compatibility, RequireAll, 0, "NDISWAN" HKR, NDI\Install, , 0, "RASPPPOE.Install" ; Binding interfaces HKR, NDI\Interfaces, DefUpper, 0, "ndiswan" HKR, NDI\Interfaces, DefLower, 0, "nolower" HKR, NDI\Interfaces, UpperRange, 0, "ndiswan" HKR, NDI\Interfaces, LowerRange, 0, "nolower" ; NDIS information HKR, NDIS, LogDriverName, 0, "RASPPPOE" HKR, NDIS, MajorNdisVersion, 1, 04 HKR, NDIS, MinorNdisVersion, 1, 00 ; Install section [RASPPPOE.Install] AddReg = RASPPPOE.AddReg ; Install registry section [RASPPPOE.AddReg] HKR, , DeviceVxDs, 0, "RASPPPOE.SYS" HKR, , DevLoader, 0, "*ndis" HKR, , EnumPropPages, 0, "NETDI.DLL,EnumPropPages" ;------------------------------------------------------------------------------ ; Localizable Strings ;------------------------------------------------------------------------------ [Strings] ; INF Provider Provider = "Robert Schlabbach" ; Manufacturer Manufacturer = "Robert Schlabbach" ; Display Name RASPPPOE.DisplayName = "PPP over Ethernet Miniport" ; Help Text RASPPPOE.Helptext = "This component exposes the dial-up devices for the PPP over Ethernet Protocol."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.