smscndis.inf Driver File Contents (Quikdock.zip)

;*****************************************************************************
;
; smscndis.inf   -- Install the SMSC USB LAN NDIS drivers
;
; Copyright (c) 1999 Moore Computer Consultants, Inc.
;
; $Id: upper.inf,v 1.2 1999/11/19 16:19:27 tmm Exp $
;
; MCCI is a registered trademark of Moore Computer Consultants, Inc
;
;*****************************************************************************

[version]
signature="$Windows 95$"
Class=Net
ClassGUID={4D36E972-E325-11CE-BFC1-08002BE10318}
Provider=%Provider%
DriverVer=01/19/2000, 3.10.0.2502

[ControlFlags]
ExcludeFromSelect = *

;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11           ; LDID_SYS
SMSC.ndi3.CopyFiles = 11  ; LDID_SYS
SMSC.ndi5.CopyFiles = 11  ; LDID_SYS

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

[SourceDisksFiles]
smscnd3.sys=1
smscnd5.sys=1

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

;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[SMSC]
%Ndis5Desc% = SMSC.ndi5, SMSCCR\{6B489340-6773-11d2-8C13-00805FBDEB8F}
%Ndis3Desc% = SMSC.ndi3, SMSCCR\{6B489341-6773-11d2-8C13-00805FBDEB8F}

;*****************************************************************************
;
; NDIS services:
;
;	You would think that '\' continuation would make the following 
;	more readable.  It only succeeds in breaking NDIS.  Keep all this
;	on one line!
;
;*****************************************************************************

[SMSC.ndi5]
DriverVer=01/19/2000, 3.10.0.2502
Characteristics = 0x2 ;NCF_SOFTWARE_ENUMERATED
AddReg = SMSC.ndi.reg,SMSC.ndi.reg.W9x,SMSC.ndi5.reg,SMSC.ndi5.reg.W9x,SMSC.ndi.Gen.Resources,SMSC.ndi.Gen.Params,SMSC.ndi5.Gen.Params
CopyFiles = SMSC.ndi5.CopyFiles

[SMSC.ndi3]
DriverVer=01/19/2000, 3.10.0.2502
Characteristics = 0x2 ;NCF_SOFTWARE_ENUMERATED
AddReg = SMSC.ndi.reg,SMSC.ndi.reg.W9x,SMSC.ndi3.reg,SMSC.ndi3.reg.W9x,SMSC.ndi.Gen.Resources,SMSC.ndi.Gen.Params,SMSC.ndi3.Gen.Params
CopyFiles = SMSC.ndi3.CopyFiles

;-----------------------------------------------------------------------------
; Install all the normal things in the registry 
;-----------------------------------------------------------------------------
[SMSC.ndi3.reg]
HKR,NDIS,LogDriverName,,"smscnd3"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

[SMSC.ndi5.reg]
HKR,NDIS,LogDriverName,,"smscnd5"
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"

[SMSC.ndi.reg]
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"


;-----------------------------------------------------------------------------
; General Resources (used to set NDI\params....)
;-----------------------------------------------------------------------------
[SMSC.ndi.Gen.Resources]

;-----------------------------------------------------------------------------
; General Params.
;-----------------------------------------------------------------------------
[SMSC.ndi.Gen.Params]
HKR,,BoardType,,%SMSC.BoardType%
HKR,,MediaType,,"Ethernet"

[SMSC.ndi3.Gen.Params]
HKR,,BoardName,,"%SMSC.ndi3.guid%"
HKR,,DeviceName,,"%SMSC.ndi3.guid%"

[SMSC.ndi5.Gen.Params]
HKR,,BoardName,,"%SMSC.ndi5.guid%"
HKR,,DeviceName,,"%SMSC.ndi5.guid%"

;-----------------------------------------------------------------------------
;	NDIS devload info for W95/W98
;-----------------------------------------------------------------------------
[SMSC.ndi.reg.W9x]
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%SMSC.ndi.DriverDesc%

[SMSC.ndi3.reg.W9x]
HKR,,DeviceVxDs,, smscnd3.sys
HKR,Ndi,DeviceId,,%SMSC.ndi3.guid%

[SMSC.ndi5.reg.W9x]
HKR,,DeviceVxDs,, smscnd5.sys
HKR,Ndi,DeviceId,,%SMSC.ndi5.guid%

;-----------------------------------------------------------------------------
; Some copyfiles sections
;-----------------------------------------------------------------------------
[SMSC.ndi3.CopyFiles]
smscnd3.sys

[SMSC.ndi5.CopyFiles]
smscnd5.sys

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


;****************************************************************************
; 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.ndi.DriverDesc = "SMSC USB Ethernet Driver"
Ndis3Desc = "SMSC USB networking device (NDIS 3)"
Ndis5Desc = "SMSC USB networking device (NDIS 5)"
SMSC.Service.Desc = "SMSC USB networking driver (NDIS)"
SMSC.BoardType = "SMSC USB networking device"

;END ENG - US English Strings

;-----------------------------------------------------------------------------
; Following are symbolic constants which don't change per locale.
;-----------------------------------------------------------------------------
SMSC.ndi5.guid = "SMSCCR\{6B489340-6773-11d2-8C13-00805FBDEB8F}"
SMSC.ndi3.guid = "SMSCCR\{6B489341-6773-11d2-8C13-00805FBDEB8F}"

;*** 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: ftp, load: 2.11