; netauwmp.inf for Windows 98 and Windows 2000
;
; Installation file (.inf) for the ISDN WAN Driver.
;
; Devices:COMfort 2000/1200, COMpact 2104/4410/2206
;
; (c) Copyright 2002 Auerswald GmbH & Co.KG
;
[Version]
Signature = $Chicago$
Compatible = 1
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %V_AUERSWALD%
DriverVer = "11/24/2005,3.0.0.56"
;CatalogFile = auwmac.cat
[Manufacturer]
%V_AUERSWALD% = Auerswald
[ClassInstall]
[ControlFlags]
[Auerswald]
%AUWMAC.DeviceDesc% = AUWMAC.ndi, AUWMAC
[AUWMAC.ndi]
DriverVer = "11/24/2005,3.0.0.56"
AddReg = AUWMAC.ndis.reg, AUWMAC.95.reg
; CopyFiles = CopyNDISsys
[AUWMAC.ndi.NT]
AddReg = AUWMAC.ndis.reg, AUWMAC.nt.reg
Characteristics = 0x1 ; NCF_VIRTUAL
CopyFiles = CopyNDISsys
[AUWMAC.ndis.reg]
HKR, , BoardType, 0, "auwmac"
HKR, , BoardName, 0, "auwmac"
HKR, Ndi\Interfaces, DefUpper, 0, "ndiswan"
HKR, Ndi\Interfaces, DefLower, 0, "isdn"
HKR, Ndi\Interfaces, UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces, LowerRange, 0, "isdn"
[AUWMAC.95.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "auwmac.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR, , DeviceName, 0, "auwmac"
HKR, , NumberOfLines, 0, "2"
HKR, Ndi, DeviceID, 0, "AUWMAC"
HKR, Ndi\Compatibility, RequireAll, 0, "NDISWAN"
HKR, NDIS, LogDriverName, 0, "auwmac"
HKR, NDIS, MajorNdisVersion, 0x10001, 03
HKR, NDIS, MinorNdisVersion, 0x10001, 0A
HKR,,Line0.Channel0.Name,,%Line1%
HKR,,Line0.Channel1.Name,,%Line2%
HKR, TAPI, Properties, 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, Properties, 1, 00,00,00,00
HKR, TAPI\Line0, SwitchType, 1, 00,00,00,00
HKR, TAPI\Line0, LineCaps, 1, 1c,00,00,00, 00,00,00,00, 03,00,00,00, 01,00,00,00, 03,00,00,00, 02,00,00,00, 00,00,00,00
HKR, TAPI\Line0\Channel0, Properties, 1, 00,00,00,00
HKR, TAPI\Line0\Channel0, ChannelCaps, 1, 00,00,00,00
HKR, TAPI\Line0\Channel0, SPID, 0, ""
HKR, TAPI\Line0\Channel0, Phone, 0, ""
HKR, TAPI\Line0\Channel1, Properties, 1, 00,00,00,00
HKR, TAPI\Line0\Channel1, ChannelCaps, 1, 00,00,00,00
HKR, TAPI\Line0\Channel1, SPID, 0, ""
HKR, TAPI\Line0\Channel1, Phone, 0, ""
[AUWMAC.nt.reg]
HKR, , WanEndPoints, 0x10001, 2
HKR, , ShowIsdnPages, 0x10001, 2
HKR, , IsdnNumDChannels, 0x10001, 1
HKR, 0, IsdnNumBChannels, 0x10001, 2
HKR, 0, IsdnSwitchType, 0x10001, 0
HKR, Ndi, Service, 0, "auwmac"
HKR,,IsdnSwitchTypes,%REG_DWORD%,%ISDN_DEFAULT_SWITCHTYPES%
HKR,,IsdnAutoSwitchDetect,%REG_DWORD%,0
HKR,,IsdnNumDChannels,%REG_DWORD%,1
HKR,0,IsdnNumBChannels,%REG_DWORD%,2
HKR,0,IsdnMultiSubscriberNumbers,%REG_MSZ_NCLOB%,""
HKR,0\0,IsdnPhoneNumber,0,""
HKR,0\0,IsdnSpid,0,""
HKR,0\0,IsdnSubAddress,0,""
HKR,0\1,IsdnPhoneNumber,0,""
HKR,0\1,IsdnSpid,0,""
HKR,0\1,IsdnSubAddress,0,""
[AUWMAC.ndi.NT.Services]
AddService = auwmac, 2, AUWMAC.Service
[AUWMAC.Service]
DisplayName = %AUWMAC.DeviceDesc% (Ver. %V_VERSION%)
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 2 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\auwmac.sys
LoadOrderGroup = NDIS
[CopyNDISsys]
auwmac.sys,,,0x00000004
[DestinationDirs]
CopyNDISsys = 10,system32\drivers
[SourceDisksFiles]
auwmac.sys = 1,,
[SourceDisksNames]
1 = %DiskId1%,,,
[Strings]
V_AUERSWALD ="Auerswald GmbH & Co. KG"
AUWMAC.DeviceDesc ="Auerswald ISDN WAN Driver"
Line1 ="Auerswald ISDN Line 1"
Line2 ="Auerswald ISDN Line 2"
DiskId1 ="Auerswald Mega Disk"
%V_VERSION% ="3.0.0.56"
; registry data types
; types with NCLOB don't overwrite exist values
REG_SZ = 0x00000000
REG_SZ_NCLOB = 0x00000002
REG_MSZ = 0x00010000
REG_MSZ_NCLOB = 0x00010002
REG_MSZ_APPEND = 0x0001000A
REG_MSZ_DELVAL = 0x00010006
REG_ESZ = 0x00020000
REG_DWORD = 0x00010001
REG_DWORD_NCLOB = 0x00010003
;-----------------------------------------------
; Supported Switch Types for ISDN cards:
; ISDN_SWITCH_ATT (0x002)
; ISDN_SWITCH_NI1 (0x004)
; ISDN_SWITCH_INS64 (0x010)
; ISDN_SWITCH_VN3 (0x040)
; ISDN_SWITCH_DSS1 (0x080)
; ISDN_SWITCH_AUS (0x100)
; ISDN_SWITCH_BEL (0x200)
;--------------------------------------------------
ISDN_DEFAULT_SWITCHTYPES = 0x080
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.