home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / tcpip / ibmpc / 4532 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.9 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!sdd.hp.com!caen!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Kermit TCP/IP help
  5. Message-ID: <1992Jul30.204754.57712@cc.usu.edu>
  6. Date: 30 Jul 92 20:47:54 MDT
  7. References: <1992Jul31.002304.7024@organpipe.uug.arizona.edu>
  8. Organization: Utah State University
  9. Lines: 36
  10.  
  11. In article <1992Jul31.002304.7024@organpipe.uug.arizona.edu>, kkc@con.nursing.arizona.edu (K.K.Chua) writes:
  12. > When I tried to use the kermit built-in tcp/ip support on a Zenith Z-316/sx,
  13. > I had the following error:
  14. >     
  15. >     ERROR releasing Packet Driver for ARP
  16. >     ERROR releasing Packet Driver for IP
  17. >     ERROR releasing Packet Driver for ARP
  18. > I am using a 3Com503 ethernet adapter.
  19. > I never have this problem when I used other brands of P.C.
  20. > Can any kind soul out there please help?
  21. > Thanks in advance,
  22. > Kee
  23. > College of Nursing
  24. > Univ. of Arizona
  25. -------------
  26.     The messages are meant to be literal, in this case meaning that
  27. Kermit could not disengage from the Packet Driver for each of the three
  28. kinds of packets it has registered for. The cause of that is very likely
  29. you loaded another piece of software which clobbered the Packet Driver and/or
  30. board, say a Novell NetWare shell IPX generated for the board rather than for 
  31. a Packet Driver. Another possibility is the 3C503 board was clobbered my 
  32. memory management software. 
  33.     In any case, the messages indicate the machine is in an unstable
  34. state and should be rebooted. Afterward check the configuration carefully
  35. for interference with the board or with the Packet Driver interrupt and
  36. so on. There are so many ways of configuring machines that each case 
  37. requires some study when matters fail. If you can, see if another person
  38. nearby who knows about PCs can help go through the machine with you. It's
  39. probably just some small mistake which is easy to overlook.
  40.     Joe D.
  41.