PPPoEWin.inf Driver File Contents (tera_N-D_type.zip)

; PPPoEWin.INF
;
; INF for Windows PPPoE Client
;
; Copyright (c) 2003 Friendly Technologies

[version]
;CatalogFile=PPPoEWin.cat
;layoutFile=layout.inf
;signature="$CHICAGO$"
Signature = "$Windows 95$"
Class=NetTrans
ClassGUID = {4D36E975-E325-11CE-BFC1-08002BE10318}
provider=%V_IS%
DriverVer = 08/07/2003,2.9.0.0

;****************************************************************************
; Manufacturer Section
;****************************************************************************
[Manufacturer]
%V_IS%=Devices

;****************************************************************************
; Device Section
;
; %Device Description% =    Install Section Name, Device ID
;****************************************************************************
[Devices]
%PPoEBot.Desc%  = PPoEBot.NDI,  PPoEBot
%PPoETop.Desc%  = PPoETop.NDI,  PPoETop

[ControlFlags]
ExcludeFromSelect    = PPoETop

;****************************************************************************
; Lower edge (Protocol) Install Section
;****************************************************************************
[PPoEBot.NDI]
AddReg=PPoEBot.NDI.AddReg
DeviceID=PPoEBot
MaxInstance=8
;CopyFiles=PPoE.sys.CopyFiles,PPoE.inf.CopyFiles,PPoE.Startup.CopyFiles

;****************************************************************************
; Base section
;****************************************************************************
[PPoEBot.NDI.AddReg]
; NDIS Info
HKR,NDIS,LogDriverName,,"PPPoEWin"
HKR,NDIS,MiniportLogDriverName,,"PPPoEWin"
HKR,NDIS,MajorNdisVersion,HEX,04
HKR,NDIS,MinorNdisVersion,HEX,00

HKR, Ndi, DeviceID,,PPoEBot
HKR, Ndi, MaxInstance,,8
HKR, Ndi, NetType,,1
HKR, Ndi, HelpText,,%PPoEBot.HelpText%
HKR, Ndi, InstallInf,,"PPPoEWin.INF"
HKR, Ndi, NdiInstaller,              0, "PPPoENdi.DLL,BotNdiProc"

; NDI Interfaces
HKR, Ndi\Interfaces,DefUpper,,"PPPoEWin"
HKR, Ndi\Interfaces,DefLower,,"ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces,UpperRange,,"PPPoEWin"
HKR, Ndi\Interfaces,LowerRange,,"ndis3,ndis4,ndis5"

; NDI Required Components
HKR, Ndi\Compatibility,RequireAll,,"PPoETop"
HKR, Ndi\Install,, 0, "PPoEBot.Install"
HKR, Ndi\Remove,, 0, "PPoEBot.Remove"

; Add ISDN Class to RNA
;HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\PPTP\PPPMAC,,,

[PPoEBot.Install]
AddReg=PPoEBot.Install.AddReg

