SPEEDPCI.INF Driver File Contents (speedwayisdn.zip)

;
; W2K-INF for BT Speedway ISDN PCI Card
;         and     NDIS WAN CAPI Driver
;
; (C) AVM GmbH, Berlin 2000
;

[Version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider    = %V_AVM%
DriverVer="03/06/2001","3.09.10.2001"
CatalogFile = speedpci.cat

;-----------------------------------------------------------------------------
;- Strings Sections
;-----------------------------------------------------------------------------
[Strings]
DISKNAME             = "BT Speedway ISDN PCI Card Installation Windows 2000"
AVMLanguage          = "english"
StartProg            = "SOFTWARE\speedway\disk1\setup.exe"
StartProgReg         = "Software\AVM\Speedway! 2.0"
V_AVM                = "AVM GmbH"
AVMFCPCI.DeviceDesc  = "BT Speedway ISDN PCI Card (Win2000)"
AVMFCPCI2.DeviceDesc = "BT Speedway ISDN PCI Card Rev.A (Win2000)"
AVMWAN.DeviceDesc    = "NDIS WAN CAPI Driver"
FRITZSERVICE         = "BT Speedway PCI"
AVMDriverDate        = "03/06/2001"
AVMDriverVersion     = "3.09.10.2001"
PROTOCOL             = "DSS1"

;-----------------------------------------------------------------------------
;- Hardware
;-----------------------------------------------------------------------------
[Manufacturer]
%V_AVM% = AVM

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1244&DEV_0A00
ExcludeFromSelect = PCI\VEN_1244&DEV_0e00
ExcludeFromSelect = AVMWANCI

[AVM]
%AVMFCPCI.DeviceDesc%  = AVMFCPCI.ndi, PCI\VEN_1244&DEV_0A00
%AVMFCPCI2.DeviceDesc% = AVMFCPCI2.ndi, PCI\VEN_1244&DEV_0e00
%AVMWAN.DeviceDesc%    = AVMWAN.ndi,   AVMWANCI

;- FRITZ!Card PCI ---------------------------------------------------------
[AVMFCPCI.ndi.NT.CoInstallers]
AddReg          = AVMISDN.coinst.reg, AVMFCPCI.ndis.reg, AVMALLFC.ndis.reg, AVMISDN.nt.reg
CopyFiles       = AVMISDN.CopyDLLs

[AVMFCPCI.ndi.NT]
CopyFiles       = AVMFCPCI.CopyFiles, AVMFCPCI.CopyIDriver, AVMISDN.Copy16bDLLs
Characteristics = 0x04  ; NCF_PHYSICAL
BusType         = 5

;- FRITZ!Card PCI ---------------------------------------------------------
[AVMFCPCI2.ndi.NT.CoInstallers]
AddReg      = AVMISDN.coinst.reg, AVMFCPCI2.ndis.reg, AVMALLFC.ndis.reg, AVMISDN.nt.reg
CopyFiles   = AVMISDN.CopyDLLs

[AVMFCPCI2.ndi.NT]
CopyFiles       = AVMFCPCI.CopyFiles, AVMFCPCI.CopyIDriver, AVMISDN.Copy16bDLLs
Characteristics = 0x04  ; NCF_PHYSICAL
BusType         = 5

;- NDIS WAN Miniport ---------------------------------------------------------
[AVMWAN.ndi.NT]
AddReg          = AVMWAN.ndis.reg, AVMISDN.nt.reg
CopyFiles       = AVMWAN.CopyFiles
Characteristics = 0x09  ; NCF_VIRTUAL | NCF_HIDDEN


;-----------------------------------------------------------------------------
;- Reg-Parts
;-----------------------------------------------------------------------------
[AVMFCPCI.ndis.reg]
HKR, ,                    ,                     0,       %AVMFCPCI.DeviceDesc%
HKR, ,                    CardType,             0,       "FRITZpci"
HKR, Ndi,                 Service,              0,       "FPCIBASE"

[AVMFCPCI2.ndis.reg]
HKR, ,                    ,                     0,       %AVMFCPCI2.DeviceDesc%
HKR, ,                    CardType,             0,       "FRITZpci"
HKR, Ndi,                 Service,              0,       "FPCIBASE"

[AVMALLFC.ndis.reg]
HKR, ,                    DriverDate1,          0,       %AVMDriverDate%
HKR, ,                    DriverVersion,        0,       %AVMDriverVersion%
HKR, ,                    IsdnSwitchType,       0x10001, 0x80   ; _DSS1
HKR, ,                    IsdnSwitchTypes,      0x10001, 0x80   ; _DSS1
HKR, ,                    Language,             0,       %AVMLanguage%
HKR, ,                    EnumPropPages32,      0,       "avmen32.dll,AVMEnumPages"
;HKR, ,                    AdditionalInstallDLL, 0,       "avmadd32.dll,ExternalInstall"
HKR, ,                    AdditionalInstallDLL2,0,       "avmadd32.dll,StartFRITZ"
HKR, ,                    StartProg,            0,       %StartProg%
HKR, ,                    StartProgReg,         0,       %StartProgReg%

;- Reg-Part for NDIS WAN Miniport --------------------------------------------
[AVMWAN.ndis.reg]
HKR, ,                    IsdnSwitchTypes,      0x10001, 0x01   ; ISDN_SWITCH_AUTO
HKR, Ndi,                 Service,              0,       "AVMWAN"
HKR, Ndi\Interfaces,      LowerRange,           0,       "nolower"

;- Reg-Part for all ISDN Controllers -----------------------------------------
[AVMISDN.coinst.reg]
HKR, ,                    CoInstallers32,       0x10000, "avmco32.dll,AVMCoInstall"
HKR, ,                    ProviderName,         0,       %V_AVM%
HKR, ,                    SetupProtocol,        0,       %PROTOCOL%
HKR, Base-Module,         Name,                 0,       fpcibase.sys
HKR, Base-Module\Values,  AutoCompress,         0,       "\x00"
HKR, Base-Module\Values,  PROTOCOL,             0,       "\x00"
HKR, Ndi\Interfaces,      LowerRange,           0,       "isdn"

[AVMISDN.nt.reg]
HKR, ,                    IsdnAutoSwitchDetect, 0x10001, 0
HKR, ,                    IsdnNumDChannels,     0x10001, 1
HKR, ,                    WanEndPoints,         0x10001, 2
HKR, 0,                   IsdnNumBChannels,     0x10001, 2
HKR, Ndi\Interfaces,      UpperRange,           0,       "ndiswan"

;-----------------------------------------------------------------------------
;- Copy Files Section
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir       = 12
AVMFCPCI.CopyFiles   = 12
AVMWAN.CopyFiles     = 12
AVMFCPCI.CopyIDriver = 11
AVMISDN.CopyDLLs     = 11
AVMISDN.Copy16bDLLs  = 50

[AVMFCPCI.CopyFiles]
fpcibase.sys, fpcibase.sy_

[AVMWAN.CopyFiles]
avmwan.sys, avmwan.sy_

[AVMFCPCI.CopyIDriver]
fpcibase.sys, fpcibase.sy_


[AVMISDN.CopyDLLs]
avmco32.dll,    avmco32.dl_
capi2032.dll,   capi2032.dl_
avmen32.dll,    avmen32.dl_
avmadd32.dll,  avmadd32.dl_

[AVMISDN.Copy16bDLLs]
capi.dll,   capi.dl_
capi20.dll, capi20.dl_

;-----------------------------------------------------------------------------
;- Services Section
;-----------------------------------------------------------------------------
[AVMFCPCI.ndi.NT.Services]
AddService = fpcibase, 2, AVMFCPCIService, AVMFCPCIAddEventLog

[AVMFCPCI2.ndi.NT.Services]
AddService = fpcibase, 2, AVMFCPCIService, AVMFCPCIAddEventLog

[AVMFCPCIAddEventLog]
AddReg = AVMFCPCIAddEventLog.reg

[AVMFCPCIAddEventLog.reg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\fpcibase.sys"
HKR,,TypesSupported,0x00010001,7

[AVMWAN.ndi.NT.Services]
AddService = AVMWAN,  2, AVMWAN.Service, AVMWANAddEventLog

[AVMWANAddEventLog]
AddReg=AVMWANAddEventLog.reg

[AVMWANAddEventLog.reg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\avmwan.sys"
HKR,,TypesSupported,0x00010001,7

;-----------------------------------------------------------------------------
[AVMFCPCIService]
DisplayName    = %FRITZSERVICE%
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
StartType      = 3  ; SERVICE_DEMAND_START
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\fpcibase.sys
LoadOrderGroup = NDIS

[AVMWAN.Service]
DisplayName    = %AVMWAN.DeviceDesc%
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
StartType      = 3  ; SERVICE_DEMAND_START
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\avmwan.sys
LoadOrderGroup = NDIS

;-----------------------------------------------------------------------------
;- Disks Sections
;-----------------------------------------------------------------------------
[SourceDisksNames]
1 = %DISKNAME%, "",

[SourceDisksFiles]
fpcibase.sy_    = 1
avmwan.sy_      = 1
capi.dl_        = 1
capi20.dl_      = 1
capi2032.dl_    = 1
avmen32.dl_     = 1
avmco32.dl_     = 1
avmadd32.dl_    = 1

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: 1.19