;--------------------------------------------------------------------
; Installation file for BeWAN systems ADSL USB/Ethernet Modem driver
; stmadsl.inf
;
; Copyright (C) F.H.L.P. 2000-2004
;--------------------------------------------------------------------
[Version]
Signature = "$CHICAGO$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ProviderName%
Compatible = 1
MillenniumPreferred = .ME
DriverVer = 09/02/2004,1.9.0.7
CatalogFile.NT = bwnwnt.cat
[Manufacturer]
%MfgName% = Mfg,NT.5.1
[Mfg]
%DeviceDesc% = RNDIS, USB\VID_07FA&PID_1058
[Mfg.NT.5.1]
%DeviceDesc% = RNDIS.NT.5.1, USB\VID_07FA&PID_1058
[ControlFlags]
ExcludeFromSelect = *
; Windows 98, Windows 98 Second Edition specific sections -----------
[RNDIS]
DeviceID = usb8023
MaxInstance = 512
DriverVer = 09/02/2004,1.9.0.7
AddReg = RNDIS_AddReg_98, RNDIS_AddReg_Common
[RNDIS_AddReg_98]
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVxDs, 0, usb8023.sys
HKR, NDIS, LogDriverName, 0, "usb8023"
HKR, NDIS, MajorNdisVersion, 1, 5
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Install, ndis3, 0, "RNDIS_Install_98"
HKR, Ndi\Install, ndis4, 0, "RNDIS_Install_98"
HKR, Ndi\Install, ndis5, 0, "RNDIS_Install_98"
HKR, Ndi, DeviceId, 0, "USB\VID_07FA&PID_1058"
; TCP performance enhancement
HKLM,"System\CurrentControlSet\Services\VxD\MSTCP","DefaultRcvWindow",,"64240"
[RNDIS_Install_98]
;CopyFiles = RNDIS_CopyFiles_98
[RNDIS_CopyFiles_98]
usb8023.sys, usb8023w.sys, , 0
rndismp.sys, rndismpw.sys, , 0
; Windows Millennium Edition specific sections ----------------------
[RNDIS.ME]
DeviceID = usb8023
MaxInstance = 512
DriverVer = 09/02/2004,1.9.0.7
AddReg = RNDIS_AddReg_ME, RNDIS_AddReg_Common
BusType = 15
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
[RNDIS_AddReg_ME]
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVxDs, 0, usb8023.sys
HKR, NDIS, LogDriverName, 0, "usb8023"
HKR, NDIS, MajorNdisVersion, 1, 5
HKR, NDIS, MinorNdisVersion, 1, 0
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3,ndis4,ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Install, ndis3, 0, "RNDIS_Install_ME"
HKR, Ndi\Install, ndis4, 0, "RNDIS_Install_ME"
HKR, Ndi\Install, ndis5, 0, "RNDIS_Install_ME"
HKR, Ndi, DeviceId, 0, "USB\VID_07FA&PID_1058"
; TCP performance enhancement
HKLM,"System\CurrentControlSet\Services\VxD\MSTCP","DefaultRcvWindow",,"64240"
[RNDIS_Install_ME]
;CopyFiles = RNDIS_CopyFiles_ME
[RNDIS_CopyFiles_ME]
usb8023.sys, usb8023m.sys, , 0
rndismp.sys, rndismpm.sys, , 0
; Windows 2000 specific sections ------------------------------------
[RNDIS.NT]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 09/02/2004,1.9.0.7
AddReg = RNDIS_AddReg_NT, RNDIS_AddReg_Common
CopyFiles = RNDIS_CopyFiles_NT
[RNDIS.NT.Services]
AddService = USB_RNDIS, 2, RNDIS_ServiceInst_NT, RNDIS_EventLog
[RNDIS_CopyFiles_NT]
; no rename of files on Windows 2000, use the 'k' names as is
usb8023k.sys, , , 0
rndismpk.sys, , , 0
[RNDIS_ServiceInst_NT]
DisplayName = %ServiceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\usb8023k.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_NT
[RNDIS_WMI_AddReg_NT]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismpk.sys"
; Windows XP specific sections --------------------------------------
[RNDIS.NT.5.1]
Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
BusType = 15
DriverVer = 09/02/2004,1.9.0.7
AddReg = RNDIS_AddReg_NT, RNDIS_AddReg_Common
; no copyfiles - the files are already in place
[RNDIS.NT.5.1.Services]
AddService = USB_RNDIS, 2, RNDIS_ServiceInst_51, RNDIS_EventLog
[RNDIS_ServiceInst_51]
DisplayName = %ServiceDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\usb8023.sys
LoadOrderGroup = NDIS
AddReg = RNDIS_WMI_AddReg_51
[RNDIS_WMI_AddReg_51]
HKR, , MofImagePath, 0x00020000, "System32\drivers\rndismp.sys"
; Windows 2000 and Windows XP common sections -----------------------
[RNDIS_AddReg_NT]
HKR, Ndi, Service, 0, "USB_RNDIS"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
; TCP performance enhancement
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters","GlobalMaxTcpWindowSize",0x00010001,"64240"
HKLM,"SYSTEM\CurrentControlSet\Services\Tcpip\Parameters","TcpWindowSize",0x00010001,"64240"
[RNDIS_EventLog]
AddReg = RNDIS_EventLog_AddReg
[RNDIS_EventLog_AddReg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
; Common Sections ---------------------------------------------------
[RNDIS_AddReg_Common]
HKR, NDI\params\NetworkAddress, ParamDesc, 0, %NetworkAddr%
HKR, NDI\params\NetworkAddress, type, 0, "edit"
HKR, NDI\params\NetworkAddress, LimitText, 0, "12"
HKR, NDI\params\NetworkAddress, UpperCase, 0, "1"
HKR, NDI\params\NetworkAddress, default, 0, " "
HKR, NDI\params\NetworkAddress, optional, 0, "1"
; BeWAN tools install sections --------------------------------------
[Adsl_Uninstall]
DelReg = Adsl_Uninstall_Reg
DelFiles = Adsl_DelFiles_Dll, Adsl_DelFiles_Exe
[Adsl_Uninstall_Reg]
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\StmCombo"
HKLM,"software\{900A76B1-0A2F-11D4-A35D-0000B4BDB131}"
HKCU,"software\{900A76B1-0A2F-11D4-A35D-0000B4BDB131}"
HKLM,"software\Microsoft\Windows\CurrentVersion\Run","AdslTaskBar"
[Adsl_98_Preinstall]
AddReg = Adsl_Install_Reg
CopyFiles = RNDIS_CopyFiles_98, Adsl_Files_Dll, Adsl_Files_Exe, Adsl_Files_Exe_98ME
[Adsl_Me_Preinstall]
AddReg = Adsl_Install_Reg
CopyFiles = RNDIS_CopyFiles_ME, Adsl_Files_Dll, Adsl_Files_Exe, Adsl_Files_Exe_98ME
[Adsl_2K_Preinstall]
AddReg = Adsl_Install_Reg
CopyFiles = Adsl_Files_Dll, Adsl_Files_Exe
[Adsl_Install_Reg]
HKLM,"software\{900A76B1-0A2F-11D4-A35D-0000B4BDB131}","PackageVersion",,%PackageVersion%
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\StmCombo","DisplayName",,%PackageName%
HKLM,"software\Microsoft\Windows\CurrentVersion\Uninstall\StmCombo","UninstallString",,"stmsetup.exe -U"
HKLM,"software\{900A76B1-0A2F-11D4-A35D-0000B4BDB131}\Ethernet",,,
HKLM,"software\{900A76B1-0A2F-11D4-A35D-0000B4BDB131}\Ethernet","IpAddress",,""
;HKLM,"software\Microsoft\Windows\CurrentVersion\Run","AdslTaskBar",,"rundll32.exe stmctrl.dll,TaskBar"
[Adsl_Files_Dll]
;stmctrl.dll
;stmadsl.cpl
[Adsl_Files_Exe]
stmsetup.exe, setup.exe
;ethercfg.exe
;stmtrace.exe
;editadsl.exe
[Adsl_Files_Exe_98ME]
unstm16.exe
[Adsl_DelFiles_Dll]
stmctrl.dll,,,0x00000001
stmadsl.cpl,,,0x00000001
[Adsl_DelFiles_Exe]
stmsetup.exe,,,0x00000001
ethercfg.exe,,,0x00000001
stmtrace.exe,,,0x00000001
editadsl.exe,,,0x00000001
unstm16.exe,,,0x00000001
; File copy sections ------------------------------------------------
[SourceDisksNames]
1 = %InstallDisk%,stmadsl.inf,,
[SourceDisksFiles]
usb8023m.sys = 1
rndismpm.sys = 1
usb8023w.sys = 1
rndismpw.sys = 1
usb8023k.sys = 1
rndismpk.sys = 1
stmctrl.dll = 1,,
stmadsl.cpl = 1,,
ethercfg.exe = 1,,
stmtrace.exe = 1,,
editadsl.exe = 1,,
unstm16.exe = 1,,
[DestinationDirs]
RNDIS_CopyFiles_98 = 10, system32/drivers
RNDIS_CopyFiles_ME = 10, system32/drivers
RNDIS_CopyFiles_NT = 12
DefaultDestDir = 11
Adsl_Files_Dll = 11
Adsl_Files_Exe = 10
Adsl_Files_Exe_98ME = 10
Adsl_DelFiles_Sys = 10, system32\Drivers
Adsl_DelFiles_Dll = 11
Adsl_DelFiles_Exe = 10
[Strings]
MfgName = "BeWAN systems"
ProviderName = "BeWAN systems"
InstallDisk = "ADSL Modem installation Disk"
DeviceDesc = "BeWAN Ethernet/USB ADSL Modem"
ServiceDesc = "USB RNDIS Network Driver"
NetworkAddr = "Network Address"
PackageName = "BeWAN ADSL Ethernet/USB Modem"
PackageVersion = "1.9.0.7"
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.