WVLAN41.INF Driver File Contents (wlwi400.exe)

; WVLAN41.INF
;
; Lucent Technologies WaveLAN Network Interface Card.
;
; Copyright 1998, Lucent technologies
;
; DATE   : $Date:   07 Jul 1999 18:45:44  $   $Revision:   4.0  $

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
Provider=%N_PROVIDER%

[Manufacturer]
%N_LT%="Lucent Technologies"

[Lucent Technologies]
%wvlan41_PCMCIA_LT.DeviceDesc%=wvlan41_PCMCIA_LT.ndi, PCMCIA\Lucent_Technologies-WaveLAN/IEEE-C908 ; 5 volt
%wvlan41_PCMCIA_LT1.DeviceDesc%=wvlan41_PCMCIA_LT1.ndi, PCMCIA\Lucent_Technologies-WaveLAN/IEEE-442F ;3.3 and 5 volt
%wvlan41_PCMCIA_LT2.DeviceDesc%=wvlan41_PCMCIA_LT2.ndi, PCMCIA\Lucent_Technologies-WaveLAN/IEEE-631F ;3.3 volt


;****************************************************************************
; Lucent Technologies WaveLAN PCMCIA Adapter
;****************************************************************************
[wvlan41_PCMCIA_LT.ndi]
AddReg=wvlan41_PCMCIA_LT.ndi.reg, wave.reg,wave.PCMCIA
CopyFiles=wvlan41.ndi.CopyFiles
MaxInstance=1

[wvlan41_PCMCIA_LT.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\Lucent_Technologies-WaveLAN/IEEE-C908"
HKR,Ndi,NdiInstaller,,"wv41inst.dll,WV41NdiProc"
HKR,,BusType,,8

;****************************************************************************
; Lucent Technologies WaveLAN PCMCIA Adapter
;****************************************************************************
[wvlan41_PCMCIA_LT1.ndi]
AddReg=wvlan41_PCMCIA_LT.ndi.reg, wave.reg,wave.PCMCIA
CopyFiles=wvlan41.ndi.CopyFiles
MaxInstance=1

[wvlan41_PCMCIA_LT.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\Lucent_Technologies-WaveLAN/IEEE-442F"
HKR,Ndi,NdiInstaller,,"wv41inst.dll,WV41NdiProc"
HKR,,BusType,,8

;****************************************************************************
; Lucent Technologies WaveLAN PCMCIA Adapter
;****************************************************************************
[wvlan41_PCMCIA_LT2.ndi]
AddReg=wvlan41_PCMCIA_LT.ndi.reg, wave.reg,wave.PCMCIA
CopyFiles=wvlan41.ndi.CopyFiles
MaxInstance=1

[wvlan41_PCMCIA_LT.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\Lucent_Technologies-WaveLAN/IEEE-631F"
HKR,Ndi,NdiInstaller,,"wv41inst.dll,WV41NdiProc"
HKR,,BusType,,8

;****************************************************************************
; wave  base section
;****************************************************************************
[wave.reg]
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,wvlan41.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; NDIS Info
;
HKR,NDIS,LogDriverName,,"wvlan41"
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"

; Install sections
;
HKR,NDI\Install,ndis3,,"wvlan41i.ndis3"
HKR,NDI\Remove,ndis3,,"wvlan41r.ndis3"

;
; Default settings
;
HKR,,WDSAddress,,""
HKR,,OwnChannel,,0
HKR,,DLL_Network,,"WaveLAN Network Name"
HKR,,VendorDescription,,"WaveLAN/IEEE PC Card"

;
; Flag that we are on Windows 95
;
HKR,,WINDOWS95,,1

[wvlan41.ndi.CopyFiles]
wv41inst.dll
wvlan41.hlp
wvlan41.cnt

; Install NDIS3
[wvlan41i.ndis3]
CopyFiles=wvlan41.ndis3.CopyFiles,wvlan41.inf.CopyFiles,wvlanuif.vxd.CopyFiles

[wvlan41.ndis3.CopyFiles]
wvlan41.sys

[wvlan41.inf.CopyFiles]
wvlan41.inf

[wvlanuif.vxd.CopyFiles]
wvlanuif.vxd

; Remove NDIS3
[wvlan41r.ndis3]
DelFiles=wvlan41.ndis3.DelFiles,wvlan41.inf.DelFiles,wvlanuif.vxd.DelFiles

[wvlan41.ndis3.DelFiles]
wvlan41.sys
wv41inst.dll
wvlan41.hlp
wvlan41.cnt

[wvlan41.inf.DelFiles]
wvlan41.inf

[wvlanuif.vxd.DelFiles]
wvlanuif.vxd

;
; other general sections
;
[wave.PCMCIA]
HKR,NDI,CardType,,"PCMCIA"
;

; All resources are dynamically configured
;
HKR,,IOBaseAddress,1,02,00,00,00
HKR,,InterruptNumber,1,04,00,00,00


;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
wvlan41.ndis3.CopyFiles     =11 ; LDID_SYS
wvlan41.inf.CopyFiles       =17 ; LDID_INF
wvlanuif.vxd.CopyFiles		=11 ; LDID_SYS
wvlan41.ndis3.DelFiles      =11 ; LDID_SYS
wvlan41.inf.DelFiles        =17 ; LDID_INF
wvlanuif.vxd.DelFiles		=11 ; LDID_SYS
wvlan41.ndi.CopyFiles		=11 ; LDID_SYS

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
N_PROVIDER="Provider - Lucent Technologies"
; Manufacturers
N_LT="Lucent Technologies"
; PNP Devices
wvlan41_PCMCIA_LT.DeviceDesc="WaveLAN/IEEE PC Card (5 volt)"
wvlan41_PCMCIA_LT1.DeviceDesc="WaveLAN/IEEE PC Card (3.3 and 5 volt)"
wvlan41_PCMCIA_LT2.DeviceDesc="WaveLAN/IEEE PC Card (3.3 volt)"
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: web4, load: 0.87