home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / pcm222.zip / HINTS.TXT < prev    next >
Text File  |  1994-02-22  |  4KB  |  106 lines

  1. PCMPLUS Version 2.2x Helpful hints     10 December 1993
  2.  
  3.  
  4. 1. Insert the original PCMCIA into the A> or B> drive and type
  5.  
  6.        A>INSTALL       [Enter]
  7.  
  8. We recommend that you choose the \PCMPLUS directory and the [Q]uick
  9. installation procedure.
  10.  
  11. 2. Install makes modifications to your CONFIG.SYS file.  Listed below
  12. are the minimum CONFIG.SYS fragments for the most popular systems and
  13. most common PCMCIA cards.
  14.  
  15. NOTE: Although the PCMPlus installation does not put any of the
  16. driver's parameters, we recommend that you add them manually.  The
  17. /ADDR=xx lines are examples only; see step 3 below.
  18.  
  19. ------------------
  20. FAX OR MODEM CARDS
  21. ------------------
  22.  
  23.        DEVICE=C:\PCMPLUS\PCMSS.EXE
  24.        DEVICE=C:\PCMPLUS\PCMCS.EXE /ADDR=C8 /POLL
  25.        REM DEVICE=C:\PCMPLUS\PCMRMAN.EXE
  26.        DEVICE=C:\PCMPLUS\PCMSCD.EXE
  27.  
  28. Note: The /ADDR=xx parameter may vary on your system.
  29.       The /POLL command is shown as it gives the most reliable results
  30.        on most systems.
  31.  
  32. --------------------------------------------
  33. ATA CARDS (ROTATING MEDIA AND SUNDISK CARDS)
  34. --------------------------------------------
  35.  
  36.        DEVICE=C:\PCMPLUS\PCMSS.EXE
  37.        DEVICE=C:\PCMPLUS\PCMCS.EXE /ADDR=CE /POLL
  38.        REM DEVICE=C:\PCMPLUS\PCMRMAN.EXE
  39.        DEVICE=C:\PCMPLUS\PCMATA.EXE /SRAM /0/1 /ADDR=D0
  40.  
  41. Note: The /ADDR=xx parameters may vary on your system.
  42.       The /POLL command is shown as it gives the most reliable results
  43.        on most systems.
  44.  
  45. -----------------------
  46. FAX/MODEM AND ATA CARDS
  47. -----------------------
  48.  
  49.        DEVICE=C:\PCMPLUS\PCMSS.EXE
  50.        DEVICE=C:\PCMPLUS\PCMCS.EXE /ADDR=C8 /POLL
  51.        REM DEVICE=C:\PCMPLUS\PCMRMAN.EXE
  52.        DEVICE=C:\PCMPLUS\PCMSCD.EXE
  53.        DEVICE=C:\PCMPLUS\PCMATA.EXE /SRAM /0/1 /ADDR=D0
  54.  
  55. Note: The /ADDR=xx parameters may vary on your system.
  56.       The /POLL command is shown as it gives the most reliable results
  57.        on most systems.
  58.  
  59. ------------------------
  60. INTEL OR AMD FLASH CARDS
  61. ------------------------
  62.  
  63.        DEVICE=C:\PCMPLUS\PCMSS.EXE
  64.        DEVICE=C:\PCMPLUS\PCMCS.EXE /ADDR=C8 /POLL
  65.        REM DEVICE=C:\PCMPLUS\PCMRMAN.EXE
  66.        DEVICE=C:\PCMPLUS\PCMFFCS.EXE /BASE=D0 /SIZE=32
  67.        DEVICE=C:\DOS\MS-FLASH.SYS
  68.  
  69. Note: The /ADDR=xx and /BASE=yy parameters may vary on your system.
  70.       The /POLL command is shown as it gives the most reliable results
  71.        on most systems.
  72.       The driver MS-FLASH.SYS is available directly from Microsoft.
  73.  
  74.  
  75. 3. Available upper memory (the addresses between C800H and DFFFH) are
  76. crucial to succfully using PCMPlus.  The addresses shown in the examples
  77. above have the following characteristics:
  78.  
  79.        a. Your system has no RAM at these addresses.
  80.        b. Your system has no ROM at these addresses.
  81.        c. EMM386 excludes these upper memory addresses.  For testing
  82.           we recommend you to REMark the line EMM386.SYS in CONFIG.SYS.
  83.           Or, excluded enough memory using the X= parameter, for example:
  84.  
  85.              DEVICE=C:\DOS\EMM386.EXE /X=C800-DFFF
  86.  
  87.        d. You have run a utility, such as Microsoft Diagnostics MSD.EXE,
  88.        which shows the memory requested with /ADDR= and /BASE= is
  89.        "available."  In other words, no RAM, no ROM and no EMM386.
  90.  
  91. 4. The following table shows which drivers are required for which
  92. type of card:
  93.  
  94.  
  95.           [Paste page 6 of 2.21 documentation]
  96.  
  97.  
  98.  
  99.  
  100. 4. The following table shows how much upper memory is required for
  101. each driver:
  102.  
  103.  
  104.           [Paste page 74 of 2.21 documentation]
  105.  
  106.