; alcandis.inf
; INF for SpeedTouch PPPOE LAN Miniport Driver
;
; Copyright (c) 2000 Alcatel
[version]
signature="$CHICAGO$"
Class=Net
ClassGuid={4d36e972-e325-11ce-bfc1-08002be10318}
provider=%Alcatel%
DriverVer=08/17/2000, 123.4.0.1800
Compatible = 1
;CatalogFile = alcstusb.cat
[ControlFlags]
ExcludeFromSelect = *
;-----------------------------------------------------------------------------
; Specify target paths...
;-----------------------------------------------------------------------------
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir = 11 ; System Directory
SpdTch.w9x.CopyFiles = 11 ; System Directory
SpdTch.nt.CopyFiles = 12 ; System Directory
SpdTch.inf.CopyFiles = 17,other ; Inf Directory
;-----------------------------------------------------------------------------
; Specify the install disks.
;-----------------------------------------------------------------------------
[SourceDisksNames]
; diskid = description[, [tagfile] [, <unused>, subdir]]
1=%alcatest_disk%,,,Driver
[SourceDisksFiles]
; filename = diskid[,[ subdir][, size]]
alcan5ln.sys = 1,,
;alcandis.inf = 1,,
;-----------------------------------------------------------------------------
; Table of Contents: manufacturer, then devices.
;-----------------------------------------------------------------------------
[Manufacturer]
%Alcatel%=Alcatel
;-----------------------------------------------------------------------------
; The ndis devices
;-----------------------------------------------------------------------------
[Alcatel]
%SpeedTouch.ndis5.DeviceDesc%=SpeedTouch.ndi5,ALCACR\{c93aec0c-808a-11d3-9CE8-0060088D7801}
;*****************************************************************************
;
; 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!
;
;*****************************************************************************
;****************************************************************************
; Adapter Main Install Section
;****************************************************************************
[SpeedTouch.ndi5]
DriverVer=08/17/2000, 123.4.0.1800
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg =SpeedTouch.ndi.reg,SpeedTouch.ndi.reg.w9x,SpeedTouch.Gen.Resources,SpeedTouch.Gen.Params
;LogConfig =SpeedTouch.LogConfig
CopyFiles =SpdTch.w9x.CopyFiles
[SpeedTouch.ndi5.nt]
Characteristics = 0x4 ;NCF_PHYSICAL
BusType = 15 ; PNPbus
AddReg =SpeedTouch.ndi.reg,SpeedTouch.ndi.reg.nt,SpeedTouch.ndi5.reg.nt,SpeedTouch.Gen.Resources,SpeedTouch.Gen.Params
;LogConfig =SpeedTouch.LogConfig
CopyFiles =SpdTch.nt.CopyFiles
DriverVer=08/17/2000, 123.4.0.1800
[SpeedTouch.LogConfig]
;****************************************************************************
; Base Section
;****************************************************************************
[SpeedTouch.ndi.reg]
; key,subkey,valuname,type,value
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; Interfaces
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis5"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
;-----------------------------------------------------------------------------
; NDIS devload info for W95/W98
;-----------------------------------------------------------------------------
[SpeedTouch.ndi.reg.w9x]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DriverDesc,,%SpeedTouch.ndis5.DeviceDesc%
HKR,Ndi,DeviceID,,%SpeedTouch.ndis5.id% ; or pnp id
HKR,,DeviceVxDs,,alcan5ln.sys
; NDIS Info
HKR,NDIS,LogDriverName,,"SpeedTouch"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3,ndis5"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
;-----------------------------------------------------------------------------
; NDIS devload info for Win2K
;-----------------------------------------------------------------------------
[SpeedTouch.ndi.reg.nt]
; key,subkey,valuname,type,value
HKR,,DriverDesc,,%SpeedTouch.ndis5.DeviceDesc%
; NDIS Info
HKR,NDIS,LogDriverName,,"SpeedTouch"
HKR,NDIS,MajorNdisVersion,1,05
HKR,NDIS,MinorNdisVersion,1,00
; Interfaces
HKR,Ndi\Interfaces,UpperRange,,"ndis3,ndis5"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
[SpeedTouch.ndi5.reg.nt]
; key,subkey,valuname,type,value
HKR,Ndi,DeviceID,,%SpeedTouch.ndis5.id% ; or pnp id
HKR,Ndi,Service,,"alcan5ln"
[SpeedTouch.ndi5.NT.Services]
AddService = alcan5ln,2,SpeedTouch.ndi5.AddService
[SpeedTouch.ndi5.AddService]
DisplayName = %SpeedTouch.Service.Desc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\alcan5ln.sys
LoadOrderGroup = NDIS
;****************************************************************************
; General Resources
;****************************************************************************
[SpeedTouch.Gen.Resources]
; Sample Resources
;****************************************************************************
; General Params
;****************************************************************************
[SpeedTouch.Gen.Params]
; SpeedTouch constant values
HKR,,BoardType,,"SpeedTouch-PPPOE"
HKR,,BoardName,,"SpeedTouch-PPPOE"
HKR,,DeviceName,,%SpeedTouch.Ndis5.Id%
HKR,,MediaType,,"Ethernet"
;****************************************************************************
; SpeedTouch Line Params
;****************************************************************************
;****************************************************************************
; CopyFiles/Install Section
;****************************************************************************
; Install section for NDISLAN upper edge (only for LAN miniports)
[SpdTch.w9x]
CopyFiles=SpdTch.w9x.CopyFiles
[SpdTch.w9x.CopyFiles]
alcan5ln.sys ; The driver file.
[SpdTch.nt.CopyFiles]
alcan5ln.sys ; The driver file.
[SpdTch.inf.CopyFiles]
;alcandln.inf ; The name of this INF
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Manufacturers
Alcatel="Alcatel"
; Device Descriptions
SpeedTouch.ndis5.DeviceDesc="Alcatel SpeedTouch(tm) USB ADSL RFC1483"
SpeedTouch.Service.Desc="Alcatel SpeedTouch(tm) USB ADSL RFC1483 Networking Driver (NDIS)"
alcatest_disk = "Alcatel SpeedTouch(tm) Install Disk"
;**** don't localize these ****
SpeedTouch.Ndis5.Guid = "{c93aec0c-808a-11d3-9CE8-0060088D7801}"
SpeedTouch.Ndis5.Id = "ALCACR\{c93aec0c-808a-11d3-9CE8-0060088D7801}"
;---- end of file ----
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.