meggers@mothra.nts.uci.edu (Mark Eggers) (01/16/91)
I am trying to get an NDIS driver set up to work with both Banyan and CUTCP, which uses the packet driver. I have picked up numerous files from vax.ftp.com, but I am a bit unclear as to how this is all set up. I thought what I needed was the WD8003X.DOS driver, the DIS_PKT.DOS driver, and an appropriate protocol.ini. Since I don't have Banyan running on my particular PC, I thought that I would try to run this combination without loading any PC networking software. However, CUTCP could not find the packet driver after the following was run: config.sys device = macwd.dos device = dis_pkt.dos protocol.ini ; This is a sample protocol.ini file for the Madge DLC/Netbeui stack ; place your MAC here! [WD8003XMAC] drivername = MACWD$ irq = 3 ramaddress = 0xd000 iobase = 0x240 receivebufsize = 1024 [PKTDRV] drivername = PKTDRV bindings = WD8003XMAC INTVEC = 0X61 Could some kind person tell me how to set this up? Thanks - /mde/