USB200M2.inf Driver File Contents (USB200Mver2.zip)

;****************************************************************
; USB200M.INF for for windows 98 & windows Me  			*
;								*
; Linksys USB 2.0 Network Adapter ver.2	                	*
;								*
; Copyright 2003-2005                                           *
;                                                               *  
; Version: 3.0.1.11	                                        *
;****************************************************************

[Version]
Signature  = "$CHICAGO$"  
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %USB2%
DriverVer = 04/08/2004, 3.0.1.11

[Manufacturer]
%USB2%   = USB

[ControlFlags]
ExcludeFromSelect = USB\VID_13B1&PID_0018

[USB]
%USB200M.DeviceDesc% = USB200M.Ndi,USB\VID_13B1&PID_0018

;****************************************************************
;Win98 main section
;****************************************************************
[USB200M.Ndi]
AddReg   = USB200M.Reg, USB200M.Con.Reg;
DeviceID = USB\VID_13B1&PID_0018

[USB200M.Reg]
HKR,Ndi,DeviceID,,USB\VID_13B1&PID_0018
HKR,Ndi,CardType,,"PNP"

HKR,,AdapterName,,USB200M
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,USB200M2.sys

; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,USB200M

; 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,ndis3,,"USB200M.Install"
HKR,Ndi,HelpText,,"USB 2.0 10/100 Ethernet Card"

;****************************************************************
; NT main sections
;****************************************************************
[USB200M.Ndi.NT]
AddReg          = USB200M.NT.Reg, USB200M.Con.Reg
Characteristics = 0x84
BusType         = 1
CopyFiles       = CopyFile.NT.Sys

[USB200M.Ndi.NT.Services]
AddService = USB200M, 2, USB200M.Service, Common.EventLog

;****************************************************************
; Driver parameters
;****************************************************************
[USB200M.Con.Reg]
; Connection Type
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,"0"
HKR,Ndi\params\ConnectionType,type,,"enum"
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,2,,"10BaseT Half_Duplex"
HKR,Ndi\params\ConnectionType\enum,3,,"10BaseT Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,8,,"100BaseTx Half_Duplex"
HKR,Ndi\params\ConnectionType\enum,9,,"100BaseTx Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

; Mac Address
HKR,Ndi\params\NetworkAddress,ParamDesc,0,"NetworkAddress"
HKR,Ndi\params\NetworkAddress,type,0,"edit"
HKR,Ndi\params\NetworkAddress,default,0, "000000000000"
HKR,Ndi\params\NetworkAddress,LimitText,0,"12"
HKR,Ndi\params\NetworkAddress,UpperCase,0,"1"
HKR,Ndi\params\NetworkAddress,Optional,0,"1"
HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00

; Flow Control
HKR,Ndi\params\FlowControl,ParamDesc,,"Flow Control"
HKR,Ndi\params\FlowControl,default,,"3"
HKR,Ndi\params\FlowControl,type,,"enum"
HKR,Ndi\params\FlowControl\enum,0,,"Disable"
HKR,Ndi\params\FlowControl\enum,1,,"Tx PAUSE"
HKR,Ndi\params\FlowControl\enum,2,,"Rx PAUSE"
HKR,Ndi\params\FlowControl\enum,3,,"Enable"
HKR,NDI\params\FlowControl,flag,1,20,00,00,00

; Wake Up
HKR,Ndi\params\WakeUp,ParamDesc,,"Wake Up"
HKR,Ndi\params\WakeUp,default,,"0"
HKR,Ndi\params\WakeUp,type,,"enum"
HKR,Ndi\params\WakeUp\enum,0,,"Disable"
HKR,Ndi\params\WakeUp\enum,2,,"Link Up"
HKR,Ndi\params\WakeUp\enum,4,,"Magic Packet"
HKR,Ndi\params\WakeUp\enum,6,,"Both"
HKR,NDI\params\WakeUp,flag,1,20,00,00,00

;****************************************************************
; Install section Windows 98
;****************************************************************
[USB200M.Install]
CopyFiles=CopyFile.Sys

[CopyFile.Sys]
USB200M2.sys

;****************************************************************
; Install section for Windows NT 5								
;****************************************************************
[USB200M.NT.Reg]
; Interfaces
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi,            Service,    0, "USB200M"

[USB200M.Service]
DisplayName    = %USB200M.DeviceDesc%
ServiceType    = 1
StartType      = 3
ErrorControl   = 1
ServiceBinary  = %12%\USB200M2.sys
LoadOrderGroup = 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

[CopyFile.NT.Sys]
USB200M2.sys,,,2

;**********************************************************************
; Destination directories
;**********************************************************************
[DestinationDirs]
CopyFile.Sys    = 11
CopyFile.NT.Sys = 12

[SourceDisksNames]
50=%USB200M.DiskName%,,

[SourceDisksFiles]
USB200M2.sys=50,.,USB200M2.sys,10000

;**********************************************************************
; Localizable strings                                                 *
;**********************************************************************
[Strings]
USB2 = "Linksys"
USB200M.DiskName = "Linksys USB 2.0 Network Adapter ver.2 CD"
USB200M.DeviceDesc = "Linksys USB 2.0 Network Adapter ver.2"

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: web5, load: 1.18