home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.protocols.tcp-ip:5066 comp.protocols.nfs:2706
- Newsgroups: comp.protocols.tcp-ip,comp.protocols.nfs
- Path: sparky!uunet!ukma!netsys!decwrl!concert!uvaarpa!murdoch!usenet
- From: bryan@sphinx.phys.Virginia.EDU (bryan wright)
- Subject: Problems with PC-NFS and pktd.sys
- Message-ID: <1992Nov5.210759.25111@murdoch.acc.Virginia.EDU>
- Keywords: PC-NFS pktd packet-drivers
- Sender: usenet@murdoch.acc.Virginia.EDU
- Organization: University of Virginia Physics Department
- Date: Thu, 5 Nov 1992 21:07:59 GMT
- Lines: 46
-
- Hi folks,
- I've just installed PC-NFS version 4.0. Everything works fine
- if I use the WD8003E.SYS driver, but when I try to substitute PKTD.SYS
- and the WD8003E.COM packet driver, NFS refuses to start. I get the
- message:
-
- NFS000F : PC-NFS is disabled. (Can't start network. Check configuration.)
-
- I think WD8003E.COM is OK, since NCSA telnet has no problems talking to
- the outside world.
-
- I've created a minimal CONFIG.SYS and AUTOEXEC.BAT for test purposes.
- These files are appended below. Am I doing something stupid?
-
- Thanks in advance,
- Bryan
-
- CONFIG.SYS =================================================================
-
- BREAK=ON
- BUFFERS=30,8
- FCBS=30,10
- FILES=40
- STACKS=0,0
- DEVICE=C:\DOS50\ANSI.SYS /X
- DEVICE=C:\UTIL\MOUSE\MOUSE.SYS
- INSTALL=C:\NET\DRIVERS\WD8003E.COM -W 0X60 5 0X280 0XD000
- DEVICE=C:\NFS\PCNFS.SYS
- DEVICE=C:\NFS\SOCKDRV.SYS
- rem DEVICE=C:\NFS\WD8003E.SYS /I5
- DEVICE=C:\NFS\PKTD.SYS
- SHELL=C:\COMMAND.COM /P /E:1024
- LASTDRIVE=V
-
- AUTOEXEC.BAT ================================================================
-
- @ECHO OFF
- PATH C:\;C:\DOS50;C:\BATCH
- DOSKEY/INSERT
- PROMPT $P$G
- SET TEMP=C:\DOS50\TEMP
-
- =============================================================================
-
-
-
-