Computing.Net > Forums > Disk Operating System > PCMCIA 3Com 574 can't initialize

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

PCMCIA 3Com 574 can't initialize

Reply to Message Icon

Name: Ingman
Date: January 13, 2004 at 09:52:37 Pacific
OS: DOS
CPU/Ram: p3/512
Comment:

Hello all,
I hope someone can help. I've been racking my brains out for a while. This boot disk was given to me to modify but I haven't had any help from anyone. I've tried to add in the 3Com 574 PCMCIA drivers but I get an error. This is my error:
'3Com-Megahertz 574 LAN PC Card Dos NDIS Driver v1.2.003. Warning: 3Com-Megahertz 574 LAN PC Card could not be configured using Card Services. No Card Services or Card Services is not responding. Driver will now try to enable 3Com-Megahertz 574 LAN PC Card using PCMCIA host hardware. (Note: Can be forced with PCMCIA_ENABLER=YES/NO keyword in protocol.ini. Error: Enabler failed. Network adapter not found or not reesponding.
Error: Initialization failure. Driver will not be installed.

here is a copy of my config.sys:
MENU]
SUBMENU=DOSNET, Start DOS with network
SUBMENU=SRWP, Start installation
MENUITEM=PART, Preparation for hard drive
MENUDEFAULT=DOSNET
MENUCOLOR=9,1

[DOSNET]
MENUITEM=COMPAQD,DOS with network (Compaq netcards 10/100)
MENUITEM=3C90XD,DOS with network (3COM EtherLink 3C905C)
MENUITEM=3C575CTD,DOS with network (3COM 3C575CT Card-Bus)
MENUITEM=IBMEJD,DOS with network (IBM EtherJet 10/100 PC-Card)
MENUITEM=INTELD,DOS with network (Intel EtherExpress Pro 10/100)
MENUITEM=EVOD51D,DOS with network (Intel Pro/VM)
MENUITEM=E1000D,DOS with network (Intel Pro/1000)
MENUITEM=3C574BTD,DOS with network (3COM 3C574BT Card-Bus)
MENUITEM=BC57D,DOS with network (Broadcom NetExtreme 10/100/1000)
MENUDEFAULT=BC57D

[SRWP]
MENUITEM=COMPAQS,SwissRe WorkPlace (Compaq netcards 10/100)
MENUITEM=3C90XS,SwissRe WorkPlace (3COM EtherLink 3C905C)
MENUITEM=3C575CTS,SwissRe Workplace (3COM 3C575CT Card-Bus)
MENUITEM=IBMEJS,SwissRe WorkPlace (IBM EtherJet 10/100 PC-Card)
MENUITEM=INTELS,SwissRe WorkPlace (Intel EtherExpress Pro 10/100)
MENUITEM=EVOD51S,SwissRe WorkPlace (Intel Pro/VM)
MENUITEM=E1000S,SwissRe Workplace (Intel Pro/1000)
MENUITEM=3C574BTS,SwissRe Workplace (3COM 3C574BT Card-Bus)
MENUITEM=BC57S,SwissRe Workplace (Broadcom NetExtreme 10/100/1000)
MENUDEFAULT=BC57S

[3C90XD]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[INTELD]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[IBMEJD]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS X=D000-D7FF

[COMPAQD]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[3C575BTD]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\EMM386.exe /V NOHI 1024 nomovexbda notr

[EVOD51D]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[3C575CTD]
DEVICE = A:\DOS\HIMEM.SYS /V /TESTMEM:OFF
DEVICE = A:\DOS\EMM386.exe /V NOHI 1024 nomovexbda notr

[E1000D]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[BC57D]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS


[3C90XS]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[INTELS]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[3C574BTD]
DEVICE = A:\DOS\HIMEM.SYS /V /TESTMEM:OFF
DEVICE = A:\DOS\EMM386.exe noems X=0xEF00

[IBMEJS]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS X=D000-D7FF

[COMPAQS]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[EVOD51S]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[3C574CTS]
DEVICE = A:\DOS\HIMEM.SYS /V /TESTMEM:OFF
DEVICE = A:\DOS\EMM386.exe noems X=0xEF00

[E1000S]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[BC57S]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS


[PART]
DEVICE = A:\DOS\himem.sys /TESTMEM:off
DEVICE = A:\DOS\emm386.exe NOEMS

[COMMON]
SHELL = A:\command.com A:\ /E:4096 /P
DOS = HIGH,UMB
BUFFERS = 30
FILES = 60
STACKS = 9,256
LASTDRIVE = Z
DEVICEHIGH = A:\NET\ifshlp.sys

