home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / misc / 2717 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.8 KB  |  42 lines

  1. Newsgroups: comp.os.ms-windows.misc
  2. Path: sparky!uunet!microme!mikeh
  3. From: mikeh@microme.uucp (Michael L. Hasenfratz)
  4. Subject: Re: HELP: packet driver bombs windows 3.1
  5. Message-ID: <1992Sep3.172619.19837@microme.uucp>
  6. Organization: Micro Memory Inc., Chatsworth, Ca.
  7. References: <2SEP199209034434@zeus.tamu.edu>
  8. Date: Thu, 3 Sep 92 17:26:19 GMT
  9. Lines: 31
  10.  
  11. In article <2SEP199209034434@zeus.tamu.edu> sam4628@zeus.tamu.edu writes:
  12. >Hi,
  13. >   I'm trying to use NCSA telnet and QVTnet on my system.  The problem is
  14. >that if the packet driver is installed, windows locks up on the logo screen.
  15. >Since QVTnet is a windows program, this is somewhat inconvenient.  I've
  16. >tried two different drivers with the same results, and the problem also
  17. >seems to occur for Win 3.0. I'm using the 8003 packet driver, int 0x0A,
  18. >mem base address 0xb000, int vector 0x300.  Any help would be appreciated!
  19. >
  20. >------------------------------------------------------------------------
  21. >| Steven A. McCluney                 |"Strange women lying in ponds    |
  22. >| sam4628@zeus.tamu.edu              | distributing swords is no basis |
  23. >| I'm a grad student, so my opinions | for a system of government!"    |
  24. >|    are worthless anyway            |          Dennis, to King Arthur |
  25. >------------------------------------------------------------------------
  26.  
  27.     I would would check if INT Vector 0x300 is valid. I thought they
  28. stopped at 0xFF. My packet driver is normally loaded with settings:
  29.  
  30.     Base addr. = 0xce00 (I exclude ce00-cfff in the config.sys also)
  31.     Int 0x3 or 0x5 (8 bit card in my system)
  32.     Int 0x7e (as the software interrupt)
  33.  
  34.     If your system is anything other than a HERC style card, I think the
  35. 0xb000 address will trash your display.
  36.  
  37.     I hope this helps.
  38.  
  39. Mike Hasenfratz - WA6FXT * mikeh@uMEM.COM or uunet!microme!mikeh
  40. Micro Memory Inc.
  41. Chatsworth, Ca. 91311
  42.