pppoam.INF Driver File Contents (DSL699C.zip)

;
; Win98FE INF for NDISWAN Miniport Device
;


[version]
signature   =  "$CHICAGO$"
Class       =  Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
provider    =  %MfgName%

[Manufacturer]
%MfgName%=Mfg_devices

[Mfg_devices]
; These are the device ID's supported by this inf
%Product_String%=PPPOA.Install, "PPPOAA"   ; PPPoA ndis5 miniport
%Product_String_2%=PPPOB.Install, "PPPOAVA"   ; PPPoA dummy driver

[ControlFlags]
ExcludeFromSelect = PPPOAVA

;****************************************************************************
; Adapter Main Install Section
;****************************************************************************

[PPPOA.Install]
AddReg=PPPOA.AddReg.ndi, PPPOA.AddReg.DevID ;,GUI.reg
;CopyFiles=PPPOA.CopyFile.inf

[PPPOA.AddReg.DevID]
HKR,Ndi,DeviceID,,"PPPOAA"

[PPPOB.Install]
AddReg=PPPOB.AddReg.ndi, PPPOB.AddReg.DevID ;,GUI.reg   
;CopyFiles=PPPOB.CopyFile.inf

[PPPOB.AddReg.DevID]
HKR,Ndi,DeviceID,,"PPPOAVA"


;****************************************************************************
; Base Section
;****************************************************************************

[PPPOA.AddReg.ndi]
;* key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%Product_Description%
HKR,,DeviceVxDs,,"PPPOAM.sys"
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

;[GUI.reg]
;HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, RAS_LAUNCH, 0,  "C:\WINDOWS\SYSTEM\Ras95FE.exe"

;* NDIS Info
HKR,NDIS,LogDriverName,,"PPPOAM"
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00

;* Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
HKR,Ndi\Interfaces,DefLower,,"atm"
HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
HKR,Ndi\Interfaces,LowerRange,,"atm"

;* Required Components
HKR,Ndi,InstallInf,,"PPPOAM.inf"

;* Install sections
HKR,Ndi\Install,ndiswan,,"PPPOA.ndiswan"
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN,PPPOAT"

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

;TAPI stuff
HKR,,WanEndpoints,0x00010001,2
HKR,,NumberOfLines,,1
HKR,,"Max Connections",,2
HKR,,Signature,,PPPOA
HKR,TAPI,Properties,1,00,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 02,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 0F,00,00,00, 07,00,00,00, 02,00,00,00, 02,00,00,00
HKR,TAPI\Line0,SwitchType,1,00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00
HKR,TAPI\Line0\Channel0,ChannelCaps,1,04,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""



[PPPOB.AddReg.ndi]
;* key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%Product_Description_2%
;HKR,,DeviceVxDs,,"bogus.sys"
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

;* NDIS Info
;HKR,NDIS,LogDriverName,,"bogus"
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00

;* Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
HKR,Ndi\Interfaces,DefLower,,"atm"
HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
HKR,Ndi\Interfaces,LowerRange,,"atm"

;* Required Components
HKR,Ndi,InstallInf,,"PPPOAM.inf"

;* Install sections
HKR,Ndi\Install,ndiswan,,"PPPOB.ndiswan"
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN,PPPOAA"

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

;TAPI stuff
HKR,,WanEndpoints,0x00010001,2
HKR,,NumberOfLines,,1
HKR,,"Max Connections",,2
HKR,,Signature,,PPPOB
HKR,TAPI,Properties,1,00,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 02,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
HKR,TAPI\Line0,Properties,1,00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 0F,00,00,00, 07,00,00,00, 02,00,00,00, 02,00,00,00
HKR,TAPI\Line0,SwitchType,1,00,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00
HKR,TAPI\Line0\Channel0,ChannelCaps,1,04,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""

;****************************************************************************
; CopyFiles/Install Section
;****************************************************************************

[PPPOA.ndiswan]
;* Install section for NDISWAN upper edge (only for WAN miniports)
CopyFiles=PPPOA.ndiswan.CopyFiles

;[PPPOA.ndiswan.CopyFiles]
;PPPOAM.sys                ; The name of the driver

[PPPOA.CopyFile.inf]
PPPOAM.inf
PPPOAT.inf

[PPPOB.ndiswan]
;* Install section for NDISWAN upper edge (only for WAN miniports)
CopyFiles=PPPOB.ndiswan.CopyFiles

[PPPOB.ndiswan.CopyFiles]

[PPPOB.CopyFile.inf]
PPPOAM.inf
PPPOAT.inf

;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames]
;* The name of the disk that the user will be prompted for 
1=%DiskName%,,0

[SourceDisksFiles]
;* Which disk the files are located on 
PPPOAM.sys=1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir             = 11    ; System Directory
PPPOA.CopyFile.inf = 17    ; Inf Directory
PPPOB.CopyFile.inf = 17    ; Inf Directory


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
MfgName =               "<WipProviderName>"
DiskName =              "<WipProviderName> ADSL Modem Driver Disk"
Product_String =        "<WipProviderName> PPPoA virtual adapter"
Product_Description =   "<WipProviderName> PPPoA virtual adapter"
Product_String_2 =      "<WipProviderName> PPPoA null adapter"
Product_Description_2 = "<WipProviderName> PPPoA null adapter"
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: 0.78