 |
Document #: 00571
3C589 - Toshiba Card Manager - Network driver load error
Problem: Configuring a PCMCIA network card for use with Toshiba Card Manager 3.0, the network driver loads incorrectly and returns an error with a reference to Card Services.
Solution: Certain PCMCIA network cards, such as the 3C589, are recognized by the PCMCIA controller and do not need an enabler to access them. Simply load the network drivers.
To get the network card to work with TCM 3.0, be sure that the card is not configured. Do not add the card to PCM. You may need to reinstall TCM 3.0 to get a default setting for the PCM.INI file. Before reinstalling TCM 3.0, make a backup copy of the PCM.INI and remove any reference to PCMPLUS in the CONFIG.SYS file.
You may need to manually edit the PCM.INI file. The following copies of PCM.INI and NET.CFG tested successfully with the 3C589:
PCM.INI
=======
; PCM.INI - Initialization File for PCM+ Version 3.0
; Version 1.00
; Date 03/21/94
[DEFAULT]
pcmss=/S0=2
pcmcs=/ADDR=C8 /IRQ=15 /WAIT=12 /PMOFF
pcmrman=
PCMSCD=
PCMATA=/SRAM /SD=5 /S0=4
USECARDS=
EmmExclude=C800-C8FF
SetupMode=0
WindowsPath=C:\WINDOWS
ComPort=2
IRQ=15
CISWindowBase=c800
CardSettleTime=660
[DEFAULT.Resources]
include_mem= 0xc8-0xc8
exclude_mem=0xD0-0xDF,0xC8-0xCF
include_io=
exclude_io=
include_irq=
exclude_irq=
[INSTALL.Resources]
include_mem=
exclude_mem=0xa0-0xbf,0xf0-0xff
include_io=
exclude_io=
include_irq=0x09
exclude_irq=0x00-0x02,0x08,0x0c
[COM]
1=0x3f8,0x8,0x4,0x1
2=0x2f8,0x8,0x3,0x1
3=0x3e8,0x8,0x5,0x1
4=0x2e8,0x8,0x3,0x1
FIFO=1
COMORDER=2
[NETWORK]
RS=4
; Card/Configuration List -
[PCMCARD_000]
ID_1=IBM
ID_2=TOKEN RING
MAJOR=0x04
MINOR=0x01
DESCRIPTOR=0x0010
NUMBERCONFIGS=2
[PCMCARD_000.0]
LOAD=NO
RESOURCES=0x3A3
MEMORY_0=0xD8,0x4,0x1,0xD8
MEMORY_1=0xD0,0x2,0x1,0xD0
IO_0=0xA20,0x4,0x0
IRQ=0x9,0x1
CONFIGREGS=0x61,0x20
[PCMCARD_000.1]
LOAD=NO
RESOURCES=0x3A3
MEMORY_0=0xD8,0x4,0x1,0xD8
MEMORY_1=0xD0,0x2,0x1,0xD0
IO_0=0xA24,0x4,0x0
IRQ=0x9,0x1
CONFIGREGS=0x61,0x20
[PCMCARD_001]
ID_1=IBM Corp.
ID_2=Ethernet
MAJOR=0x04
MINOR=0x01
DESCRIPTOR=0x0020
NUMBERCONFIGS=1
[PCMCARD_001.0]
LOAD=NO
RESOURCES=0x3E1
MEMORY_0=0xD4,0x4,0x1,0x4
IO_0=0x300,0x10,0x0
IO_1=0x310,0x10,0x1
IRQ=0x5,0x1
CONFIGREGS=0x41,0x00
[PCMCARD_002]
ID_1=3Com Corporation
ID_2=3C589
ID_3=
MAJOR=0x4
MINOR=0x1
DESCRIPTOR=0x0
NUMBERCONFIGS=2
[PCMCARD_002.0]
LOAD=NO
RESOURCES=0x180
IRQ=0x3,0x1
CONFIGREGS=0x1,0x0,0x0,0x0
[PCMCARD_002.1]
LOAD=NO
RESOURCES=0x100
CONFIGREGS=0x3,0x0,0x0,0x0
NET.CFG
========
LINK DRIVER 3C589
PORT 300
FRAME ETHERNET_802.3
INT 9
MEM D4000
|