here is a copy of my Autoexec.bat:
@echo off

if "%config%"=="3C90XD" set app=DOSNET
if "%config%"=="INTELD" set app=DOSNET
if "%config%"=="IBMEJD" set app=DOSNET
if "%config%"=="COMPAQD" set app=DOSNET
if "%config%"=="EVOD51D" set app=DOSNET
if "%config%"=="3C575CTD" set app=DOSNET
if "%config%"=="E1000D" set app=DOSNET
if "%config%"=="BC57D" set app=DOSNET
if "%config%"=="3C574BTD" set app=DOSNET

if "%config%"=="3C90XS" set app=Srwp
if "%config%"=="INTELS" set app=Srwp
if "%config%"=="IBMEJS" set app=Srwp
if "%config%"=="COMPAQS" set app=Srwp
if "%config%"=="EVOD51S" set app=Srwp
if "%config%"=="3C575CTS" set app=Srwp
if "%config%"=="E1000S" set app=Srwp
if "%config%"=="BC57S" set app=Srwp
if "%config%"=="3C574BTS" set app=Srwp
echo ˙
echo ˙
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo Loading RAM Drive
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo ˙
echo ˙
SET COMSPEC=A:\COMMAND.COM

A:\TOOLS\xmsdsk.exe 4096 R: /Y


echo ˙
echo ˙
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo Expanding Files
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo ˙
echo ˙

R:
md \NET
md \TOOLS
if "%config%"=="PART" goto PART
A:\TOOLS\pkunzip.exe a:\net\net.zip r:\net\
A:\TOOLS\pkunzip.exe a:\tools\tools.zip r:\tools\ k*.* getvard.exe nchange.exe
rem SET PATH=A:;A:\;A:\NET;A:\DOS;r:\net;r:\tools;
set path=a:\dos;r:\net;r:\tools
if "%config%"=="IBMEJS" goto %config%
R:\tools\KEYB.COM us,437, r:\tools\KEYBOARD.SYS
goto %config%


echo ˙
echo ˙
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo Prepare for selected NIC
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo ˙
echo ˙

:3C90XD
:3C90XS
set netdrv=el90x.dos
set drvname=el90x
goto getinfo

:INTELD
:INTELS
set netdrv=e100b.dos
set drvname=e100b
goto getinfo

:IBMEJD
:IBMEJS
set netdrv=ibmcndis.exe
set drvname=IBM
goto getinfo

:COMPAQD
:COMPAQS
set netdrv=N100.dos
set drvname=N100
goto getinfo

:EVOD51D
:EVOD51S
set netdrv=E100B.dos
set drvname=E100B
goto getinfo

:3C575CTD
:3C575CTS
SET netdrv=ELPC575.DOS
SET drvname=ELPC575
goto getinfo

:E1000D
:E1000S
set netdrv=e1000.dos
set drvname=e1000
goto getinfo

:BC57D
:BC57S
set netdrv=b57.dos
set drvname=b57
goto getinfo

:3C574BTD
:3C574BTS
SET netdrv=EL3C574.DOS
SET drvname=EL3C574$
goto getinfo


:getinfo
cls
echo ˙
echo ˙
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo Get Connection Informations
echo Press Ctrl-C to reset informations
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo ˙
echo ˙

if exist a:\tools\_$vars$.bat call a:\tools\_$vars$.bat

getvard -v servername -f r:\_$temp$.bat -p "Enter the servername to be connected: "
if errorlevel 1 goto getinfo
call r:\_$temp$.bat

getvard -v sharename -f r:\_$temp$.bat -p "Enter the sharename to be connected: "
if errorlevel 1 goto getinfo
call r:\_$temp$.bat

getvard -v computername -f r:\_$temp$.bat -p "Enter the name of your workstation: "
if errorlevel 1 goto getinfo
call r:\_$temp$.bat

getvard -v domain -f r:\_$temp$.bat -p "Enter login domainname: "
if errorlevel 1 goto getinfo
call r:\_$temp$.bat

if "%app%"=="wp" goto ntwinst
getvard -v username -f r:\_$temp$.bat -p "Enter your login name: "
if errorlevel 1 goto getinfo

getvard -v password -m -f r:\_$temp$.bat -p "Enter your password: "
if errorlevel 1 goto getinfo
call r:\_$temp$.bat
del r:\_$temp$.bat
goto modini

:ntwinst
if "%domain%"=="corp" goto c
if "%domain%"=="CORP" goto c
echo set username=%username% >> a:\tools\_$vars$.bat
set username=p
set password=p
goto modini

