README File for PCMCIA 10/100Mbps Fast Ethernet PC Card
Thanks for choosing the PCMCIA 10/100Mbps Fast Ethernet PC Card.
This card is compliant with the PCMCIA 2.0 Type II standard and
it provides credit card-sized connectivity solution for portable PC.
Driver Diskette Overview
TOPIC
======================================
1. DISKETTE CONTENTS
2. ENABLE PCMCIA CARD
3. SOCKET and CARD SERVICES INSTALLATION ADVISORY
4. NETWARE DOS ODI DRIVER
5. PACKET DRIVER
6. NDIS DRIVER FOR WINDOWS 95
7. NDIS DRIVER FOR WINDOWS 98
8. NDIS DRIVER FOR WINDOWS ME
9. NDIS DRIVER FOR WINDOWS NT 3.51
10. NDIS DRIVER FOR WINDOWS NT 4.0
11. NDIS DRIVER FOR WINDOWS 2000
12. NDIS DRIVER FOR WINDOWS XP
[1] DISKETTE CONTENTS
Files and
Subdirectories Contents
--------------------------------------------------------------------
\EN1100CS.EXE Enable PCMCIA Card Program
\README.TXT This file
\DOSODI Novell Netware DOS ODI Driver
\PKTDRV Packet Driver
\WIN95 NDIS Driver for Windows 95
\WIN98 NDIS Driver for Windows 98
\WINME NDIS Driver for Windows ME
\NT351 NDIS Driver for Windows NT 3.51
\NT40 NDIS Driver for Windows NT 4.0
\WIN2000 NDIS Driver for Windows 2000
\WINXP NDIS Driver for Windows XP
[2] ENABLE PCMCIA CARD (For DOS and Windows 3.1 Only)
The EN1100CS.EXE is a PCMCIA controller enable program. This enable
program only need for DOS and Windows 3.1 system. You should installed
the Socket and Card service in your Notebook before executing the
enable program. If you do not have the Socket or card service program,
please call the Notebook vendor. The EN1100CS.EXE will keep resident for
handle card insertion and removal events. This feature can prevent
system crash when remove the card from socket.
To enable PCMCIA card, type
EN1100CS [/IRQ:X][/IOP:XXX][/h]
in DOS command line, or
DEVICE=[PATHNAME]EN1100CS.EXE [/IRQ:x][/IOP:XXX][/h]
in config.sys file.
where:
[/IRQ:x] This specifies the hardware interrupt (IRQ) where your
card will be indicated.
The valid IRQs are 3,4,5,9,10,12,15.
[/IOP:XXX] This specifies the I/O address. The valid ports are
300,320,340,360.
[/h] This specifies to indicate the program to display all
the possible syntax only.
The default syntax is:
EN1100CS /IRQ:5 /IOP:300
[3] SOCKET and CARD SERVICES INSTALLATION ADVISORY
For those who installed EMM386.EXE in your config.sys, please exclude
memory address D400-D7FF from your system. PCMCIA Ethernet card enabler
program will use this space to read Ethernet ID and CIS from on-board
flash memory.
[Example]
DEVICE=EMM386.EXE NOEMS X=D400-D7FF
or
DEVICE=EMM386.EXE NOEMS X=D000-DFFF
For those who installed Card and Socket Services device driver in your
config.sys, please run EN1100CS.EXE (see ENABLE PCMCIA CARD) after those
device drivers. The default configuration is IRQ=3, IO=300.
[Phoenix PCM+ V3.0]
DEVICE=C:\PCM3\CNFIGNAM.EXE /SETUP-DEFAULTS
DEVICE=C:\PCM3\PCMSS.EXE
DEVICE=C:\PCM3\PCMCS.EXE
DEVICE=C:\PCM3\PCMRMAN.SYS
DEVICE=C:\PCM3\PCMSCD.EXE
DEVICE=EN1100CS.EXE
[SystemSoft CardSoft V3.1]
DEVICE=C:\CARDSOFT\SS365SL.EXE //Socket Service for Intel Compatible //
DEVICE=C:\CARDSOFT\CS.EXE
DEVICE=C:\CARDSOFT\CSALLOC.EXE
DEVICE=EN1100CS.EXE
[Award Cardware V2.0]
DEVICE=C:\CARDWARE\SSPCIC.EXE
DEVICE=C:\CARDWARE\PCCS.EXE
DEVICE=C:\CARDWARE\PCRM.EXE /AUTODETECT
DEVICE=EN1100CS.EXE
[Note] Please do not use PCENABLE.EXE
[AMI AMICARDZ]
DEVICE=C:\AMI\SSSL.SYS
DEVICE=C:\AMI\AMICS.SYS
DEVICE=EN1100CS.EXE
[Note] Please do not use PCBE.SYS
[Databook CardTalk V3.02]
DEVICE=C:\CARDTALK\TMB250.SYS /io:240
DEVICE=C:\CARDTALK\CTALKCS.EXE
DEVICE=C:\CARDTALK\CARDTALK.EXE /A /IOW=300-31F /MEMW=D000-D7FF
DEVICE=EN1100CS.EXE
[IBM Thinkpad Socket and Card Services V2.12]
DEVICE=C\EMM386.EXE NOEMS I=B000-B7FF X=C800-CFFF X=D000-DFFF
DEVICE=C:\THINKPAD\IBMDSS01.SYS /D
DEVICE=C:\THINKPAD\IBMDOSCS.SYS
DEVICE=C:\THINKPAD\DICRMU01.SYS /MA=C800-DFFF
DEVICE=C:\THINKPAD\$ICPMDOS.SYS
DEVICE=EN1100CS.EXE
[4] Netware DOS ODI Driver
This directory contains Ethernet DOS ODI driver EN1100.COM that
supports NetWare 3.x, 4.x and 5.x, NetWare Lite and other ODI interface
application.
EN1100.COM : DOS/ODI Driver for NetWare 3.x, 4.x and 5.x.
The following instructions let you to install Novel NetWare DOS ODI
Driver :
How To Install
---------------
You need following five files to install DOS ODI DRIVER.
a. LSL.COM ---- supported by Novell
b. EN1100.COM ---- Novell DOS ODI Driver, supported
by manufacturer
c. IPXODI.COM ---- supported by Novell
d. NETX.EXE ---- supported by Novell
or
VLM.EXE
e. NET.CFG ---- optional, configuration file
After boot your workstation, type following comments on the console:
LSL <Enter>
EN1100 <Enter>
IPXODI <Enter>
NETX <Enter>
then, you can log in to the file server.
Normally, you will need a NET.CFG file to configure your Ethernet
PCMCIA card.
You can see Netware 386 Installation appendix E for more
information about NET.CFG.
Below is a sample NET.CFG file:
LINK DRIVER EN1100
port 300
int 5
Frame Ethernet_II
Frame Ethernet_802.3
Protocol IPX E0 Ethernet_802.2
; NWAY ;Auto Negotiation, default is enabled
; S10 ;10BaseT Half Duplex Mode
; S10FD ;10BaseT Full Duplex Mode
; S100 ;100BaseTX Half Duplex Mode
; S100FD ;100BaseTX Full Duplex Mode
:
:
[5] Packet Driver
The driver EN1100.COM can be used for Ethernet PCMCIA adapter.
To load the packet driver, type EN1100 0x60.
EN1100 syntax:
EN1100 [options] <packet_int_no> <int_level> <io_addr>
where:
[options]
-i -- Force driver to report itself as IEEE 802.3 instead of Ethernet II.
-d -- Delayed initialization. Used for diskless booting
-n -- NetWare conversion. Converts 802.3 packets into 8137 packets
-w -- Windows hack, obsoleted by winpkt
-p -- Promiscuous mode disable
-a -- Auto-Negotiation Mode
-1 -- Line Speed 10M, Half Duplex Mode
-2 -- Line Speed 10M, Full Duplex Mode
-3 -- Line Speed 100M, Half Duplex Mode
-4 -- Line Speed 100M, Full Duplex Mode
-u -- Uninstall
<packet_int_no> This specifies the software interrupt (IRQ) where
you'll load the packet driver. It must be in the range
0x60 to 0x80.
<int_level> This specifies the hardware interrupt (IRQ) where your
card will be indicated.
<io_addr> This specifies the I/O address .
Example:
The following command line loads the Ethernet Packet Driver
at software interrupt 60h, at I/O address 300, at hardware interrupt 5.
EN1100 0x60 0x5 0x300
or
EN1100 0x60
Note: The default I/O address is 300 .
Note: The default hardware interrupt is 5.
Note: The placement of 0x prior to the parameters.
[6] NDIS Driver for Windows 95
INSTALLATION PROCEDURE:
1) Insert the PCMCIA Adapter into the PCMCIA slot. The system displays
the "New Hardware Found" window, with "PCMCIA-10/100Mbps Ethernet PC Card" as
the device name.
2) Select "Drivers from disk provided by hardware manufacturer".
3) At the "Install From Disk" window, enter the drive letter and path
where the device information file (.INF file) and device driver can be
found (e.g. A:\WIN95). Press "OK". The driver then installs itself.
4) Occasionally, the system may ask for files from the Windows
distribution disks. Follow the prompt until the installation is
complete.
5) Reboot the machine to start the network.
[7] NDIS Driver for Windows 98
INSTALLATION PROCEDURE:
1) Insert the PCMCIA Adapter into the PCMCIA slot. The system displays
the "New Hardware Found" window, with "PCMCIA-10/100Mbps Ethernet PC Card" as
the device name.
2) Insert the driver diskette into your floppy drive, and specify the
path of the driver in the diskette(i.e. A:\WIN98) to copy the driver
files to your system.
3) When the driver installation is completed, restart WIN98.
[8] NDIS Driver for Windows ME
INSTALLATION PROCEDURE:
1) Insert the PCMCIA Adapter into the PCMCIA slot. The system displays
the "New Hardware Found" window, with "PCMCIA-10/100Mbps Ethernet PC Card" as
the device name.
2) Insert the driver diskette into your floppy drive, and specify the
path of the driver in the diskette(i.e. A:\WINME) to copy the driver
files to your system.
[9] NDIS DRIVER FOR WINDOWS NT 3.51
INSTALLATION PROCEDURE:
1) Open the Control Panel, and choose Network Settings.
2) Click the Add Adapter button.
3) Select <Other> Requires disk from manufacturer.
4) Type in the path A:\NT351
5) Select the "PCMCIA 10/100Mbps Fast Ethernet PC Card".
6) Set the IRQ level and I/O Port Address to any free resources.
7) Select Connection Type.
8) Click on OK and back to the Network Settings.
9) Click on "Bindings" button.
10) Click on OK and Restart the Machine.
[10] NDIS DRIVER FOR WINDOWS NT 4.0
INSTALLATION PROCEDURE:
1) Double-click on the "My Computer" icon.
Then, double-click on the "Control Panel" icon.
2) In the "Control Panel" window,
double-click on the "Network" icon.
3) In the "Network" window,
click on the "Adapter".
4) Click on the [Add] button.
A list of all available drivers will be displayed.
5) Click on the [Have Disk...] button, for third-party adapters not
included in the list.
6) Insert the PCMCIA 10/100Mbps Fast Ethernet PC Card Installation Diskette in
floppy disk drive, and type the path for the driver.
Example:
A:\NT40
Then click on the [OK] button.
Windows NT 4.0 will attempt to locate the OEMSETUP.INF file
in the specified path. If it exists there, Windows NT will then
copy the appropriate drivers to the Windows NT system.
7) In the "Select OEM Option" window, select "PCMCIA 10/100Mbps Fast Ethernet PC Card"
item, then click on the [OK] button.
8) Set the IRQ level and I/O Port Address to any free resources.
9) Select Connection Type.
10) Till now, the PCMCIA 10/100Mbps Fats Ethernet PC Card driver are now installed.
The installation procedure will then proceed to the next steps.
Please refer to your Windows NT installation guide for information
on these steps.
[11] NDIS Driver for Windows 2000
INSTALLATION PROCEDURE:
1) Insert the PCMCIA Adapter into the PCMCIA slot. The system displays
the "New Hardware Found" window, with "PCMCIA-10/100Mbps Ethernet Card" as
the device name.
2) Insert the driver diskette into your floppy drive, and specify the
path of the driver in the diskette(i.e. A:\WIN2000) to copy the driver
files to your system.
[12] NDIS Driver for Windows XP
INSTALLATION PROCEDURE:
1) Insert the PCMCIA Adapter into the PCMCIA slot. The system displays
the "New Hardware Found" window, with "PCMCIA-10/100Mbps Ethernet PC Card" as
the device name.
2) Insert the driver diskette into your floppy drive, and specify the
path of the driver in the diskette(i.e. A:\WINXP) to copy the driver
files to your system.
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.