;
; USB PowerPacket Network Adapter INF file
; Copyright (c) 2001-2002 Intellon Corportation
;
; Note:
; Private (user-defined) section names start with an '_'.
;
;******************************************************************************
; Version Section
;------------------------------------------------------------------------------
[Version]
Signature = "$CHICAGO$"
Compatible = 1
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %S_Provider%
CatalogFile = usbeth.cat
DriverVer = 09/03/2002,2.1.0.1
;******************************************************************************
; Manufacturer
;------------------------------------------------------------------------------
[Manufacturer]
%S_Mfg% = _Devices
;****************************************************************************
; Exclude from select some devices -- they should be auto-detected!
;****************************************************************************
[ControlFlags]
ExcludeFromSelect = USB\VID_09e1&PID_5121
;******************************************************************************
; Device Section
;------------------------------------------------------------------------------
[_Devices]
%S_DeviceDesc% = _Install, USB\VID_09e1&PID_5121
;****************************************************************************
; Device Install Sections
; Section names ending in ".NT" point to Windows NT 5.0-compatible sections
;****************************************************************************
; driver specific 98
[_Install]
;DeviceID = USB\VID_09e1&PID_5121
AddReg = _AddReg_98_ndi, Params.reg
CopyFiles = _Copyfiles_sys
DriverVer = 09/03/2002,2.1.0.1
;******************************************************************************
; Registry sections
;------------------------------------------------------------------------------
[_AddReg_98_ndi]
HKR,Ndi,DeviceID,,USB\VID_09e1&PID_5121
HKR,,AdapterName,,USBETHMP
HKR,NDIS,LogDriverName,,USBETHMP
; driver load
HKR,,DevLoader,,*ndis,*ntkern,*ndis
HKR,,DeviceVxDs,,usbethmp.sys
;HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
;HKR,NDIS,LogDriverName,,ws_mpwdm
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi,CardType,,"PNP"
; 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,,"USBETHMP.INSTALL"
;HKR,Ndi\Remove,,,"_NDI_Remove"
HKR,Ndi,HelpText,,%S_NDI_Helptext%
;******************************************************************************
; NT Section
;------------------------------------------------------------------------------
[_Install.NT]
CopyFiles =_CopyFiles_sys_NT
AddReg=_AddReg_NDI_NT, Params.reg
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType = 15 ; Pnp Bus - USB
[_Install.NT.Services]
; flag 0x02 means function driver
AddService = A_USBETHMP, 2, _NT_AddService1, Common.EventLog
[Common.EventLog]
AddReg = Common.AddEventLog.Reg
[Common.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
HKR, , TypesSupported , 0x00010001, 7
;******************************************************************************
; NT Service
;------------------------------------------------------------------------------
[_NT_AddService1]
DisplayName = "USB PowerPacket Network Adapter"
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; 2 auto, 3 demand
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\System32\Drivers\usbethmp.sys
;******************************************************************************
; NT Service
;------------------------------------------------------------------------------
[_AddReg_NDI_NT]
HKR, Ndi, Service, 0, "A_USBETHMP"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR,, Platform,0,"1"
;******************************************************************************
; Copy file sections
;------------------------------------------------------------------------------
[_Copyfiles_sys]
usbethmp.sys,,,2
[_Copyfiles_sys_NT]
usbethmp.sys,,,2
;******************************************************************************
; Disk Layout
;------------------------------------------------------------------------------
[SourceDisksNames]
1=%S_DiskName%,,
[SourceDisksFiles]
usbethmp.sys=1
;-------------------------------------------------------------------------------
; INT5121 Parameters Section
;-------------------------------------------------------------------------------
[Params.reg]
; Ieee8021pPriority
HKR, NDI\params\Ieee8021p, ParamDesc, 0, %Ieee8021p%
HKR, Ndi\params\Ieee8021p, Type, 0, "enum"
HKR, Ndi\params\Ieee8021p, Default, 0, "0"
HKR, Ndi\params\Ieee8021p, Optional, 0, "0"
HKR, Ndi\params\Ieee8021p\enum, "0", 0, "Disabled (default)"
HKR, Ndi\params\Ieee8021p\enum, "1", 0, "Enabled"
;******************************************************************************
; Destination Directories
;------------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11 ; Win 98 \Windir\System & Win2K \Windir\System32\Drivers
_CopyFiles_sys = 11 ; Win 98 \Windir\System & Win2K \Windir\System32\Drivers
_CopyFiles_sys_NT = 12 ; System32\Drivers
[strings]
; Manufacturer and Provider strings
S_Provider="Intellon Corporation"
S_Mfg="Intellon"
; disk name
S_DiskName="USB PowerPacket Network Adapter Disk"
; device descriptions
S_DeviceDesc = "USB PowerPacket Network Adapter "
; NDI help text
S_NDI_Helptext="Installing USB PowerPacket Network Adapter"
Ieee8021p = "IEEE 802.1p"
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.