; ; INF file for AsantéFAST 10/100 PCI Rev. B Adapter ; modified to be run under Win2000/ME and Win95/98 [version] signature = "$Windows NT$" compatible = 1 Class = Net ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318} Provider = %V_Provider% [Manufacturer] %V_Pnic%=PNICs [PNICs] %PnicII.DeviceDesc% = PnicII.ndi, PCI\VEN_11AD&DEV_C115&SUBSYS_F001128A ;------------------------------------------------------------------------------------------ ; PNICII Win2000/ME sections [PnicII.ndi.NT] Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL BusType = 5 ; PCI AddReg = pnicII.reg, PnicII.TP.reg, PnicII.nt.reg CopyFiles = PnicII.Inf.CopyFiles, PnicII.ndis5.CopyFiles [PnicII.ndi.NT.Services] AddService = PnicII, 2, PnicII.Service, PnicII.EventLog ;------------------------------------------------------------------------------------------ ; Pnic Win9x section [PnicII.ndi] AddReg = L100.reg, PnicII.reg, PnicII.TP.reg, PnicII.TP.Flag.reg, PnicII.con.reg, PnicII.con.Flag.reg CopyFiles = PnicII.ndis3.CopyFiles, PnicII.Inf.CopyFiles ;------------------------------------------------------------------------------------------ [L100.reg] ; key,subkey,valuname,type,value HKR,,DevLoader,,*ndis HKR,,DeviceVxDs,,L100.sys ; NDIS Info HKR,NDIS,MajorNdisVersion,1,03 HKR,NDIS,MinorNdisVersion,1,0A HKR,NDIS,LogDriverName,,"L100" ; Interfaces HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,LowerRange,,"ethernet" HKR,Ndi\Interfaces,DefUpper,,"ndis3" HKR,Ndi\Interfaces,UpperRange,,"ndis3" ;------------------------------------------------------------------------------------------ [PnicII.reg] HKR, Ndi, DeviceID, , "PCI\VEN_11AD&DEV_C115" HKR, , AdapterCFID, 0, "C11511AD" HKR, , MediaType, 0, "1" HKR, , AdapterType, 0, "5" HKR, , BusType, 0, "5" ;------------------------- ; Add Win2000 specific ; [PnicII.nt.reg] HKR, Ndi, Service, 0, "l100" HKR, Ndi\Interfaces, DefUpper, 0, "ndis5" HKR, Ndi\Interfaces, DefLower, 0, "ethernet" HKR, Ndi\Interfaces, UpperRange, 0, "ndis5" HKR, Ndi\Interfaces, LowerRange, 0, "ethernet" [PnicII.Service] DisplayName = %PnicII.Service.DispName% ServiceType = 1 ;%SERVICE_KERNEL_DRIVER% StartType = 3 ;%SERVICE_AUTO_START% ErrorControl = 1 ;%SERVICE_ERROR_NORMAL% ServiceBinary = %12%\l100.sys LoadOrderGroup = NDIS [PnicII.EventLog] AddReg = PnicII.AddEventLog.reg [PnicII.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll" HKR, , TypesSupported, 0x00010001, 7 ;----------------------------------------------------- ; Adapter specific parameters ; [PnicII.TP.reg] ;ConnectionType HKR, Ndi\params\ConnectionType, ParamDesc, 0, "Connection Type" HKR, Ndi\params\ConnectionType, default, 0, "0" HKR, Ndi\params\ConnectionType, type, 0, "enum" HKR, Ndi\params\ConnectionType\enum, "0", 0, "Auto Detect" HKR, Ndi\params\ConnectionType\enum, "4", 0, "10Base-T" HKR, Ndi\params\ConnectionType\enum, "3", 0, "10Base-T Full_Duplex" HKR, Ndi\params\ConnectionType\enum, "2", 0, "100Base-Tx" HKR, Ndi\params\ConnectionType\enum, "1", 0, "100Base-Tx Full_Duplex" [PnicII.TP.Flag.reg] HKR, NDI\params\ConnectionType, flag, 1, 20, 00, 00, 00 ;----------------------------------------------------- ; Common parameters ; [PnicII.con.reg] ;Burst Length HKR, Ndi\params\BurstLength, ParamDesc, 0, "Burst Length" HKR, Ndi\params\BurstLength, default, 0, "20" HKR, Ndi\params\BurstLength, type, 0, "enum" HKR, Ndi\params\BurstLength\enum, "1", 0, "1 DWORD" HKR, Ndi\params\BurstLength\enum, "2", 0, "2 DWORDS" HKR, Ndi\params\BurstLength\enum, "4", 0, "4 DWORDS" HKR, Ndi\params\BurstLength\enum, "8", 0, "8 DWORDS" HKR, Ndi\params\BurstLength\enum, "10", 0, "16 DWORDS" HKR, Ndi\params\BurstLength\enum, "20", 0, "32 DWORDS" ;Transmit Threshold 100Mbps & 10Mbps HKR,Ndi\params\TransmitThreshold,ParamDesc,,"Transmit Threshold " HKR,Ndi\params\TransmitThreshold,default,,0 HKR,Ndi\params\TransmitThreshold,type,,enum HKR,Ndi\params\TransmitThreshold\enum,0,," 128 bytes" HKR,Ndi\params\TransmitThreshold\enum,1,," 256 bytes" HKR,Ndi\params\TransmitThreshold\enum,2,," 512 bytes" HKR,Ndi\params\TransmitThreshold\enum,3,,"1024 bytes" [PnicII.con.Flag.reg] HKR, Ndi\params\BurstLength, flag,1, 20, 00, 00, 00 HKR, NDI\params\TransmitThreshold, flag,1, 20, 00, 00, 00 ;------------------------------------------------------------------------------- ; CopyFiles Section ; [PnicII.ndis5.Copyfiles] L100.SYS,Win2K_ME\L100.SYS,,2 [PnicII.ndis3.CopyFiles] L100.sys, L100.sys [PnicII.Inf.CopyFiles] netpnic.inf, netpnic.inf ;------------------------------------------------------------------------------- ; Source Disk Name ; [SourceDisksNames] 1 = %DriveDisk.Desc%,, ;------------------------------------------------------------------------------- ; Source Disk Name ; [SourceDisksFiles] L100.sys = 1, netpnic.inf = 1, ;------------------------------------------------------------------------------- ; Destination Directories ; [DestinationDirs] PnicII.ndis5.CopyFiles = 12 PnicII.ndis3.CopyFiles = 11 PnicII.Inf.CopyFiles = 17 ;------------------------------------------------------------------------------- ; Localizable Strings [strings] V_Provider = "Asante" V_Pnic = "Asante" PnicII.DeviceDesc = "AsantéFAST 10/100 PCI Rev. B Adapter" DriveDisk.Desc = "AsantéFAST 10/100 PCI Rev. B Adapter Driver Disk" PnicII.Service.DispName = "AsantéFAST 10/100 PCI Rev. B Adapter Driver Disk"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.