NETFN695.INF Driver File Contents (AF695_Win_1_0_DR.zip)

; Copyright 2001, All Rights Reserved
;
; NETFN695.INF
;
; Asante Technologies, Inc. FriendlyNET 695/696 10/100 PCI Adapter

[Version]
Signature  = "$Windows NT$"
Compatible = 1
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
;LayoutFile = layout.inf
Provider   = %V_MS%
DriverVer  = 03/30/2001,5.00.124.1

[ControlFlags]
;;ExcludeFromSelect = PCI\VEN_100B&DEV_0020&SUBSYS_0003128A


;****************************************************************************
; Table of Contents
;****************************************************************************
[Manufacturer]
%V_MANUF% = Asante

[Asante]
%FRN695.DeviceDesc% = FRN695.ndi, PCI\VEN_100B&DEV_0020&SUBSYS_0003128A

;
; Windows 2000/Me section
;
[FRN695.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = FRN695.NT.reg, FRN695.params.reg
CopyFiles       = FRN695.NT.CopyFiles

[FRN695.ndi.NT.Services]
AddService = FRN695, 2, FRN695.Service, FRN695.AddEventLog

[FRN695.NT.reg]
HKR, Ndi,            Service,    0, "FRN695"
HKR, Ndi\Interfaces, DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces, DefLower,   0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[FRN695.NT.CopyFiles]
FRN695N5.SYS, FRN695N5.SYS,,2

[FRN695.Service]
DisplayName     = %Service.DispName%
ServiceType     = 1     ;%SERVICE_KERNEL_DRIVER%
StartType       = 3     ;%SERVICE_DEMAND_START%
ErrorControl    = 1     ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\FRN695N5.SYS
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[FRN695.AddEventLog]
Addreg = FRN695.AddEventLog.reg

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

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001

[FRN695.params.reg]
HKR, Ndi\params\NetworkMedia,      ParamDesc, 0, %NetworkMedia%
HKR, Ndi\params\NetworkMedia,      type,      0, "enum"
HKR, Ndi\params\NetworkMedia,      default,   0, "0"
HKR, Ndi\params\NetworkMedia\enum, 0,         0, %Auto%
HKR, Ndi\params\NetworkMedia\enum, 1,         0, %100Half%
HKR, Ndi\params\NetworkMedia\enum, 2,         0, %10Half%
HKR, Ndi\params\NetworkMedia\enum, 3,         0, %100Full%
HKR, Ndi\params\NetworkMedia\enum, 4,         0, %10Full%

; NetworkAddress
HKR, Ndi\params\NetworkAddress,    ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,    base,      0, 16
HKR, Ndi\params\NetworkAddress,    type,      0, edit
HKR, Ndi\params\NetworkAddress,    optional,  0, 1

; RxBufferCount
HKR, Ndi\params\RxBufferCount,     ParamDesc, 0, %RxBufferCount%
HKR, Ndi\params\RxBufferCount,     default,   0, "40"
HKR, Ndi\params\RxBufferCount,     min,       0, "8"
HKR, Ndi\params\RxBufferCount,     max,       0, "128"
HKR, Ndi\params\RxBufferCount,     step,      0, "8"
HKR, Ndi\params\RxBufferCount,     base,      0, "10"
HKR, Ndi\params\RxBufferCount,     type,      0, "int"

; WakeOnLan
HKR, Ndi\params\WakeOnLan,         ParamDesc, 0, %WakeOnLan%
HKR, Ndi\params\WakeOnLan,         default,   0, 1
HKR, Ndi\params\WakeOnLan,         type,      0, enum
HKR, Ndi\params\WakeOnLan\enum,    0,         0, "Disabled"
HKR, Ndi\params\WakeOnLan\enum,    1,         0, "Enabled"
HKR, NDI\params\WakeOnLan,         flag,1,20,00,00,00

HKR, ,                             Slot,      0, "0"


;
; Windows 9x section
;
[FRN695.ndi]
AddReg    = FRN695.ndi.reg
CopyFiles = FRN695.ndis3.CopyFiles

[FRN695.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_100B&DEV_0020&SUBSYS_0003128A"
HKR,Ndi,CardType,,"PCI"

; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,FRN695N4.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"FRN695"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

; NetworkMedia
HKR, Ndi\params\NetworkMedia,      ParamDesc, 0, %NetworkMedia%
HKR, Ndi\params\NetworkMedia,      default,   0, 0
HKR, Ndi\params\NetworkMedia,      type,      0, enum
HKR, Ndi\params\NetworkMedia\enum, 0,         0, %Auto%
HKR, Ndi\params\NetworkMedia\enum, 1,         0, %100Half%
HKR, Ndi\params\NetworkMedia\enum, 2,         0, %10Half%
HKR, Ndi\params\NetworkMedia\enum, 3,         0, %100Full%
HKR, Ndi\params\NetworkMedia\enum, 4,         0, %10Full%
HKR, NDI\params\NetworkMedia,      flag,1,20,00,00,00

; NetworkAddress
HKR, Ndi\params\NetworkAddress,    ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,    default,   0, 0
HKR, Ndi\params\NetworkAddress,    base,      0, 16
HKR, Ndi\params\NetworkAddress,    type,      0, edit
HKR, Ndi\params\NetworkAddress,    optional,  0, 1
HKR, NDI\params\NetworkAddress,    flag,1,20,00,00,00

; RxBufferCount
HKR, Ndi\params\RxBufferCount,     ParamDesc, 0, %RxBufferCount%
HKR, Ndi\params\RxBufferCount,     base,      0, 10
HKR, Ndi\params\RxBufferCount,     default,   0, 40
HKR, Ndi\params\RxBufferCount,     min,       0, 8
HKR, Ndi\params\RxBufferCount,     max,       0, 00000128
HKR, Ndi\params\RxBufferCount,     step,      0, 8
HKR, Ndi\params\RxBufferCount,     type,      0, int
HKR, NDI\params\RxBufferCount,     flag,1,20,00,00,00

HKR, ,                             Slot,      0, 0

; Install NDIS3
[FRN695.ndis3.CopyFiles]
FRN695N4.SYS, WIN95\FRN695N4.SYS,,2


[DestinationDirs]
DefaultDestDir          = 11
FRN695.ndis3.CopyFiles = 11
FRN695.NT.CopyFiles    = 12

[SourceDisksNames]
1=%FRN695DiskName%,,,

[SourceDisksFiles]
FRN695N5.SYS = 1
FRN695N4.SYS = 1

;****************************************************************************
; Translatable strings
;****************************************************************************
[Strings]
V_MS =  "Asante"
V_MANUF = "Asante Technologies, Inc."

WakeOnLan           = "Wake On Lan"
RxBufferCount       = "Receive Buffer Count"
NetworkAddress      = "Network(MAC) Address"
NetworkMedia        = "Network Media
Auto                = "Auto Sense"
10Half              = "10BaseT"
10Full              = "10BaseT Full Duplex "
100Half             = "100BaseTx"
100Full             = "100BaseTx Full Duplex"

FRN695.DeviceDesc  = "Asante Technologies, Inc. FriendlyNET 695/696 10/100 PCI Adapter"
Service.DispName    = "Asante Technologies, Inc. FriendlyNET 695/696 10/100 PCI Adapter"
FRN695DiskName     = "Asante Technologies, Inc. FriendlyNET 695/696 10/100 PCI Adapter Drivers disk"
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: 1.47