; Billion BIPAC-PCI/BIPAC-PCI SE ISDN card ; (CAPI and NDIS WAN Miniport Adapter) ; ; Copyright (C) 1998-2002, Billion Electric Co., Ltd. [version] signature="$CHICAGO$" Class=Net provider=%V_ISDN% [Manufacturer] %V_ISDN%=ISDN [ISDN] %ISDN.DeviceDesc1%=ISDN1.ndi, PCI\VEN_1397&DEV_2BD0 %ISDN.DeviceDesc2%=ISDN2.ndi, PCI\VEN_1050&DEV_6692 %ISDN.DeviceDesc3%=ISDN3.ndi, ISAPNP\BIL0001 %ISDN.DeviceDesc4%=ISDN4.ndi, ISAPNP\BIL0002 ;**************************************************************************** ; Adapter Main Install Section ;**************************************************************************** [ISDN1.ndi] AddReg=ISDN.ndi.reg,ISDN.Gen.Params,ISDN1.DevID CopyFiles=ISDN.main.CopyFiles, ISDN.inf.CopyFiles [ISDN1.DevID] HKR,Ndi,DeviceID,,"PCI\VEN_1397&DEV_2BD0" HKR,,HardwareID,0,VEN_1397&DEV_2BD0 HKR,,DriverDesc,,%ISDN.DeviceDesc1% ;--------------------------------------------------- [ISDN2.ndi] AddReg=ISDN.ndi.reg,ISDN.Gen.Params,ISDN2.DevID CopyFiles=ISDN.main.CopyFiles, ISDN.inf.CopyFiles [ISDN2.DevID] HKR,Ndi,DeviceID,,"PCI\VEN_1050&DEV_6692" HKR,,HardwareID,0,VEN_1050&DEV_6692 HKR,,DriverDesc,,%ISDN.DeviceDesc2% ;--------------------------------------------------- [ISDN3.ndi] AddReg=ISDN.ndi.reg,ISDN.Gen.Params,ISDN3.DevID CopyFiles=ISDN.main.CopyFiles, ISDN.inf.CopyFiles [ISDN3.DevID] HKR,Ndi,DeviceID,,"ISAPNP\BIL0001" HKR,,HardwareID,0,BIL0001 HKR,,DriverDesc,,%ISDN.DeviceDesc3% ;--------------------------------------------------- [ISDN4.ndi] AddReg=ISDN.ndi.reg,ISDN.Gen.Params,ISDN4.DevID CopyFiles=ISDN.main.CopyFiles, ISDN.inf.CopyFiles [ISDN4.DevID] HKR,Ndi,DeviceID,,"ISAPNP\BIL0002" HKR,,HardwareID,0,BIL0002 HKR,,DriverDesc,,%ISDN.DeviceDesc4% ;**************************************************************************** ; Base Section ;**************************************************************************** [ISDN.ndi.reg] ; key,subkey,valuname,type,value HKR,,RegID,,"A?KQ?3F5E9>Q?5B" HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,,"VCAPID.VXD,WINWANMP.SYS" HKR,,EnumPropPages,,"WINWANUI.DLL,EnumPropPages" HKR,Ndi,NdiInstaller,,"WINWANUI.DLL,IsNewNdiProc" HKR,,InfSection,,"ISDN.ndi" HKR,,InstallFlag,1,0 HKR,,Channel0CallingPartyNumber,,"" HKR,,Channel1CallingPartyNumber,,"" HKR,,Line0.Channel0.Phone,,"" HKR,,Line0.Channel1.Phone,,"" HKR,,StaticVxd,0,VCAPID.VXD ; Context help HKR,Ndi,HelpText,,%ISDN.HELP% ; NDIS Info HKR,NDIS,LogDriverName,,"WINWANMP" HKR,NDIS,MajorNdisVersion,HEX,03 HKR,NDIS,MinorNdisVersion,HEX,0A ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"ndiswan" ;HKR,Ndi\Interfaces,DefLower,,"isdn" HKR,Ndi\Interfaces,UpperRange,,"ndiswan" ;HKR,Ndi\Interfaces,LowerRange,,"isdn" ; Required Components HKR,Ndi,InstallInf,,"ISDNDRV.INF" HKR,Ndi\Compatibility,RequireAll,,"MSTCP,NDISWAN,*PNP8387" ; Install sections HKR,Ndi\Install,,,"ISDN.ndiswan.install" ; Add ISDN Class to RNA HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\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, 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, 80,00,00,00, 01,00,00,00, 02,00,00,00, 00,00,00,00 HKR,TAPI\Line0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00 HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00,00 HKR,TAPI\Line0\Channel0,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00 HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00,00 HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00 ;**************************************************************************** ; General Params ;**************************************************************************** [ISDN.Gen.Params] HKR,,LineNamePrefix,,%CHANNEL_NAME% HKR,,BoardType,,"WINWANMP" HKR,,BoardName,,"WINWANMP" HKR,,LinkSpeed,,"64000" HKR,,WanType,,"2" HKR,,IsdnCard,,"ISDN_S_Interface_Card" HKR,,SwitchType,1,5 HKR,,G711_PCM,1,0 ;**************************************************************************** ; CopyFiles/Install Section ;**************************************************************************** ; Install section for NDISWAN upper edge (only for WAN miniports) [ISDN.ndiswan.install] CopyFiles=ISDN.ndiswan.CopyFiles [ISDN.ndiswan.CopyFiles] [ISDN.main.CopyFiles] VCAPID.VXD,VCAPID.VX_ CAPI2032.DLL,CAPI2032.DL_ CAPI20.DLL,CAPI20.DL_ MSVCRT.DLL,MSVCRT.DL_ WINWANUI.DLL,WINWANUI.DL_ WINWANMP.SYS,WINWANMP.SY_ CFGWIZ.DL_ RUNMSMP.EXE,RUNMSMP.EX_ [ISDN.inf.CopyFiles] ISDNDRV.INF TEMPINF.INF,TEMPINF.IN_ ;**************************************************************************** ; DelFiles/Remove Section ;**************************************************************************** [Uninstall] UNINSTALL=RUN_UNINSTALL.EXE ;**************************************************************************** ; Source Directories ;**************************************************************************** [SourceDisksNames] ; The name of the disk that the user will be prompted for 1=%SOURCE_DISK_NAME%, "", [SourceDisksFiles] ; Which disk the files are located on ISDNDRV.INF=1 TEMPINF.IN_=1 WINWANMP.SY_=1 VCAPID.VX_=1 CAPI2032.DL_=1 CAPI20.DL_=1 MSVCRT.DL_=1 WINWANUI.DL_=1 CFGWIZ.DL_=1 RUNMSMP.EX_=1 ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinationDirs] DefaultDestDir =11 ; System Directory ISDN.ndiswan.CopyFiles =11 ; System Directory ISDN.main.CopyFiles =11 ; System Directory ISDN.ndiswan.DelFiles =11 ; System Directory ISDN.inf.CopyFiles =17 ; Inf Directory ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Manufacturers V_ISDN="Billion Electric Co., Ltd." ; Device Descriptions ISDN.DeviceDesc1="Billion BIPAC-PCI ISDN card" ISDN.DeviceDesc2="Billion BIPAC-PCI SE ISDN card" ISDN.DeviceDesc3="Billion BIPAC-C ISDN card" ISDN.DeviceDesc4="Billion BIPAC-D ISDN card" ; Context help ISDN.HELP="ISDN card with 128Kbps data access for Windows 95, 98, NT4.0, ME, 2000 and XP. Please check http://www.billion.com.tw for free upgrade." ; Name of Channel followed by number of channel CHANNEL_NAME="Billion " ; Source Disk Name SOURCE_DISK_NAME="Win95 Driver 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.