Link to home
Start Free TrialLog in
Avatar of Evgeny
Evgeny

asked on

IPX in DOS

I need to start WFWG computer in DOS mode and use a IPX/SPX protocol.
I've got some ipx.exe but I get "packet driver is not loadded " message.
How to start this IPX/SPX protocol. ( I use Microsoft Network )
Avatar of stotter
stotter

Generaly, IPX is used to connect to a Novell network, are you sure you  need it for MS network ?
Anyhow the way to do tis is like this:
Run Windows.
Go to the network setup and add the IPX protocol to the list of protcols.

To start the network from DOS type NET START FULL  
Avatar of Evgeny

ASKER

I need it to play games ( most of them use IPX protocol)

I tried to do this but IPX driver doesn't loading by command
NET START FULL.
I still get " IPX driver is not loadded..." in games , and when I try to load IPX.EXE I still get " packet driver is not loadded" while when I load it in WFWG I get "IPX/SPX already loadded  message.


I recommend that you switch to ODI drivers. You'll need LSL.COM, IPXODI.COM which are available for download from Novell, and you'll need an ODI driver for your network card, which was probably supplied on a disk with the card.
Avatar of Evgeny

ASKER

I got my card from a friend so I don't have any disk for it.
But I tried to find ODI drivers for it ( the card is Artisoft AE2 ) in Artisoft page and they gave me NE2000.COM but when I try to run it , it searches for the card on IRQ3 PORT300 , but my card is on IRQ15 PORT300 and I can't change where he will search for the card.
Please help me with running NE2000.COM or tell me what other ODI drivers I can take.

Again Evgeny,
I think you are mixing things up. All the files/drivers you need are included in WFW. The files LSL.COM IPXODI.COM and NE2000.COM are part of the files needed to connect to a novell server only!
They have nothing to do with WFW!
AGAIN : You need to add the appropriate protocol INSIDE WFW! Then If you want to activate them in DOS you use the command NET START FULL.
Avatar of Evgeny

ASKER

stotter: I have added the IPX/SPX in WFWG and I wrote NET START FULL , but still NO IPX DRIVER LOADDED IN DOS.

If you want to play games, ODI drivers is the thing for you. To change the IRQ and port, you need to make settings in a file named NET.CFG. Mostly, a small template NET.CFG is supplied with the driver diskette. Is there any such file available on the page where you got the driver?

This is the contents of my NET.CFG file. You could try using this, but replacing 3C5X9 with NE2000 and then uncommenting the PORT line and change the setting to your I/O address. It might work.

LINK DRIVER 3C5X9
;
; The following two parameters are required when using two or more EtherLink
; III adapters in a single machine.  This parameter specifies which specific
; EtherLink III adapter the driver is to attach itself to.
;  PORT NNN, where NNN is the hex base address of the 3C509 ISA adapter
;  SLOT NN, where NN is the slot number containing the 3C529, 3C579, or
;           3C509 configured as an EISA adatper.
;
;       PORT 200
;       SLOT 3
;
; The next few lines specify the frame type.  3C5X9.COM is a 4.0 DOS ODI
; driver. The default frame type is 802.2. To connect to a 3.11 server
; the frame type needs to be changed to 802.3.  The following two lines
; perform that change.
;
        FRAME ETHERNET_802.3
        PROTOCOL IPX 0 ETHERNET_802.3  
;                                      (binds IPX protocol to frame)
;
; This is the driver default
;
;       FRAME ETHERNET_802.2
;       PROTOCOL IPX E0 ETHERNET_802.2
;

Hey Evgeny,

This discussion seems related to your other question at
https://www.experts-exchange.com/topics/bin/ShowQ?qid=8630020378&added=comment

Hopefully, you should have enough information to get your game running now...


Richard
Avatar of Evgeny

ASKER

y96:
I did like you told me , but my NE2000.COM searches for the card on IRQ3 PORT300 and I can't change it ( NET.CFG does not effects this )
Then I don't know what to do. You'll have to reject my answer. Maybe look for another ODI driver for your network card.
Avatar of Evgeny

ASKER

y96:
Basicly your answer was correct , so when I'll get the answer to How to start NE2000.COM from someone I'll give half of the points.

ASKER CERTIFIED SOLUTION
Avatar of birchallr
birchallr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial