home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / astec_93.zip / 0802.TB < prev    next >
Text File  |  1993-01-26  |  2KB  |  44 lines

  1. =============================================================================
  2.  
  3. AST RESEARCH, INC.         TECHNICAL BULLETIN #0802                 01-04-93
  4.  
  5. =============================================================================
  6.  
  7.  
  8.                   POWER EXEC MODEM SOFTWARE AND EMM386.EXE
  9.  
  10.  
  11. PROBLEM:       Communication software used for modems may experience problems
  12.                on the Power Exec if EMM386.EXE is used along with the Card
  13.                Configuration Utility (CCU.EXE) program, part number
  14.                910717-031 release 1.0.  This currently occurs with all
  15.                versions  of EMM386.
  16.  
  17. CAUSE:         Both the EMM386 program and the CCU program load into memory
  18.                at the same D000h memory location.  CCU.EXE takes two 16KB
  19.                memory windows; one at DC00h for PCMCIA common memory and one
  20.                at D800h for attribute memory.  Also CCU will establish a
  21.                memory window at D000-D400h for network adapters which is
  22.                documented in the Power Exec User's Guide, part number
  23.                001492-001.
  24.  
  25. SYSTEMS
  26. AFFECTED:      All Power Exec systems.
  27.  
  28. SOLUTION:      Exclude the D000h-DFFFh memory range in EMM386.  This will
  29.                prevent EMM386.EXE from using this memory range and allow the
  30.                CCU program to use the memory range.
  31.  
  32.                For example;
  33.  
  34.                DEVICE=C:\EMM386.EXE X=D000-DFFF
  35.  
  36.                For more information on EMM386 and the exclude switch, please
  37.                consult your MS-DOS manual.  Make sure the appropriate files
  38.                are backed up before modifying this statement.
  39.  
  40. CAUTION:       In no case will AST Research, Inc. be liable for damage to the
  41.                system or loss of data caused by improper or faulty
  42.                installation of this file.
  43.  
  44.