SMC2208.INF Driver File Contents (2208USB_DRV.zip)

;; Windows XP inf for NDIS5 driver
;;
;; SMC Compact USB to Ethernet converter
;;
;; Copyright 1996-2002, SMC Semiconductor Corporation
;;
;; this release is primarily for WHQL test.


[Version]
Signature    = "$Chicago$"
Compatible   = 1
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %SMC%
CatalogFile = SMC2208.cat		;; for WHQL certified
DriverVer = 04/30/2002,5.115.0430.2002

[Manufacturer]
%SMC%   = SMC

[ControlFlags]
ExcludeFromSelect = USB\VID_0bda&PID_8150

[SMC]
%SMC2208.DeviceDesc% = SMC2208.ndi,USB\VID_0bda&PID_8150


;;****************************************************************************
;; Windows 98
;;****************************************************************************
[SMC2208.ndi]
DriverVer       = 4/30/2002,115
AddReg = SMC2208.Reg, SMC2208.common.reg
CopyFiles       = SMC2208.CopyFiles98

;;****************************************************************************
;; Windows 2000
;;****************************************************************************
[SMC2208.ndi.NT]
AddReg = SMC2208.NT.Reg, SMC2208.common.reg
Characteristics = 0x84
BusType         = 15 
CopyFiles       = SMC2208.CopyFiles


[SMC2208.ndi.NT.Services]
AddService = USB-100, 2, rtsnt.Service, SMC2208.EventLog

;;---------------------------------------------------------------------------------------------------------------------
;; SMC2208 Parrameters
;;---------------------------------------------------------------------------------------------------------------------
;*******************************************************************************
; Windows 98
;*******************************************************************************
[SMC2208.Reg]
HKR, Ndi, DeviceID, 0, USB\VID_0bda&PID_8150

HKR,Ndi,CardType,,"PNP"

HKR, , DriverDesc, 0, "SMC SMC2208 USB 10/100 LAN Adapter"
HKR, , DevLoader,,*ndis,*ntkern,*ndis
HKR, , DeviceVxDs,,SMC2208.SYS
HKR, , EnumPropPages, 0, netdi.dll, EnumPropPages

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a
HKR,NDIS,LogDriverName,,USB-100

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

;*******************************************************************************
; SMC2208 common paramters
;*******************************************************************************
[SMC2208.common.reg]
HKR, Ndi\params\DuplexMode,      ParamDesc, 0, %DuplexMode%
HKR, Ndi\params\DuplexMode,      type,      0, "enum"
HKR, Ndi\params\DuplexMode,      default,   0, "0"
HKR, Ndi\params\DuplexMode\enum, 0,         0, %dmAutoMode%
HKR, Ndi\params\DuplexMode\enum, 1,         0, %dm10HalfMode%
HKR, Ndi\params\DuplexMode\enum, 2,         0, %dm10FullMode%
HKR, Ndi\params\DuplexMode\enum, 3,         0, %dm100HalfMode%
HKR, Ndi\params\DuplexMode\enum, 4,         0, %dm100FullMode%

;HKR, Ndi\params\FrameWakeUp,       ParamDesc,  0, %WakeUpFrameWakeUp%
;HKR, Ndi\params\FrameWakeUp,       default,    0, "0"
;HKR, Ndi\params\FrameWakeUp,       type,       0, "enum"
;HKR, Ndi\params\FrameWakeUp\enum,  "0",        0, "Disable"
;HKR, Ndi\params\FrameWakeUp\enum,  "1",        0, "Enable"

;HKR, Ndi\params\LinkChangeWakeUp,       ParamDesc,  0, %LinkChangeWakeUp%
;HKR, Ndi\params\LinkChangeWakeUp,       default,    0, "0"
;HKR, Ndi\params\LinkChangeWakeUp,       type,       0, "enum"
;HKR, Ndi\params\LinkChangeWakeUp\enum,  "0",        0, "Disable"
;HKR, Ndi\params\LinkChangeWakeUp\enum,  "1",        0, "Enable"

;HKR, Ndi\params\MagicPacketWakeUp,        ParamDesc,  0, %MagicPacketWakeUp%
;HKR, Ndi\params\MagicPacketWakeUp,        default,    0, "0"
;HKR, Ndi\params\MagicPacketWakeUp,        type,       0, "enum"
;HKR, Ndi\params\MagicPacketWakeUp\enum,   "0",        0, "Disable"
;HKR, Ndi\params\MagicPacketWakeUp\enum,   "1",        0, "Enable"

HKR, Ndi\params\EarlyTransfer,        ParamDesc,  0, %EarlyTransfer%
HKR, Ndi\params\EarlyTransfer,        default,    0, "1"
HKR, Ndi\params\EarlyTransfer,        type,       0, "enum"
HKR, Ndi\params\EarlyTransfer\enum,   "0",        0, "Disable"
HKR, Ndi\params\EarlyTransfer\enum,   "1",        0, "Enable"

[SMC2208.CopyFiles98]
SMC2208.sys,,,2

;*******************************************************************************
; Windows 2000
;*******************************************************************************
[SMC2208.NT.Reg]
HKR, Ndi\Interfaces,	UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi,            	Service,    0, "USB-100"

[rtsnt.Service]
DisplayName    = %SMC2208.DeviceDesc.DispName%
ServiceType    = 1		; %SERVICE_KERNEL_DRIVER%
StartType      = 3		; %SERRVICE_DEMAND_START%
ErrorControl   = 1		; %SERRVICE_ERROR_NORMAL%
ServiceBinary  = %12%\SMC2208.SYS
LoadOrderGroup = NDIS

[SMC2208.EventLog]
AddReg = SMC2208.AddEventLog.reg

[SMC2208.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported  , 0x00010001, 7

[SMC2208.CopyFiles]
SMC2208.SYS,,,2

;*******************************************************************************
; Destination Directory
;*******************************************************************************
[DestinationDirs]
SMC2208.CopyFiles98	= 11
SMC2208.CopyFiles 		= 12
DefaultDestDir		= 11	; LDID_SYS


[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
SMC2208.sys = 1



;*******************************************************************************
; Strings
;*******************************************************************************
[Strings]
;Msft				=	"Microsoft"
SMC 			=	"SMC"

SMC2208.DeviceDesc 		=	"SMC Compact USB to Ethernet converter"
SMC2208.DeviceDesc.DispName  	=	"SMC Compact USB to Ethernet converter"

;; Source disk name
DISKNAME			= 	"SMC Compact USB to Ethernet converter Driver Disk"

NetworkAddress           	=  	"Network Address"
DuplexMode  		        =	"Link Speed/Duplex Mode"
dmAutoMode                	=	"Auto Mode"
dm10HalfMode              	=	"10 Half Mode"
dm10FullMode              	=	"10 Full Mode"
dm100HalfMode             	=	"100 Half Mode"
dm100FullMode             	=	"100 Full Mode"
LinkChangeWakeUp		=	"Link Change Wake Up"
MagicPacketWakeUp		=	"Magic Packet Wake Up"
WakeUpFrameWakeUp		=	"Wakeup Frame Wake Up"
EarlyTransfer			= 	"Early Transfer"
TestMode			=	"Test Mode"

;
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: web3, load: 1.61