NET150.INF Driver File Contents (Prestige_USB_Adapter.zip)

;; Windows 98, Windows ME, Windows 2000 and Windows XP combined inf for NDIS5 driver
;;
;; USB Fast Ethernet Adapter
;;
;; Copyright 1996-2002, USBs Semiconductor Corporation
;;
;; this release is primarily for WHQL test.


[Version]
Signature    = "$Chicago$"
Compatible   = 1
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider   = %USBs%
CatalogFile = NET150.cat                ;; for WHQL certified
DriverVer = 02/26/2003,5.115.0430.2002

[Manufacturer]
%USBs%   = USBs

[ControlFlags]
ExcludeFromSelect = USB\VID_0586&PID_401a

[USBs]
%USB150.DeviceDesc% = USB150.ndi,USB\VID_0586&PID_401a


;;****************************************************************************
;; Windows 98
;;****************************************************************************
[USB150.ndi]
DriverVer       = 2/26/2003,115
AddReg = USB150.Reg, USB150.common.reg
CopyFiles       = USB150.CopyFiles98

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


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

;;---------------------------------------------------------------------------------------------------------------------
;; USB150 Parrameters
;;---------------------------------------------------------------------------------------------------------------------
;*******************************************************************************
; Windows 98
;*******************************************************************************
[USB150.Reg]
HKR, Ndi, DeviceID, 0, USB\VID_0586&PID_401a

HKR,Ndi,CardType,,"PNP"

HKR, , DriverDesc, 0, "USBs USB150 USB 10/100 LAN Adapter"
HKR, , DevLoader,,*ndis,*ntkern,*ndis
HKR, , DeviceVxDs,,USB150.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"

;*******************************************************************************
; USB150 common paramters
;*******************************************************************************
[USB150.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"

[USB150.CopyFiles98]
USB150.sys,,,2

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

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

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

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

[USB150.CopyFiles]
USB150.SYS,,,2

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


[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
USB150.sys = 1



;*******************************************************************************
; Strings
;*******************************************************************************
[Strings]
;Msft                           =       "Microsoft"
USBs                    =       "ZyXEL Communications Corp"

USB150.DeviceDesc               =       "Prestige USB Adapter"
USB150.DeviceDesc.DispName      =       "Prestige USB Adapter"

;; Source disk name
DISKNAME                        =       "Prestige USB Adapter 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: web4, load: 1.30