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