home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / zhint594.zip / CONFPORT < prev    next >
Text File  |  1994-05-06  |  4KB  |  72 lines

  1. 5-5-94            Hardware Conflicts & Software Conflicts
  2.  
  3.      In  your  CONFIG.SYS and AUTOEXEC.BAT there are  commands  and  device
  4. drivers  that  load when you boot your computer, If you  get  unpredictable
  5. results,  or  out of memory messages (etc) then you can  re-configure  your
  6. computer.  To test if a device driver or TSR (resident) program is  causing  this,
  7. you can put REM in front of the line in either of the above files. You  use
  8. an ASCII (plain text) editor or your wordprocessor in plain text mode.
  9.  
  10. an EXAMPLE......
  11. REM DEVICE=C:\DOS\ANSI.SYS
  12.  
  13.      This  is  only an EXAMPLE, because ANSI.SYS is always OK  to  have  in
  14. there.   The  most  likely to cause problems are  Windows  (anything),  and
  15. drivers for mice, virus checkers, screen savers, etc.
  16.  
  17.      >>>Another IMPORTANT thing to check is that BUFFERS= and FILES=  are
  18. 35  or  higher.<<<
  19.  
  20.     **Using  the Dos MODE to direct to COM1 (from say LPT1) ALWAYS  locks
  21. Epressfax.  Also  NAV  (Norton Ani-Virus) must be put at the  END  of  your
  22. Config.sys  file. Some other Anti-virus will always stop an  incoming  fax.
  23. Another problem is screen-savers.
  24.  
  25.                              MEMORY
  26.     If  you have Dos-6.x, I suggest running Memmaker before and  after  you
  27. install  the modem/fax software. Memory is not a  straightforward  computer
  28. feature.  Normal  memory,  where  computer  programs  run,  where  the   OS
  29. (operating  system) and (many) device drivers reside, is limited  to  640K.
  30.      You must have EMM386 (EMS) Enabled, as the extra 2meg or 4 meg is used
  31. BY certain programs, which are running in conventional (640K) memory.  They
  32. have  special  features  which  can load large blocks  of  data  into  that
  33. (extended/expanded)  memory.  Then  as the program works on  the  data,  it
  34. switches 'pages' of memory (16K blocks) from that memory into  conventional
  35. memory  while  it works on that section of data. When  that  section  isn't
  36. needed it swaps that back, and gets another peice to work on. This lets you
  37. have  HUGE spreadsheets or databases running yet only have 640K to run  the
  38. program(s). It's especially true using Windows!
  39.      The more programs (& TSRs and device drivers) you load, the less  room
  40. there  is in conventional memory to operate. Somewhere along the  line  the
  41. system  will lock or crash if you keep adding programs into 640K. A  loaded
  42. program even not running takes memory. So close each (Windows) program when
  43. you are done using it.
  44.  
  45. **********************************************************************
  46.  
  47.      If  you  have an internal modem, it must be set for COM4  90%  of  the
  48. time.  Most  computers  have serial port 1 and  2  already  built-into  the
  49. computer.  A  serial port is just a built-in comport. So you cannot  set  a
  50. modem to be the same comport (1 or 2). Try com4 then com3, see your  manual
  51. for jumper settings.
  52.  
  53.      There seem to be some video cards using the COM4 address, which causes
  54. the modem to fail on COM4. In that case try COM3 with IRQ 5 or 2 (see  your
  55. manual to set the jumpers on the Modem). *>> Don't forget the software must
  56. also be told when you change IRQs. <<*
  57.  
  58.      Sometimes one internal modem/or model of modem will work in spite of a
  59. conflict, when set for COM1 or COM2 when there is a serial port. Always try
  60. COM3 and COM4 (and IRQ settings) before deciding the modem is bad.
  61.  
  62.      A  slot in your computer is NOT, has NOTHING to do with  the  COMport!
  63. The  COMport is what YOU set ON the modem, via jumpers. Some older XT  type
  64. computers  (and an 'odd' new one) won't allow you to 'skip' a port. ie;  if
  65. you have 1 and 2 the next MUST be com3, not com4. Then you'd use com3/irq5.
  66.  
  67.      An  external modem cannot be set! It uses the address of  the  comport
  68. into which it is plugged via the modem cable.
  69.  
  70.                                    Don Hinds - Zoom Tech
  71.  
  72.