EIGERLAN.INF Driver File Contents (10BT2-N.exe)

;****************************************************************************
; EIGERLAN.INF
;
; Eiger Labs Inc. 
;
; .Eiger Labs Ethernet LAN Card
; .Eiger Labs Ethernet Combo LAN Card
;****************************************************************************

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_EI%

[Manufacturer]
%V_Eiger%=Eiger

[Eiger]
%Ei10BT.DeviceDesc% =*EIGERLAN.ndi, PCMCIA\EIGER_Labs_Inc.-Ethernet_10BaseT_card-6A35
%Ei10BT1.DeviceDesc% =*EIGERLAN1.ndi, PCMCIA\EIGER_Labs_Inc.-Ethernet_10BaseT_card-10A4
%Ei10BT2.DeviceDesc% =*EIGERLAN2.ndi, PCMCIA\EIGER_Labs_Inc.-Ethernet_10BaseT_card-EB7F
%Ei10BT3.DeviceDesc% =*EIGERLAN3.ndi, PCMCIA\______-Ethernet_Combo_card-4C0F
%EiCombo.DeviceDesc%=*EICOMBO.ndi, PCMCIA\EIGER_Labs_Inc.-Ethernet_Combo_card-FE92
%EiCombo1.DeviceDesc%=*EICOMBO1.ndi, PCMCIA\SCM-Ethernet_Combo_card-2B5A
%EiCombo2.DeviceDesc%=*EICOMBO2.ndi, PCMCIA\______-Ethernet_Combo_card-4C0F

;****************************************************************************
;    EIGER PCMCIA 10BaseT Card
;****************************************************************************

[*EIGERLAN.ndi]
AddReg=*EIGERLAN.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EIGERLAN1.ndi]
AddReg=*EIGERLAN1.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EIGERLAN2.ndi]
AddReg=*EIGERLAN2.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EIGERLAN3.ndi]
AddReg=*EIGERLAN3.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EIGERLAN.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\EIGER_Labs_Inc.-Ethernet_10BaseT_card-6A35"

[*EIGERLAN1.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\EIGER_Labs_Inc.-Ethernet_10BaseT_card-10A4"

[*EIGERLAN2.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\EIGER_Labs_Inc.-Ethernet_10BaseT_card-EB7F"

[*EIGERLAN3.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\______-Ethernet_Combo_card-4C0F"

;****************************************************************************
;    EIGER PCMCIA COMBO Card
;****************************************************************************

[*EICOMBO.ndi]
AddReg=*EICOMBO.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EICOMBO1.ndi]
AddReg=*EICOMBO1.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EICOMBO2.ndi]
AddReg=*EICOMBO2.ndi.reg,ne2000.ndi.reg,Clone.params.reg

[*EICOMBO.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\EIGER_Labs_Inc.-Ethernet_Combo_card-FE92"

[*EICOMBO1.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\SCM-Ethernet_Combo_card-2B5A"

[*EICOMBO2.ndi.reg]
HKR,Ndi,DeviceID,,"PCMCIA\______-Ethernet_Combo_card-4C0F"

;****************************************************************************
; NE2000 Drivers
;****************************************************************************

[ne2000.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,ne2000.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"NE2000"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"MS2000$"
HKR,NDIS\NDIS2,FileName,,"ne2000.dos"
HKR,NDIS\ODI,DriverName,,"NE2000"
HKR,NDIS\ODI,FileName,,"ne2000.com"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
HKR,Ndi\Install,ndis3,,"ne2000.ndis3"
HKR,Ndi\Install,ndis2,,"ne2000.ndis2"
;HKR,Ndi\Install,odi,,"ne2000.odi"

; Install NDIS3
[ne2000.ndis3]
CopyFiles=ne2000.ndis3.CopyFiles
[ne2000.ndis3.CopyFiles]
ne2000.sys

; Install NDIS2
[NE2000.ndis2]
CopyFiles=ne2000.ndis2.CopyFiles
[ne2000.ndis2.CopyFiles]
ne2000.dos

; Install ODI
[NE2000.odi]
CopyFiles=ne2000.odi.CopyFiles
[ne2000.odi.CopyFiles]
ne2000.com

[Clone.params.reg]
; extra params for clones
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,60,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
;ndis2
HKR,NDI\params\Interrupt,resc,1,04,00,00,00
HKR,Ndi\params\interrupt,ParamDesc,,"Interrupt Level"
HKR,NDI\params\Interrupt,flag,1,10,00,00,00
HKR,NDI\params\IOBase,resc,1,02,00,00,00
HKR,NDI\params\IOBase,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBase,flag,1,10,00,00,00

;****************************************************************************
; Destination Directories
;****************************************************************************

[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
ne2000.ndis3.CopyFiles      =11
ne2000.ndis2.CopyFiles      =26 ; LDID_WINBOOT
ne2000.odi.CopyFiles        =26

;****************************************************************************
; Localizable Strings
;****************************************************************************

[strings]
; Provider
V_EI="Eiger"

; Manufacturers
V_Eiger="Eiger Labs Inc."

;Pretec
Ei10BT.DeviceDesc = "EIGER Labs Inc. Ethernet 10 BaseT Card"
Ei10BT1.DeviceDesc = "EIGER Labs Inc. Ethernet 10 BaseT Card"
Ei10BT2.DeviceDesc = "EIGER Labs Inc. Ethernet 10 BaseT Card"
Ei10BT3.DeviceDesc = "EIGER Labs Inc. Ethernet 10 BaseT Card"
EiCombo.DeviceDesc= "EIGER Labs Inc. Ethernet Combo Card"
EiCombo1.DeviceDesc= "EIGER Labs Inc. Ethernet Combo Card"
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.63