home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / tcpip / 5066 < prev    next >
Encoding:
Internet Message Format  |  1992-11-06  |  1.7 KB

  1. Xref: sparky comp.protocols.tcp-ip:5066 comp.protocols.nfs:2706
  2. Newsgroups: comp.protocols.tcp-ip,comp.protocols.nfs
  3. Path: sparky!uunet!ukma!netsys!decwrl!concert!uvaarpa!murdoch!usenet
  4. From: bryan@sphinx.phys.Virginia.EDU (bryan wright)
  5. Subject: Problems with PC-NFS and pktd.sys
  6. Message-ID: <1992Nov5.210759.25111@murdoch.acc.Virginia.EDU>
  7. Keywords: PC-NFS pktd packet-drivers
  8. Sender: usenet@murdoch.acc.Virginia.EDU
  9. Organization: University of Virginia Physics Department
  10. Date: Thu, 5 Nov 1992 21:07:59 GMT
  11. Lines: 46
  12.  
  13. Hi folks,
  14.     I've just installed PC-NFS version 4.0.  Everything works fine
  15. if I use the WD8003E.SYS driver, but when I try to substitute PKTD.SYS
  16. and the WD8003E.COM packet driver, NFS refuses to start.   I get the
  17. message:
  18.  
  19.   NFS000F : PC-NFS is disabled. (Can't start network. Check configuration.)    
  20.  
  21. I think WD8003E.COM is OK, since NCSA telnet has no problems talking to
  22. the outside world.
  23.  
  24.     I've created a minimal CONFIG.SYS and AUTOEXEC.BAT for test purposes.
  25. These files are appended below.  Am I doing something stupid?
  26.  
  27.                 Thanks in advance,
  28.                 Bryan
  29.  
  30. CONFIG.SYS =================================================================
  31.  
  32. BREAK=ON
  33. BUFFERS=30,8
  34. FCBS=30,10
  35. FILES=40
  36. STACKS=0,0
  37. DEVICE=C:\DOS50\ANSI.SYS /X
  38. DEVICE=C:\UTIL\MOUSE\MOUSE.SYS
  39. INSTALL=C:\NET\DRIVERS\WD8003E.COM -W 0X60 5 0X280 0XD000
  40. DEVICE=C:\NFS\PCNFS.SYS
  41. DEVICE=C:\NFS\SOCKDRV.SYS
  42. rem DEVICE=C:\NFS\WD8003E.SYS /I5
  43. DEVICE=C:\NFS\PKTD.SYS 
  44. SHELL=C:\COMMAND.COM /P /E:1024
  45. LASTDRIVE=V
  46.  
  47. AUTOEXEC.BAT ================================================================
  48.  
  49. @ECHO OFF
  50. PATH C:\;C:\DOS50;C:\BATCH
  51. DOSKEY/INSERT
  52. PROMPT $P$G
  53. SET TEMP=C:\DOS50\TEMP
  54.  
  55. =============================================================================
  56.  
  57.  
  58.  
  59.