;''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
; Siemens SpeedStream USB 10/100 Ethernet Adapter
; File Name : 1001.INF
; Operating System : Windows98 / Windows 2000 / Windows Millennium
; Copyright (c) 2001, Siemens
;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
[Version]
Signature = "$CHICAGO$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %SIEMENS%
;;CatalogFile = 1001.cat
DriverVer = 10/18/2001,1.00.0903.2001
[Manufacturer]
%SIEMENS% = SIEMENS
[ControlFlags]
ExcludeFromSelect = USB\VID_067C&PID_1001, \
USB\VID_083A&PID_5046
[SIEMENS]
%1001.DeviceDesc% = 1001.Ndi,USB\VID_067C&PID_1001
%1001.DeviceDesc% = 1001E.Ndi,USB\VID_083A&PID_5046
;*******************************************************************************
; Win98 main sections
[1001.Ndi]
AddReg = 1001.Reg,1001.Params, 1001.Con.Reg
CopyFiles = 1001.ndis.copyfiles
[1001E.Ndi]
AddReg = 1001E.Reg,1001.Params, 1001.Con.Reg
CopyFiles = 1001.ndis.copyfiles
;*******************************************************************************
; NT main sections
[1001.Ndi.NT]
AddReg = 1001.NT.Reg, 1001.Params, 1001.Con.Reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 1
CopyFiles = 1001.ndis.copyfiles.NT
[1001.Ndi.NT.Services]
AddService = 1001, 2, 1001.Service, Common.EventLog
[1001.ndis.copyfiles]
1001.SYS,,,2
[1001.ndis.copyfiles.NT]
1001.SYS,,,2
[1001E.Ndi.NT]
AddReg = 1001.NT.Reg, 1001.Params, 1001.Con.Reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 1
CopyFiles = 1001.ndis.copyfiles.NT
[1001E.Ndi.NT.Services]
AddService = 1001, 2, 1001.Service, Common.EventLog
[1001E.ndis.copyfiles]
1001.SYS,,,2
[1001E.ndis.copyfiles.NT]
1001.SYS,,,2
;*******************************************************************************
; Windows 9x section
;*******************************************************************************
[1001.Reg]
HKR,Ndi,DeviceID,,USB\VID_067C&PID_1001
HKR,,AdapterName,,1001
HKR,Ndi,CardType,,"PNP"
HKR,,AdapterName,,1001
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,1001.SYS
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,1001
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
;HKR,Ndi\Install,,,"1001.Install"
HKR,Ndi,HelpText,,"Siemens SpeedStream USB 10/100"
[1001E.Reg]
HKR,Ndi,DeviceID,,USB\VID_083A&PID_5046
HKR,,AdapterName,,1001
HKR,Ndi,CardType,,"PNP"
HKR,,AdapterName,,1001
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,1001.SYS
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,1001
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
;HKR,Ndi\Install,,,"1001.Install"
HKR,Ndi,HelpText,,"Siemens SpeedStream USB 10/100"
;*******************************************************************************
; Driver parameters
;*******************************************************************************
[1001.Params]
HKR, ,TxPacketDesc, 0, "40" ; 0x28
HKR, ,RxPacketDesc, 0, "20" ; 0x14
HKR, ,MediaSel, 0, "1" ; Ethernet
;HKR, ,MagicPkt, 0, "1" ; Magic Packet Disable
;HKR, ,LinkWakeup, 0, "1" ; Link Status Wakeup Disable
HKR, ,FlowControl, 0, "1" ; Flow Control Disable
HKR, ,FlowControl_Tx, 0, "0" ; Flow Control Base TX Packet Disable
HKR, ,AlivePara, 0, "2" ; Test Mode set to Mode 2
HKR, ,FlowControl_Rx, 0, "0" ; Flow Control Base Tx Size Disable
[1001.Con.Reg]
HKR,Ndi\Params\MediaType,ParamDesc,,"Media Type"
HKR,Ndi\Params\MediaType,default,,"0"
HKR,Ndi\Params\MediaType,type,,"enum"
HKR,Ndi\Params\MediaType\enum,0,,"AutoSense"
HKR,Ndi\Params\MediaType\enum,1,,"10BaseT"
HKR,Ndi\Params\MediaType\enum,2,,"10BaseT Full_Duplex"
HKR,Ndi\Params\MediaType\enum,3,,"100BaseTX"
HKR,Ndi\Params\MediaType\enum,4,,"100BaseTX Full_Duplex"
HKR,Ndi\Params\MediaType,flag,1,"20","00","00","00"
;HKR,Ndi\Params\MediaSel,ParamDesc,,"Select Media"
;HKR,Ndi\Params\MediaSel,default,,"0"
;HKR,Ndi\Params\MediaSel,type,,"enum"
;HKR,Ndi\Params\MediaSel\enum,0,,"AutoSense"
;HKR,Ndi\Params\MediaSel\enum,1,,"Ethernet"
;HKR,Ndi\Params\MediaSel\enum,2,,"Home Lan"
;HKR,Ndi\Params\MediaSel,flag,1,"20","00","00","00"
HKR,Ndi\Params\MagicPkt,ParamDesc,,"Magic Packet"
HKR,Ndi\Params\MagicPkt,default,,"0"
HKR,Ndi\Params\MagicPkt,type,,"enum"
HKR,Ndi\Params\MagicPkt\enum,0,,"Enable"
HKR,Ndi\Params\MagicPkt\enum,1,,"Disable"
HKR,Ndi\Params\MagicPkt,flag,1,"20","00","00","00"
HKR,Ndi\Params\LinkWakeup,ParamDesc,,"Link Status Wakeup"
HKR,Ndi\Params\LinkWakeup,default,,"0"
HKR,Ndi\Params\LinkWakeup,type,,"enum"
HKR,Ndi\Params\LinkWakeup\enum,0,,"Enable"
HKR,Ndi\Params\LinkWakeup\enum,1,,"Disable"
HKR,Ndi\Params\LinkWakeup,flag,1,"20","00","00","00"
;HKR,Ndi\Params\FlowControl,ParamDesc,,"Flow Control"
;HKR,Ndi\Params\FlowControl,default,,"1"
;HKR,Ndi\Params\FlowControl,type,,"enum"
;HKR,Ndi\Params\FlowControl\enum,0,,"Enable"
;HKR,Ndi\Params\FlowControl\enum,1,,"Disable"
;HKR,Ndi\Params\FlowControl,flag,1,"20","00","00","00"
;HKR,Ndi\Params\FlowControl_Tx,ParamDesc,,"Flow Control Base Tx Packets"
;HKR,Ndi\Params\FlowControl_Tx,default,,"0"
;HKR,Ndi\Params\FlowControl_Tx,type,,"enum"
;HKR,Ndi\Params\FlowControl_Tx\enum,0,,"Disable"
;HKR,Ndi\Params\FlowControl_Tx\enum,1,," 1 Packet"
;HKR,Ndi\Params\FlowControl_Tx\enum,2,," 2 Packets"
;HKR,Ndi\Params\FlowControl_Tx\enum,3,," 4 Packets"
;HKR,Ndi\Params\FlowControl_Tx\enum,4,," 8 Packets"
;HKR,Ndi\Params\FlowControl_Tx\enum,5,,"16 Packets"
;HKR,Ndi\Params\FlowControl_Tx\enum,6,,"32 Packets"
;HKR,Ndi\Params\FlowControl_Tx,flag,1,"20","00","00","00"
;HKR,Ndi\Params\FlowControl_Rx,ParamDesc,,"Flow Control Base Rx Size"
;HKR,Ndi\Params\FlowControl_Rx,default,,"0"
;HKR,Ndi\Params\FlowControl_Rx,type,,"enum"
;HKR,Ndi\Params\FlowControl_Rx\enum,0,,"Disable"
;HKR,Ndi\Params\FlowControl_Rx\enum,1,," 1K"
;HKR,Ndi\Params\FlowControl_Rx\enum,2,," 2K"
;HKR,Ndi\Params\FlowControl_Rx\enum,3,," 4K"
;HKR,Ndi\Params\FlowControl_Rx\enum,4,," 8K"
;HKR,Ndi\Params\FlowControl_Rx\enum,5,,"16K"
;HKR,Ndi\Params\FlowControl_Rx\enum,6,,"32K"
;HKR,Ndi\Params\FlowControl_Rx,flag,1,"20","00","00","00"
;HKR,Ndi\Params\AlivePara,ParamDesc,,"Test Mode"
;HKR,Ndi\Params\AlivePara,default,,"2"
;HKR,Ndi\Params\AlivePara,type,,"enum"
;HKR,Ndi\Params\AlivePara\enum,0,,"Mode 0"
;HKR,Ndi\Params\AlivePara\enum,1,,"Mode 1"
;HKR,Ndi\Params\AlivePara\enum,2,,"Mode 2"
;HKR,Ndi\Params\AlivePara\enum,3,,"Mode 3"
;HKR,Ndi\Params\AlivePara\enum,4,,"Mode 4"
;HKR,Ndi\Params\AlivePara,flag,1,"20","00","00","00"
;*******************************************************************************
; Install section for Windows 2000
;*******************************************************************************
[1001.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi, Service, 0, "1001"
HKR,, Platform, 0, "1"
[1001.Service]
DisplayName = %1001.Service.DispName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\1001.SYS
LoadOrderGroup = NDIS,NTKERN,NDIS
AddReg = TextModeFlags.Reg
[Common.EventLog]
AddReg = Common.AddEventLog.Reg
[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
HKR, , TypesSupported , 0x00010001, 7
[TextModeFlags.Reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
1001.ndis.copyfiles = 11
1001.ndis.copyfiles.NT = 12
DefaultDestDir = 11
[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
1=%DISKNAME%,,,
[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
1001.SYS = 1
1001.INF = 1
;*******************************************************************************
; Localizable strings
;*******************************************************************************
[Strings]
SIEMENS = "Siemens"
;Source Disk Name
DISKNAME = "Siemens SpeedStream USB 10/100 Driver Disk"
1001.DeviceDesc = "Siemens SpeedStream USB 10/100 Ethernet Adapter"
1001.Service.DispName = "Siemens SpeedStream USB 10/100 Ethernet Adapter"
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.