netx400p.inf Driver File Contents (Xpeed400.exe)

;
; Xpeed 400 ADSL  PCI Adapter NDIS Wan Driver INF File for Windows 95 & Windows 98
;

[version]
signature="$CHICAGO$"
Class=Net
provider=%V_XPEED%

[Manufacturer]
%V_XPEED%=XPEED

[XPEED]
%*x400.DeviceDesc%=*x400.ndi, PCI\VEN_1471&DEV_0188 


;****************************************************************************
; Adapter Main Install Section
;****************************************************************************
[*x400.ndi]
AddReg=x400.ndi.reg,x400.Gen.Params,*x400.DevID
CopyFiles=x400.Inf.CopyFiles
Reboot

[*x400.DevID]
HKR,Ndi,DeviceID,,"PCI\VEN_1471&DEV_0188"  ; or pnp id
HRK,,AdapterCFID,,01881471

;****************************************************************************
; Base Section
;****************************************************************************
[x400.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,, x400ppp.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,AdapterType,,5
HKR,,BusType,,5
HKR,,BusNumber,,0
HKR,,OsVersion,,1
HKR,,NetworkAddress,,""
HKR,,SynchTimeout,,"%LinkDownTimer%"

;with Systray Application
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,XpDiag,,"%10%\xpdiag.exe -d%GUI_FEATURE%"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\X400,DisplayName,,"Xpeed ADSL PCI Adapter - X400"
HKLM,Software\Microsoft\Windows\CurrentVersion\Uninstall\X400,UninstallString,,"XpRmv400.exe"
HKLM,Software\X400,Reboot,,"Yes"
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,XpConnect,,"%10%\xpsetup.exe -sInit"
HKLM,Software\Xpeed,SavePassword,,"0"
HKLM,Software\Xpeed,SaveUsername,,""

HKLM,Software\Xpeed,IpHdrComp,,"%IP_HDR_COMPRESSION%"
HKLM,Software\Xpeed,SwHdrComp,,"%SW_HDR_COMPRESSION%"
HKLM,Software\Xpeed,Encryption,,"%PASSWORD_ENCRYPTED%"
HKLM,Software\Xpeed,ShortCutName,,"%DIALER_SHORTCUT_NAME%"
HKLM,Software\Xpeed,DeviceDesc,,"%x400.SetupDesc%"


; NDIS Info
HKR,NDIS,LogDriverName,,"x400ppp"
HKR,NDIS,MajorNdisVersion,HEX,04
HKR,NDIS,MinorNdisVersion,HEX,00

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

; Required Components
;HKR,Ndi,InstallInf,,"NDISWAN.INF"
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"

; Install sections
HKR,Ndi\Install,ndiswan,,"x400.ndiswan.Install"
HKR,Ndi\Remove,ndiswan,,"x400.ndiswan.Remove"

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

;****************************************************************************
; TAPI ISDN Configuration  
;****************************************************************************
HKR,,NumberOfLines,,1
HKR,TAPI,ConfigFlags,1,00,00,00,00
;
;HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00

HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00

;HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, ff,00,00,00, 0f,00,00,00, 02,00,00,00, 02,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 8f,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00

HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00, 00,00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""

;****************************************************************************
; General Params
;****************************************************************************
[x400.Gen.Params]
HKR,,BoardType,,"x400"
HKR,,DeviceName,,"x400PPP"
HKR,,MediaType,,"Isdn"
HKR,,Language,, "%LANGUAGE%"

; Option PPP Encapsulation
HKR,Ndi\params\LinkProtocol,ParamDesc,,"PPP Encapsulation"
HKR,Ndi\params\LinkProtocol,default,,"%LinkProtocol%"
HKR,Ndi\params\LinkProtocol,type,,enum
; LLC Encapsulated PPP over AAL5
HKR,Ndi\params\LinkProtocol\enum,0,, "LLC"
; VC-Multiplexed PPP over AAL5
HKR,Ndi\params\LinkProtocol\enum,1,, "VC-Multiplexed"
HKR,Ndi\params\LinkProtocol,flag,1,20,00,00,00


HKR, Ndi\params\Vpi,ParamDesc,, "VPI"
HKR, Ndi\params\Vpi,default,  , "%VPI%"
HKR, Ndi\params\Vpi,min,      , "0"
HKR, Ndi\params\Vpi,max,      , "255"
HKR, Ndi\params\Vpi,step,     , "1"
HKR, Ndi\params\VPi,base,     , "10"
HKR, Ndi\params\VPi,type,     , "long"

HKR, Ndi\params\Vci,ParamDesc,, "VCI"
HKR, Ndi\params\Vci,default,  , "%VCI%"
HKR, Ndi\params\Vci,min,      , "0"
HKR, Ndi\params\Vci,max,      , "65535"
HKR, Ndi\params\Vci,step,     , "1"
HKR, Ndi\params\Vci,base,     , "10"
HKR, Ndi\params\Vci,type,     , "long"

HKR, Ndi\Params\Framing,         ParamDesc,  0, "Framing"
HKR, Ndi\Params\Framing,         default,    0, "1"
HKR, Ndi\Params\Framing\Enum,    "0",        0, "LLC/SNAP"
HKR, Ndi\Params\Framing\Enum,    "1",        0, "VC Mux"
HKR, Ndi\Params\Framing,         type,       0, "enum"

HKR, Ndi\params\modemOpMode,	     ParamDesc,, "modemOpMode"
HKR, Ndi\params\modemOpMode,	     default, 0, "1"
HKR, Ndi\Params\modemOpMode\Enum,    "1",        0, "T1.413"
HKR, Ndi\Params\modemOpMode\Enum,    "2",        0, "G.Dmt"
HKR, Ndi\Params\modemOpMode\Enum,    "3",        0, "T1.413+G.Dmt"
HKR, Ndi\Params\modemOpMode\Enum,    "8",        0, "G.Lite"
HKR, Ndi\Params\modemOpMode\Enum,    "9",        0, "T1.413+G.Lite"
HKR, Ndi\Params\modemOpMode\Enum,    "11",       0, "T1.413+G.Dmt+G.Lite"
HKR, Ndi\params\modemOpMode,	     type,       0, "enum"

;;++ New for QoS 
HKR, Ndi\params\QoS,		ParamDesc,, "QoS"
HKR, Ndi\params\QoS,	   	default, 0, "0"
HKR, Ndi\Params\QoS\Enum,	"0",        0, "Disable"
HKR, Ndi\Params\QoS\Enum,   	"1",        0, "Enable"
HKR, Ndi\params\QoS,	     	type,       0, "enum"

HKR, Ndi\params\PCR,		ParamDesc,, "QoS Option, PCR"
HKR, Ndi\params\PCR,		default,  , "1811"
HKR, Ndi\params\PCR,		min,      , "75"
HKR, Ndi\params\PCR,		max,      , "1811"
HKR, Ndi\params\PCR,		step,     , "1"
HKR, Ndi\params\PCR,		base,     , "10"
HKR, Ndi\params\PCR,		type,     , "long"

HKR, Ndi\params\SCR,		ParamDesc,, "QoS Option, SCR"
HKR, Ndi\params\SCR,		default,  , "905"
HKR, Ndi\params\SCR,		min,      , "75"
HKR, Ndi\params\SCR,		max,      , "1811"
HKR, Ndi\params\SCR,		step,     , "1"
HKR, Ndi\params\SCR,		base,     , "10"
HKR, Ndi\params\SCR,		type,     , "long"

HKR, Ndi\params\MBS,		ParamDesc,, "QoS Option, MBS"
HKR, Ndi\params\MBS,		default,  , "448"
HKR, Ndi\params\MBS,		min,      , "0"
HKR, Ndi\params\MBS,		max,      , "1811"
HKR, Ndi\params\MBS,		step,     , "1"
HKR, Ndi\params\MBS,		base,     , "10"
HKR, Ndi\params\MBS,		type,     , "long"

HKR, Ndi\params\AVR,		ParamDesc,, "QoS Option, AVR"
HKR, Ndi\params\AVR,		default,  , "905"
HKR, Ndi\params\AVR,		min,      , "75"
HKR, Ndi\params\AVR,		max,      , "1811"
HKR, Ndi\params\AVR,		step,     , "1"
HKR, Ndi\params\AVR,		base,     , "10"
HKR, Ndi\params\AVR,		type,     , "long"

HKR, Ndi\params\MinRate,	ParamDesc,, "QoS Option, Min Rate"
HKR, Ndi\params\MinRate,	default,  , "1358"
HKR, Ndi\params\MinRate,	min,      , "75"
HKR, Ndi\params\MinRate,	max,      , "1811"
HKR, Ndi\params\MinRate,	step,     , "1"
HKR, Ndi\params\MinRate,	base,     , "10"
HKR, Ndi\params\MinRate,	type,     , "long"

HKR, Ndi\params\Vpi_Bert,ParamDesc,, "VPI (Bit Error Rate Test)"
HKR, Ndi\params\Vpi_Bert,default,  , "0"
HKR, Ndi\params\Vpi_Bert,min,      , "0"
HKR, Ndi\params\Vpi_Bert,max,      , "255"
HKR, Ndi\params\Vpi_Bert,step,     , "1"
HKR, Ndi\params\Vpi_Bert,base,     , "10"
HKR, Ndi\params\Vpi_Bert,type,     , "long"

HKR, Ndi\params\Vci_Bert,ParamDesc,, "VCI (Bit Error Rate Test)"
HKR, Ndi\params\Vci_Bert,default,  , "21"
HKR, Ndi\params\Vci_Bert,min,      , "0"
HKR, Ndi\params\Vci_Bert,max,      , "65535"
HKR, Ndi\params\Vci_Bert,step,     , "1"
HKR, Ndi\params\Vci_Bert,base,     , "10"
HKR, Ndi\params\Vci_Bert,type,     , "long"
;; --

HKR, Ndi\params\AtuC_VendorID,		ParamDesc,, "AtuC_VendorID"
HKR, Ndi\params\AtuC_VendorID,          default,  , "0"
HKR, Ndi\params\AtuC_VendorID,		min,      , "0"
HKR, Ndi\params\AtuC_VendorID,		max,      , "255"
HKR, Ndi\params\AtuC_VendorID,		step,     , "1"
HKR, Ndi\params\AtuC_VendorID,		base,     , "10"
HKR, Ndi\params\AtuC_VendorID,		type,     , "long"

HKR, Ndi\params\IncTxPower,	        ParamDesc, 0, "IncTxPower"
HKR, Ndi\params\IncTxPower,         	default,   0, "0"
HKR, Ndi\params\IncTxPower\Enum,    	"16",      0, "-6"
HKR, Ndi\params\IncTxPower\Enum,    	"15",      0, "-5"
HKR, Ndi\params\IncTxPower\Enum,    	"14",      0, "-4"
HKR, Ndi\params\IncTxPower\Enum,    	"13",      0, "-3"
HKR, Ndi\params\IncTxPower\Enum,    	"12",      0, "-2"
HKR, Ndi\params\IncTxPower\Enum,    	"11",      0, "-1"
HKR, Ndi\params\IncTxPower\Enum,    	"0",       0, "0"
HKR, Ndi\params\IncTxPower\Enum,    	"1",       0, "1"
HKR, Ndi\params\IncTxPower\Enum,    	"2",       0, "2"
HKR, Ndi\params\IncTxPower\Enum,    	"3",       0, "3"
HKR, Ndi\params\IncTxPower\Enum,    	"4",       0, "4"
HKR, Ndi\params\IncTxPower\Enum,    	"5",       0, "5"
HKR, Ndi\params\IncTxPower\Enum,    	"6",       0, "6"
HKR, Ndi\params\IncTxPower,       	type,      0, "enum"


HKR, Ndi\Params\BoardConf,         	ParamDesc,  0, "Board Config"
HKR, Ndi\Params\BoardConf,         	default,    0, "1"
HKR, Ndi\Params\BoardConf\Enum,    	"1",        0, "A2"
HKR, Ndi\Params\BoardConf\Enum,    	"2",        0, "A3"
HKR, Ndi\Params\BoardConf,         	type,       0, "enum"
;****************************************************************************
; CopyFiles/Install Section
;****************************************************************************

; Install section for NDISWAN upper edge (only for WAN miniports)
[x400.ndiswan.Install]
CopyFiles=x400.Inf.CopyFiles,x400.ndiswan.CopyFiles,x400.exe.CopyFiles
UpdateInis=X400.UpdateInis.InstallVxd
Restart

; Remove 
[x400.ndiswan.Remove]
DelFiles=x400.Rmov.Inf.Delete,x400.Rmov.Drv.Delete,x400.Rmov.Exe.Delete,x400.Rmov.InfOther.Delete,x400.Rmov.Lnk.Delete
UpdateInis=X400.UpdateInis.RemoveVxd
DelReg=x400.DelReg

[X400.UpdateInis.InstallVxd]
system.ini, 386Enh,,"device=xdsldiag.vxd"

[X400.UpdateInis.RemoveVxd]
system.ini, 386Enh,"device=xdsldiag.vxd"

[x400.DelReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\Run,XpDiag
;HKLM,Software\Xpeed

[x400.ndiswan.CopyFiles]
x400ppp.sys
xdsldiag.vxd
hanaro.dll

[x400.exe.CopyFiles]
XPDIAG.exe
XPDIAG.hlp
XPDIAG.cnt
XpRmv400.exe
XpSetup.exe
XpCustom.ini

[x400.Inf.CopyFiles]
netx400p.inf

; delete files
[x400.Rmov.Inf.Delete]
NETX400P.Inf
   
[x400.Rmov.Drv.Delete]
X400PPP.sys

[x400.Rmov.Exe.Delete]
XPDIAG.exe,,,1
XPDIAG.hlp,,,1
XPDIAG.cnt,,,1
XpSetup.exe,,,1
XpCustom.ini,,,1

[x400.Rmov.Lnk.Delete]
"%DIALER_SHORTCUT_NAME%.lnk",1

[x400.Rmov.InfOther.Delete]
XpeedN~1.INF,1
   
;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames]
; The name of the disk that the user will be prompted for 
1="Xpeed 400 ADSL PCI Adapter NDIS Wan Driver Installation Diskette", "",	

[SourceDisksFiles]
; Which disk the files are located on
x400ppp.sys=1,,200000
xdsldiag.vxd=1,,6000
netx400p.inf=1,,7000
XPDIAG.exe=1,,180000
XpSetup.exe=1,,221184
XPDIAG.hlp=1,,8000
XPDIAG.cnt=1,,1000
XpRmv400.exe=1,,200000
XpCustom.ini=1,,1000

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir=11 ; System Directory
x400.ndiswan.CopyFiles=11 		; System Directory
x400.inf.CopyFiles=17 			; Inf Directory
x400.exe.CopyFiles=10			; Windows directory
x400.Rmov.Inf.Delete=17        	; Inf Directory
x400.Rmov.Drv.Delete=11        	; System Directory
x400.Rmov.Exe.Delete=10        	; Windows Directory
x400.Rmov.InfOther.Delete=17,OTHER        	; System Directory
x400.Rmov.Lnk.Delete=10,Desktop		; Windows Desktop Directory

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_XPEED="Xpeed"

; Manufacturers
V_XPEED="Xpeed"

; Device Descriptions 
*x400.DeviceDesc="Xpeed 400 ADSL PCI Adapter - PPP"
x400.SetupDesc="PPP over ATM Miniport Driver"

;Defaults
;-----------------------------------------------------------------------
; SERVICE PROVIDER SPECIFIC
;-----------------------------------------------------------------------

;Name of Shortcut
	DIALER_SHORTCUT_NAME				= "XpConnect"
								; Name of the shortcut on the desktop

	LANGUAGE					= "1" 	; 1 = English 
								  2 = Korean

	VPI						= "0"	; string value
	VCI						= "35"  ; string value

	LinkProtocol					= "1"	; 0 = LLC SNAP HEADER ENCAPSULATION
							    	; 1 = VC MULTIPLEXED HEADER ENCAPS

	LinkDownTimer					= "0"	; Timeout value in seconds before the PPP session is disconnected

	GUI_FEATURE					= "0"	; string value
								; 0 = NO OPTIONS
								; 1 = MODIFY VC
                                                                ; 2 = ALLOW_RETRAIN
                                                                ; 3 = AUTODIAL
                                                                ; 4 = MODIFY VC, ALLOW RETRAIN
								; 5 = AUTODIAL, MODIFY VC, ALLOW RETRAIN

	IP_HDR_COMPRESSION				= "0"	; BOOLEAN VALUE

	SW_HDR_COMPRESSION				= "0"	; BOOLEAN VALUE

	PASSWORD_ENCRYPTED				= "0"	; BOOLEAN VALUE
;-----------------------------------------------------------------------
; END OF SERVICE PROVIDER SPECIFIC
;-----------------------------------------------------------------------


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: web1, load: 1.01