I have a Xircom CEM33 credit card modem/Network and 3com
3c589. Please tell me what to load and alter in the diskette before I can
access the card to logon to the NT server?
Thank you very much.
Daniel
For example, the driver for Xircom CEM33 is:
XPSNDIS.EXE
Available from...
http://www.xircom.com/tech/software/cem33i.html
[CEM33DRV.EXE - self-extracting file]
This driver should be placed in the Net directory on the MS-DOS
startup disk (A:\Net).
2. Modify the System.ini file. This entry is found in the [network
drivers] section, as below:
[network drivers]
netcard=XPSNDIS.EXE
transport=tcpdrv.dos,nemm.dos
devdir=A:\NET
LoadRMDrivers=yes
For "netcard=" replace the current driver with the file name of
the NDIS2-compatible driver placed in the Net directory.
3. Modify the Protocol.ini file. The NIC driver needs to be
referenced in the Protocol.ini file.
For example if using TCP/IP:
[network.setup]
version=0x3110
netcard=ms$xirc,1,MS$XIRC,1
transport=tcpip,TCPIP
lana0=ms$xirc,1,tcpip
[ms$xirc]
DRIVERNAME=XIRCOM$
IOADDRESS = 0x320
INT = 5
MEM = 0xD2000
[protman]
drivername=PROTMAN$
PRIORITY=MS$NDISHLP
[tcpip]
NBSessions=6
DefaultGateway0=192 168 0 1
SubNetMask0=255 255 255 0
IPAddress0=192 168 0 10
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=ms$xirc
LANABASE=0
For "drivername=," replace the driver listed with the file name of
the NDIS2-compatible driver; use a dollar sign ($) to replace the
file extension. Change the TCP/IP address information if
necessary.
If you get resource conflicts modify the [ms$xirc] section in
Protocol.ini.