[PPoEBot.Install.AddReg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,PPPoEWin.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
;;;;HKR,,IntermediateProtocol,0,1

; Class for Intermediate Drivers
HKLM, System\CurrentControlSet\Services\Class\NDIS
HKLM, System\CurrentControlSet\Services\Class\NDIS, ,           0, "Network Intermediate Drivers"
HKLM, System\CurrentControlSet\Services\Class\NDIS, Icon,       0, "-6"
HKLM, System\CurrentControlSet\Services\Class\NDIS, NoUseClass, 0, "1"
HKLM, System\CurrentControlSet\Services\Class\NDIS, DevLoader,  0, "*ndis"

; Add an entry for this driver
HKLM, Enum\Root\NDIS\PPPoEWin
HKLM, Enum\Root\NDIS\PPPoEWin, DeviceDesc,  0, %PPoEBot.Desc%
HKLM, Enum\Root\NDIS\PPPoEWin, Class,       0, "NDIS"
HKLM, Enum\Root\NDIS\PPPoEWin, ConfigFlags, 1, 10,00,00,00
HKLM, Enum\Root\NDIS\PPPoEWin, Driver,      0, "NDIS"

HKLM, Enum\Root\Net\NDIS
HKLM, Enum\Root\Net\NDIS, Capabilities,1, 14,00,00,00
HKLM, Enum\Root\Net\NDIS, Class,       0, "NDIS"
HKLM, Enum\Root\Net\NDIS, ConfigFlags, 1, 10,00,00,00
HKLM, Enum\Root\Net\NDIS, Driver,      0, "NDIS"

[PPoEBot.Remove]
DelReg = PPoEBot.DelReg

[PPoEBot.DelReg]
HKLM, Enum\Root\NDIS\PPPoEWin

;****************************************************************************
; Upper edge (Miniport) Install Section
;****************************************************************************
[PPoETop.NDI]
AddReg=PPoETop.NDI.AddReg
DeviceID=PPoETop
MaxInstance=8

;****************************************************************************
; Adapter Registry settings
;****************************************************************************

[PPoETop.NDI.AddReg]
; NDIS information
HKR, NDIS, LogDriverName,            0, "PPPoEWin"
HKR, NDIS, MajorNdisVersion,         1, 04
HKR, NDIS, MinorNdisVersion,         1, 00

HKR,     , DeviceName,               0, "PPPoE:"
HKR,     , ProviderInfo,             0, %V_IS%
HKR,     , ProviderName,             0, %V_IS%
HKR,     , ConnectSpeed,             0,%Connect_Speed%
HKR,     , MaxSessions,              0, %Max_Sessions%
HKR,     , EchoInterval,             0, %Echo_Interval%
HKR,     , MaxMissedEchos,           0, %Max_MissedEchos%
HKR, 	,UseNotAdvertised,		0,"1"

HKR, Ndi, DeviceID,                  0, "PPoETop"
HKR, Ndi, HelpText,                  0, %PPoETop.HelpText%
HKR, Ndi, MaxInstance,               0, "8"
HKR, Ndi, NdiInstaller,              0, "PPPoENdi.DLL,TopNdiProc"

; Required components and Install section
HKR, Ndi\Compatibility, RequireAll,  0, "NDISWAN,PPoEBot"
HKR, Ndi\Install,                 ,  0, "PPoETop.Install"

; Binding interfaces
HKR, Ndi\Interfaces, DefUpper,       0, "ndiswan"
HKR, Ndi\Interfaces, DefLower,       0, "PPPoEWin"
HKR, Ndi\Interfaces, UpperRange,     0, "ndiswan"
HKR, Ndi\Interfaces, LowerRange,     0, "PPPoEWin"

HKR, Ndi\params\DebugFlags,ParamDesc,,"Bit field of Debug flags"
HKR, Ndi\params\DebugFlags,default,  0, "0000"
HKR, Ndi\params\DebugFlags,type,     0, string

HKR, Ndi\params\MaxSessions,ParamDesc,,"Maximum concurrent PPPoE sessions"
HKR, Ndi\params\MaxSessions,default, 0, %Max_Sessions%
HKR, Ndi\params\MaxSessions,type,    0, string

HKR, Ndi\params\EchoInterval,ParamDesc,,"Seconds between idle LCP Echo Requests"
HKR, Ndi\params\EchoInterval,default, 0, %Echo_Interval%
HKR, Ndi\params\EchoInterval,type,    0, string

HKR, Ndi\params\MaxMissedEchos,ParamDesc,,"Count of missed echo replys before session termination"
HKR, Ndi\params\MaxMissedEchos,default, 0, %Max_MissedEchos%
HKR, Ndi\params\MaxMissedEchos,type,    0, string

HKR, Ndi\params\ConnectSpeed,ParamDesc,,"Speed displayed in DUN status display"
HKR, Ndi\params\ConnectSpeed,default,0,%Connect_Speed%
HKR, Ndi\params\ConnectSpeed,type,   0, string

; Install section
[PPoETop.Install]
AddReg = PPoETop.AddReg

; Install registry section
[PPoETop.AddReg]
HKR, , DeviceVxDs,                  0, "PPPoEWin.SYS"
HKR, , DevLoader,                   0, "*ndis"
HKR, , EnumPropPages,               0, "NETDI.DLL,EnumPropPages"
HKR, , RealClass,                   0, "Net"

;****************************************************************************
; CopyFile List Section
;****************************************************************************
;[PPoE.sys.CopyFiles]
;PPPoEWin.sys            ; Driver
;PPPoEWin.sym            ; Symbols
;PPPoEWin.exe		; Client Service
;PPPoEWin.ini		; Config for Client
;PPPoEWin.dll		; Client Dll
;PPPoENdi.dll		; NDI Dll

;[PPoE.inf.CopyFiles]
;PPPoEWin.inf            ; The name of this INF

;[PPoE.Startup.CopyFiles]
;PPPoEWin.lnk            ; Link to Client program

;****************************************************************************
; Source Disks Names
;****************************************************************************
;[SourceDisksNames]
;1 = "PPP over Ethernet Diskette", "",

;****************************************************************************
; Source Disks Files
;****************************************************************************
[SourceDisksFiles]
PPPoEWin.inf  = 1
PPPoEWin.sys  = 1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir         =11 ; Windows 95 System Directory
PPoE.sys.CopyFiles     =11 ; Windows 95 System Directory
PPoE.inf.CopyFiles     =17 ; Inf Directory
PPoE.Startup.CopyFiles =10,"startm~1\programs\startup"



;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

; Provider and Manufacturer

V_IS="Friendly Technologies"

PPoETop.HelpText="PPP over Ethernet protocol used for connecting to DSL gateways (Dial-up Networking upper edge)."
PPoEBot.HelpText="PPP over Ethernet protocol used for connecting to DSL gateways (Network adapter lower edge)."

; PNP Device Descriptions

PPoETop.Desc  = "PPPoEWin Miniport"
PPoEBot.Desc  = "PPPoEWin Protocol"

; driver params
Max_Sessions="1"
Echo_Interval="30"
Max_MissedEchos="4"
Connect_Speed="10000000"
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: web4, load: 1.46