I have a tiny problem. I have some 3c509b card from 3com which I try to get
up on TCP. The quest to get TCP/IP upp and runing is a success. The silly
part is that I need to get a packet driver installed els won´t my 5250
software work.
I have looked at
http://support.3com.com/infodeli/inotes/techtran/4e5a_5ea.htm where 3com
give me hints on how packet driver works. I have tried to do 3c5x9pd -w 0x60
I have found out that there is a version 1.2 for the above driver but still
the samme problem. TCP dies each time I load the driver.
I do not think this is a memory error since I have 604 free konvetionell
memory
Each time I try to start the 3c5x9pd the tcp/ip stop. Since I am using dos
6.22 and a static ip I can see this from a w2k computer
So.... ? Is there a better driver that I need to use ?
Where can I finde the latest packetdriver for 3c509b ?
Here are my files
Config.sys
device=C:\DOS\HIMEM.SYS
rem /TESTMEM:OFF
DEVICE=C:\DOS\EMM386.EXE RAM NOEMS
dos=high,umb
buffers=20
lastdrive=z
files=60
COUNTRY=046,850,C:\DOS\COUNTRY.SYS
DEVICEHIGH=C:\DOS\DISPLAY.SYS CON=(EGA,,1)
SHELL=COMMAND.COM /P /E:512
rem devicehigh=C:\dos\ansi.sys
devicehigh=C:\dos\IFSHLP.SYS
STACKS=0,0
SHELL=COMMAND.COM /P /E:512
Autoexec.bat
path=c:\DOS;C:\NET;C:\5250;C;\nc
MODE CON CODEPAGE PREPARE=((850) c:\DOS\EGA.CPI)
MODE CON CODEPAGE SELECT=850
lh KEYB SV,,c:\DOS\KEYBOARD.SYS
set comspec=c:\command.com
c:\net\net initialize
c:\net\netbind.com
c:\net\umb.com
c:\net\tcptsr.exe
c:\net\tinyrfc.exe
c:\net\nmtsr.exe
c:\net\emsbfr.exe
c: \net\3c5x9pd -w 0x69 iobase=0x320
Protocol.ini
[network.setup]
version=0x3110
netcard=ms$ELNK3,1,MS$ELNK3,1
transport=tcpip,TCPIP
lana0=ms$elnk3,1,tcpip
[ms$elnk3]
DRIVERNAME=ELNK3$
; IOADDRESS=0x300
; SLOT=1
; MAXTRANSMITS=6
[protman]
drivername=PROTMAN$
PRIORITY=MS$NDISHLP
[tcpip]
NBSessions=6
DefaultGateway0=192 168 100 1
SubNetMask0=255 255 255 0
IPAddress0=192 168 100 199
DisableDHCP=1
DriverName=TCPIP$
BINDINGS=ms$elnk3
LANABASE=0
System.ini
[network]
filesharing=no
printsharing=no
autologon=yes
computername=ast486
lanroot=c:\NET
username=
workgroup=Workgroup
reconnect=no
dospophotkey=N
lmlogon=0
logondomain=
preferredredir=full
autostart=full
maxconnections=8
[network drivers]
netcard=elnk3.dos
transport=tcpdrv.dos,nemm.dos
devdir=c:\NET
LoadRMDrivers=yes
[Password Lists]
*Shares=c:\net\Shares.PWL
Someone tell me what I am doing wrong
Br Carl Schultze