; ODI9432.INF ; ; Standard Microsystems Network Interface Cards. ; ; Copyright 1993, Microsoft Corporation ; Copyright 1997, SMC, Inc. ; SMC9432 EtherPower II 10/100 Adapter [version] InfVersion=00.01.00 signature=$CHICAGO$ Class=Net provider=%V_SMC% ;**************************************************************************** ; Manufacturer Section ;**************************************************************************** [Manufacturer] %V_SMC%=SMC ;**************************************************************************** ; Manufacturer Name Section ;**************************************************************************** [SMC] %*EPII.DeviceDesc%=*EPII.Ndi, *EPII ; SMC EtherPower II Adapter ;**************************************************************************** ; INF INSTALL SECTION ;**************************************************************************** ;**************************************************************************** ; *EPII SMC9432 EtherPower II 10/100 (32 bit asm odi) ;**************************************************************************** [*EPII.Ndi] AddReg=*EPII.Ndi.reg,SMC9432.Ndi.reg, ODI.Common.CFG.reg ;**************************************************************************** ; .REG (Device IDs) ;**************************************************************************** [*EPII.Ndi.reg] HKR,Ndi,DeviceID,,"*EPII" ;**************************************************************************** ; SMC9432 Drivers (ASM) ; Base section for All SMC9432 users ;**************************************************************************** [SMC9432.Ndi.reg] ; key,subkey,valuname,type,value HKR,,DevLoader,,*odiload HKR,,EnumPropPages,,"netdi.dll,EnumPropPages" ; Ndi section HKR,Ndi,NdiInstaller,,"odipage.dll,odiNdiproc" ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"odinsup,NovellODI32" HKR,Ndi\Interfaces,UpperRange,,"odinsup,NovellODI32" HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,LowerRange,,"ethernet" ; Install section HKR,Ndi\Install,"32 Bit",,"SMC9432.ODI32.Install" ; Remove section ; ODI 16 Bit info ; ODI 32 Bit Info HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%" HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,EtherTSM.NLM" HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%" HKR,"ODI\32 Bit",FileName,,"SMC9432.lan" ;**************************************************************************** ; general Ethernet Frame-Type params ;**************************************************************************** [ODI.Common.CFG.reg] ; First Logical Board HKR,Ndi\params\Frame1,ParamDesc,,"1. Frame Type" HKR,Ndi\params\Frame1,default,,1 HKR,Ndi\params\Frame1,type,,enum HKR,Ndi\params\Frame1,optional,,0 HKR,Ndi\params\Frame1\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame1\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame1\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame1\enum,4,,"Ethernet_802.3" ;Second Logical Board HKR,Ndi\params\Frame2,ParamDesc,,"2. Frame Type" HKR,Ndi\params\Frame2,default,,2 HKR,Ndi\params\Frame2,type,,enum HKR,Ndi\params\Frame2,optional,,0 HKR,Ndi\params\Frame2\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame2\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame2\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame2\enum,4,,"Ethernet_802.3" HKR,Ndi\params\Frame2\enum,5,,"Not used" ;Third Logical Board HKR,Ndi\params\Frame3,ParamDesc,,"3. Frame Type" HKR,Ndi\params\Frame3,default,,3 HKR,Ndi\params\Frame3,type,,enum HKR,Ndi\params\Frame3,optional,,0 HKR,Ndi\params\Frame3\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame3\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame3\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame3\enum,4,,"Ethernet_802.3" HKR,Ndi\params\Frame3\enum,5,,"Not used" ;Fourth Logical Board HKR,Ndi\params\Frame4,ParamDesc,,"4. Frame Type" HKR,Ndi\params\Frame4,default,,4 HKR,Ndi\params\Frame4,type,,enum HKR,Ndi\params\Frame4,optional,,0 HKR,Ndi\params\Frame4\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame4\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame4\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame4\enum,4,,"Ethernet_802.3" HKR,Ndi\params\Frame4\enum,5,,"Not used" ; Node Address Override HKR,Ndi\params\"Node Address",ParamDesc,,"Node Address Override" HKR,Ndi\params\"Node Address",type,,edit HKR,Ndi\params\"Node Address",LimitText,,18 HKR,Ndi\params\"Node Address",UpperCase,,1 HKR,Ndi\params\"Node Address",default,,"" HKR,Ndi\params\"Node Address",flag,1,20,00,00,00 HKR,Ndi\params\"Node Address",optional,,1 ;Adapter Slot Number HKR,Ndi\params\Slot,ParamDesc,,"Adapter Slot Number" HKR,Ndi\params\Slot,type,,int HKR,Ndi\params\Slot,default,,1 HKR,Ndi\params\Slot,min,,1 HKR,Ndi\params\Slot,max,,65535 ; Need to adjust appropriately. HKR,Ndi\params\Slot,step,,1 HKR,Ndi\params\Slot,optional,,1 ; Bus Name ;HKR,Ndi\params\"BUS",ParamDesc,,"Bus Name" ;HKR,Ndi\params\"BUS",type,,edit ;HKR,Ndi\params\"BUS",LimitText,,32 ;HKR,Ndi\params\"BUS",UpperCase,,1 ;HKR,Ndi\params\"BUS",default,,"" ;HKR,Ndi\params\"BUS",optional,,1 ; Help section HKR,Ndi,HelpText,,%ODIMLID_HELP% ;**************************************************************************** ; Install Section ;**************************************************************************** [SMC9432.ODI32.Install] CopyFiles=SMC9432.ODI32.CopyFiles UpdateAutoBat=SMC9432.ODI32.autobat ;**************************************************************************** ; Update Autoexec.bat file ;**************************************************************************** [SMC9432.ODI32.autobat] CmdDelete=LSL CmdDelete=NESL CmdDelete=SMC9432 ;**************************************************************************** ; Remove Section ;**************************************************************************** ;**************************************************************************** ; params ;**************************************************************************** ;**************************************************************************** ; File to be copied ;**************************************************************************** [SMC9432.ODI32.CopyFiles] SMC9432.LAN,,,5 ;**************************************************************************** ; Source Disk Names & Source Disk Files ;**************************************************************************** [SourceDisksNames] 42=%DSK_NOVELL4%,"",0004 [SourceDisksFiles] SMC9432.LAN =42 LSL.com =42 NESL.com =42 ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinatioNdirs] DefaultDestDir =11 ; LDID_SYS SMC9432.ODI32.CopyFiles =24,novell\client32 ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Provider V_SMC=" SMC" ; Manufacturers V_SMC="SMC" ;Paths to drivers DRIVER_32_PATH="novell\client32\" DSK_NOVELL4="Novell NetWare Client-32 LAN driver disk" ; SMC PCI Devices *EPII.DeviceDesc="Standard Microsystems SMC9432" ; Context help ODIMLID_HELP="The SMC9432 driver enables you to use 32-Bit networking components."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.