Jump to content

any windows 3.11 gurus kickin around?


Recommended Posts

Posted

Did you,

44 minutes ago, awkduck said:

Start PTKMUX.EXE like this "PKTMUX 5 90". "5" is for how many different programs will need to network access at the same time. "90" is for the interrupt your driver is using (0x90).

?

I don't understand what you meant by "extensions". Please clarify.

You did load your packet driver before PKTMUX, right? Just checking.

If you did all of that, you could check if your "packed driver" supports choosing the interrupt. Then set it, and everything else, to interrupt 0x60.


Posted (edited)

i have this with INT number 90

Screenshot-11.jpg

I change the INT number to 80 and it give me this
Screenshot-12.jpg

 

Edited by shelby
Posted
26 minutes ago, awkduck said:

I don't understand what you meant by "extensions". Please clarify.

the bin file
Screenshot-13.jpg

Posted

Really, you don't need the install.bat.

Delete "bin" and "doc". Just copy everything to a folder of you choice, without using install.bat.

Posted (edited)

ok but the problem with the PKTMUX still remains and it happens when the driver and the PKTMUX has the same INT number
Screenshot-14.jpg

Edited by shelby
Posted

You need to change PKTMUX to interrupt 90. It is at 80 in the screenshot.

Make sure you run PKTDRV before you run DHCP.

You need to run PKTDRV before you run any program that needs the packet driver.

Posted

Have you tried?

The PKGMUX.DOC (which is really just a txt file) says,

Quote

This document describes PKTMUX which is a program that provides a
      multiplexing interface to a Packet Driver. It thus allows several
      IP protocol stacks to be run in parallel either under DOS or a
      control program such as Windows 3 or DESQview.

This files is included with PKGMUX. There is lots of good information in there.

 

It is easier to use Trumpet. But even if you want to use WfW3.11 and the Wolverine TCP/IP stack, you can still get away with it. You just need to use a "packet driver" to "NDIS" shim.

Posted (edited)

I think this will be work. Packet driver to interrupt 80, PKTMUX to interrupt 80 ,pktdrv.exe and dhcp.exe in autoexec.bat

Edited by shelby
Posted (edited)

Here is the complete line of commands in autoexec.bat that works
Screenshot-7.jpg

And it gives this result
Screenshot-8.jpg

when you run pktdrv in windows gives
Screenshot-9.jpg

The trumpet gives

Screenshot-10.jpg

Edited by shelby

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...