:modini
R:\TOOLS\nchange.exe R:\NET\protocol.ini $SUBST(nicdrv,%drvname%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\protocol.ini $SUBST(nicdrv,%drvname%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\protocol.ini $SUBST(nicdrv,%drvname%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\protocol.ini $SUBST(nicdrv,%drvname%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\protocol.ini $SUBST(nicdrv,%drvname%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\protocol.ini $SUBST(nicdrv,%drvname%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\SYSTEM.ini $SUBST(netdrv,%netdrv%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\SYSTEM.ini $SUBST(chrxxxxx,%computername%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\SYSTEM.ini $SUBST(srzxxx,%username%,NOCASE)
R:\TOOLS\nchange.exe R:\NET\SYSTEM.ini $SUBST(domainxxx,%domain%,NOCASE)
cls

:startnet
echo ˙
echo ˙
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo Loading Network drivers
echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ
echo ˙
echo ˙
R:
cd\NET

if "%config%"=="3C575CTS" goto 3c5starnet
if "%config%"=="3C575CTD" goto 3c5starnet
if "%config%"=="3C574CTS" goto 3c5starnet
if "%config%"=="3C574CTD" goto 3c5starnet

net.exe initialize
netbind.com
umb.com
tcptsr.exe
tinyrfc.exe
nmtsr.exe
emsbfr.exe
goto Logon

:3c5starnet
copy r:\net\testp.ini r:\net\protocol.ini
LH NET initialize
netbind.com
rem LH umb.com
LH tcptsr.exe
LH tinyrfc.exe
nmtsr.exe
LH emsbfr.exe
goto Logon
:Logon
echo y|net.exe LOGON %username% %password%
set password=********
goto %app%

:DOSNET
net.exe USE /persistent:NO
net.exe USE N: \\%servername%\%sharename%
net.exe use q: \\us\hrghost$
net.exe use g: \\us\ghost2k
g:
ghost.exe
goto end

And finally the testp.ini file:


[network.setup]
version=0x3110
netcard=el3c574,1,EL3C574,1
transport=tcpip,TCPIP
lana0=EL3C574,1,tcpip

[protman]
DriverName=PROTMAN$
PRIORITY=MS$NDISHLP

[EL3C574]
DriverName=EL3C574$
PCMCIA_ENABLER=YES

[tcpip]
NBSessions=6
DefaultGateway0=
SubNetMask0=
IPAddress0=
DisableDHCP=0
DriverName=TCPIP$
BINDINGS=EL3C574
LANABASE=0

Any help would be GREATLY APPRECIATED. Thanks in advance. Thank you again.

A



Sponsored Link
Ads by Google

Response Number 1
Name: x86
Date: January 13, 2004 at 10:14:28 Pacific
Reply:

"Card Services or Card Services is not responding"

PCDOS7 has Card and Socket Services built in and offers limited support.

You can buy Card and Socket Services from:
http://www.tssc.de/

An older version of CardSoft C&SS is available from:
http://www2.driverguide.com/uploads/uploads9/26188.html

Please bear in mind that some PCMCIA cards are 32bit. Could you not find a second-user 'DLink DE 620CT parallell port to ethernet adaptor??'

btw are you wanting to use NWC3 NDIS compatible driver or maybe just a packet driver on its own http://www.crynwr.com/

Also look at having a custom TCP/IP stack http://www.smashco.com/wattcp.asp


0

Response Number 2
Name: x86
Date: January 13, 2004 at 10:25:51 Pacific
Reply:

If you had downloaded the driver package and read the readme's one section states and I quote

"The LAN card works with laptops that contain Card Services. If you are not running Card Services on your system, please note that the 3C574 will work with
laptops that have an Intel PCMCIA (PC Card) controller or compatible controller. If Card Services is not installed, it might not work with other controllers."


0

Response Number 3
Name: Wengier
Date: January 13, 2004 at 12:41:49 Pacific
Reply:

Try this link:

http://www.computing.net/dos/wwwboard/forum/14376.html


0

Response Number 4
Name: Ingman
Date: January 13, 2004 at 12:45:27 Pacific
Reply:

Thanks for the replies.

But I've checked other boot disks and they don't have this running. Perhaps a wrong driver?



0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


DOS- WinXP- Presario 2100... BIOS-DOS problem with D:\



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: PCMCIA 3Com 574 can't initialize

Can't get MAVERN to work in Dos www.computing.net/answers/dos/cant-get-mavern-to-work-in-dos/13027.html

Can't allocate proper I/o address www.computing.net/answers/dos/cant-allocate-proper-io-address/4644.html

Can't Access HDD (DDO) $20 Reward! www.computing.net/answers/dos/cant-access-hdd-ddo-20-reward/15305.html