smscunic.inf Driver File Contents (Quikdock.zip)

;*****************************************************************************
;
; smscunic.inf   -- Install the SMSC USB LAN WDM drivers
;
; Copyright (c) 1999 Moore Computer Consultants, Inc.
;
; $Id: lower.inf,v 1.3 1999/12/13 06:09:23 tmm Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************

[version]
signature="$CHICAGO$"
Class=USB
ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
Provider=%Provider%
DriverVer=01/19/2000, 3.10.0.2502

[ClassInstall]

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir                  = 11                    ; LDID_SYS
SMSCWdm.W95.CopyFiles       = 11                    ; LDID_SYS
SMSCWdm.NT.CopyFiles        = 12                    ; system32\drivers
PropPages.CopyFiles             = 11                    ; system

;-----------------------------------------------------------------------------
; Specify the install disks.  A bit unwieldy during development.
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%DiskString%,"SMSCUSB",,

[SourceDisksFiles]
; filename = diskid[, [subdir] [, size]]
smscunic.sys = 1
smsccr.sys = 1
vsmsccr.vxd = 1
smscwh95.sys = 1
smscwhnt.sys = 1

;-----------------------------------------------------------------------------
; Table of Contents:  manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%Smsc%=SMSC

;-----------------------------------------------------------------------------
; The devices
;-----------------------------------------------------------------------------
[SMSC]
%Smsc.Ndis.Desc% = SmscWdm.Install, USB\VID_0E11&PID_000C
%Smsc.Ndis.Desc% = SmscWdm.Install, USB\VID_040E&PID_E400

;-----------------------------------------------------------------------------
; How to install them:  On W9x, the [section] name is used directly.
; On NT, the system first tries [section.NT], then [section].
;-----------------------------------------------------------------------------

;-----------------------------------------------------------------------------
; Diagnostics Files CopyFiles List Section
;-----------------------------------------------------------------------------
[SMSC.CopyFiles]

;-----------------------------------------------------------------------------
; XXX when we have a property page DLL, add it to the following section.
;-----------------------------------------------------------------------------
[PropPages.CopyFiles]

;-----------------------------------------------------------------------------
;       How to install the WDM driver on W95/W98
;-----------------------------------------------------------------------------
[SMSCWdm.Install]
DriverVer=01/19/2000, 3.10.0.2502
CopyFiles       = SMSCWdm.W95.CopyFiles, SMSC.CopyFiles, PropPages.CopyFiles
AddReg          = SMSCWdm.AddReg, SMSCWdm.W95.AddReg

;-----------------------------------------------------------------------------
;       How to install the WDM driver on NT
;-----------------------------------------------------------------------------
[SMSCWdm.Install.NT]
DriverVer=01/19/2000, 3.10.0.2502
CopyFiles       = SMSCWdm.NT.CopyFiles
AddReg          = SMSCWdm.AddReg, SMSCWdm.NT.AddReg

;-----------------------------------------------------------------------------
;       How to start the WDM driver on NT
;-----------------------------------------------------------------------------
[SMSCWdm.Install.NT.Services]
AddService      = smscunic, 2, SMSCWdm.AddService

[SMSCWdm.AddService]
DisplayName             = %SMSC.Service.Desc%
ServiceType             = 1     ; SERVICE_KERNEL_DRIVER
StartType               = 3     ; SERVICE_DEMAND_START
ErrorControl            = 1     ; SERVICE_ERROR_NORMAL
ServiceBinary           = %12%\smscunic.sys
LoadOrderGroup          = Base

;-----------------------------------------------------------------------------
;       WDM registry entries (all platforms)
;-----------------------------------------------------------------------------
[SMSCWdm.AddReg]

;-----------------------------------------------------------------------------
;       WDM registry entries (W95/98) (including how to start the driver)
;-----------------------------------------------------------------------------
[SMSCWdm.W95.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,smscunic.sys
HKR,,CRUpperDescription,,%UpperDescription%
HKR,,DataAltSetting,0x10001,2
HKR,,TrailerMode,0x10001,1
HKR,,UseTxCrc,0x10001,1

;-----------------------------------------------------------------------------
;       WDM registry entries (NT only)
;-----------------------------------------------------------------------------
[SMSCWdm.NT.AddReg]

;-----------------------------------------------------------------------------
;       The WDM copy list for Win95 -- different because things go in
;       different places.  Also, we probably need to rename drivers 
;       during the install.
;-----------------------------------------------------------------------------
[SMSCWdm.W95.CopyFiles]
smscunic.sys
smsccr.sys
vsmsccr.vxd
smscwh.sys,smscwh95.sys

;-----------------------------------------------------------------------------
;       The WDM copy list for NT -- different because things go in
;       different places.
;-----------------------------------------------------------------------------
[SMSCWdm.NT.CopyFiles]
smscunic.sys
smscwh.sys,smscwhnt.sys

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]

;BEGIN ENG - US English Strings
Provider = "Moore Computer Consultants, Inc."
Smsc = "Standard Microsystems Corporation"
DiskString = "SMSC USB networking device installation disk"

Smsc.Ndis.Desc = "SMSC USB networking device (WDM)"
SMSC.Service.Desc = "SMSC USB networking driver (WDM)"

UpperDescription = "SMSC USB networking support"

;END ENG - US English Strings
;D.Repich - Eng. GURU

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------

;*** end of file ***
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: web2, load: 1.36