home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK6 / OS_16 / BMWAVE.ZIP / README.DOC < prev    next >
Text File  |  1994-01-24  |  8KB  |  218 lines

  1.  OS2 2.0 DSPMGR WINDSURFER Installation disk (Release 2)
  2.  +----------------------------------------------------------------
  3.  | INSTALLATION NOTES:
  4.  +----------------------------------------------------------------
  5.  | The files are in packed format on the diskette. The Mwave
  6.  | Manager is installed using the SETUP.EXE program on the install
  7.  | diskette.  It may be installed on any hard disk.  The examples
  8.  | shown below assume the C: drive.  OS/2 2.0 must be installed.
  9.  +----------------------------------------------------------------
  10.  | For First-time installs:
  11.  |
  12.  |   a) Run SETUP.EXE from A: disk to put files in subdirectories.
  13.  |      This will also create the needed directories.
  14.  |   b) Review changes to CONFIG.SYS as described below.
  15.  |   c) Shutdown and reboot OS/2 to reinstall device drivers.
  16.  |
  17.  +----------------------------------------------------------------
  18.  | For Version Upgrades:
  19.  |
  20.  | Be sure you kill any copy of the Mwave Manager that is executing
  21.  | before you start to install a new release
  22.  |
  23.  | If upgrading to a new level of DSP Manager one of the following
  24.  | procedures may be followed:
  25.  |
  26.  | 1.a) Kill the MWAVEDM process to enable the install to replace
  27.  |      the file MWAVEDM.EXE.
  28.  |   b) Run SETUP.EXE from A: disk to put files in subdirectories.
  29.  |   c) Shutdown and reboot OS/2 to reinstall device drivers.
  30.  |
  31.  |      - OR -
  32.  |
  33.  | 2 a) Comment out the RUN=C:\MWAVEOS2\BIN\MWAVEDM.EXE statement
  34.  |      in CONFIG.SYS and reboot machine.
  35.  |   b) Run SETUP.EXE from A: disk to put files in subdirectories.
  36.  |   c) Restore the RUN=C:\MWAVEOS2\BIN\MWAVEDM.EXE statement
  37.  |      in CONFIG.SYS and reboot machine.
  38.  |
  39.  +----------------------------------------------------------------
  40.  | NOTE: Always review changes to CONFIG.SYS listed below.
  41.  +----------------------------------------------------------------
  42.  
  43.  CONFIG.SYS additions (Assumes Mwave Manager installed on C:):
  44.  -------------------------------------------------------------
  45.  
  46.    Note: The installation software will make similar changes to the
  47.          below example.
  48.  
  49.          The user should not have to make any further changes.
  50.  
  51.          Updates to config.sys will differ based on PC Bus type,
  52.          PC configuration and the type of installed Mwave hardware.
  53.  
  54.   SET MWROOT=C:\MWAVEOS2           ───────── Root directory for Mwave Manager
  55.  
  56.   SET MWPATH=C:\MWAVEOS2\FAXTAM\DSP;C:\MWAVEOS2\MEIO\DSP;..
  57.            ..C:\MWAVEOS2\MEIO\BIN;C:\MWAVEOS2\MWBIOS\DSP;..
  58.            ..C:\MWAVEOS2\MWOS\DSP;C:\MWAVEOS2\DSP───── Environ for .DSP files
  59.  
  60.   SET MWOSNAME=MWAVOSS.DSP         ───────── Current level of Mwave/OS
  61.   SET MWBIOS=BIOSFOS2.DSP          ───────── Current level of Mwave DSP BIOS
  62.  
  63.  
  64.                     ┌───────── COPY DLL's INTO THIS SUBDIR
  65.                     │
  66.                     
  67.    Add C:\MWAVEOS2\BIN to LIBPATH
  68.  
  69.    DEVICE  = C:\MWAVEOS2\BIN\MWAVEDD.SYS
  70.  
  71. MCA BUS Machines
  72. -----------------
  73.    DEVICE=C:\MWAVEOS2\BIN\MWBIOSDD.SYS BUS=nnnnn
  74.  
  75.       BUS=nnnnn is the maximum number of PC bus cycles allocated for use by
  76.       the Mwave Manager. A typical value for a MCA bus machine is BUS=2000000
  77.       and an ISA machine is BUS=400000.
  78.       If omitted, the value defaults to (2^32)-1 cycles.
  79.  
  80. ISA BUS Machines
  81. -----------------
  82.  
  83.  DEVICE=C:\MWAVEOS2\BIN\MWBIOSDD.SYS ID=cc IO=xxxx slot=n COM=n DMA=n IRQ=n BUS=n
  84.  
  85.   ┌────────────────────────────────────────────────────────────────────────┐
  86.   │ The parameters MUST be typed in in the order shown.  There MUST NOT be │
  87.   │ any extra white space added around the equal sign of each parameter.   │
  88.   └────────────────────────────────────────────────────────────────────────┘
  89.  
  90.    Substitute actual values for 'cc', 'xxxx', etc as defined below.
  91.  
  92.    'cc' is the ID of the type of Mwave card. Choose one
  93.    from the table below.
  94.               ┌─────────────┬────────┐
  95.               │   card      │  'cc'  │
  96.               ╞═════════════╪════════╡
  97.               │ WindSurfer  │   WS   │
  98.               └─────────────┴────────┘
  99.  
  100.       IO=xxxx is the 4 hex character card IO address
  101.  
  102.       SLOT=n is the PC card slot of your Mwave card.
  103.  
  104.       COM=n is the Com Port. If your Mwave card doesn't
  105.             have a COM port set COM=0.
  106.  
  107.       DMA=n is the DMA Channel
  108.  
  109.       IRQ=n is the IRQ interrupt number
  110.  
  111.       BUS=nnnnn is the maximum number of PC bus cycles allocated for use by
  112.       the Mwave Manager. A typical value for an ISA bus machine is BUS=400000.
  113.       If ommitted the value defaults to (2^32)-1 cycles.
  114.  
  115.       If your Mwave configuration is a WindSurfer card with I/O address CE30,
  116.       Mwave card in slot 4, using ComPort 2, DMA channel 7, IRQ 15, with
  117.       bus capacity allocation of 400000 then your CONFIG.SYS line should
  118.       appear as shown below.
  119.  
  120. DEVICE=C:\MWAVEOS2\BIN\MWBIOSDD.SYS ID=WS IO=CE30 SLOT=4 COM=2 DMA=7 IRQ=15 BUS=400000
  121.  
  122.  
  123. MWAVEMGR Daemon:
  124. -------------
  125.    The MWAVEMGR daemon can be started in CONFIG.SYS, STARTUP.CMD or from
  126.    the OS/2 desktop.  It runs in its own OS/2 session.  To start it from
  127.    CONFIG.SYS the following line "MUST BE ADDED AFTER" the device drivers
  128.    are installed:
  129.  
  130.    RUN  = C:\MWAVEOS2\BIN\MWAVEDM.EXE    ─────── TO AUTOMATICALLY START MGR
  131.  
  132.    To start it from STARTUP.CMD add the line:
  133.  
  134.    START C:\MWAVEOS2\BIN\MWAVEDM.EXE
  135.  
  136.  
  137. DIRECTORY STRUCTURE:
  138. --------------------
  139.  
  140.   Note: INSTALL will create the tree shown below:
  141.  
  142.      \MWAVEOS2         ────  Root directory
  143.      \MWAVEOS2\INCLUDE ────  for MWAVE.H and MWAVEAPI.H
  144.      \MWAVEOS2\LIB     ────  for the library files
  145.      \MWAVEOS2\BIN     ────  for Device Drivers  (*.SYS, *.EXE, *.INI *.DLL)
  146.      \MWAVEOS2\HELP    ────  for the help files (*.HLP, *.INF)
  147.      \MWAVEOS2\DSP     ────  for DSP files  (*.DSP files)
  148.      \MWAVEOS2\MWAVEOS ────  for DSP files  (Mwave OS and BIOS *.DSP files)
  149.  
  150.  
  151. ******************************************************************************
  152.  
  153.  FP INSTALL DISK CONTENTS:
  154.  -------------------------
  155.  
  156.    Documentation:
  157.    --------------
  158.  
  159.      README.DOC    -  Self Explanatory. (This file)
  160.      MGR_READ.DOC  -  Lists fixes to each version of the Mwave Manager
  161.      MWAVEAPI.INF  -  Online API documentation. Use OS/2 VIEW.EXE command.
  162.      READFG3.DOC   -  Additional read me file for MCA and ISA bus users.
  163.  
  164.    System files:
  165.    -------------
  166.  
  167.      MWAVEDM.EXE   -  DSP Manager executable
  168.      MWAVEAPI.DLL  -  DSP Manager API .DLL
  169.      MWAVEDD.SYS   -  DSP Manager Device Driver
  170.      MWBIOSDD.SYS  -  DSP Manager Device Driver
  171.  
  172.      MWAVOSS.DSP   -  MWAVEOS Tasks for Windsurfer/Surfboard
  173.      MWBI0200.DSP  -  BIOS  Tasks for Windsurfer/Surfboard
  174.  
  175.      GPC2PC.DSP    -  Word Data Movers for all board versions
  176.      PC2GPC.DSP    -  Word Data Movers for all board versions
  177.  
  178.      LGPC2PC.DSP   -  Lite Word Data Movers for all board versions
  179.      LPC2GPC.DSP   -  Lite Word Data Movers for all board versions
  180.  
  181.      BGPC2PC.DSP   -  Byte Data Movers for all board versions
  182.      BPC2GPC.DSP   -  Byte Data Movers for all board versions
  183.  
  184.      LBGPC2PC.DSP  -  Lite Byte Data Movers for all board versions
  185.      LBPC2GPC.DSP  -  Lite Byte Data Movers for all board versions
  186.  
  187.  
  188.    Mwave Mgr Toolkit files:
  189.    ------------------------
  190.  
  191.      MWAVEAPI.LIB  -  Mwave Mgr DLL Library
  192.      MWAVEAPI.H    -  Mwave Mgr DLL API Function prototypes
  193.      MWAVE.H       -  Mwave Mgr DLL Header file
  194.  
  195.      MONITOR.EXE   -  Mwave Manager Monitor - Capture and Reporting Program
  196.  
  197.  
  198.    MEIO system files:
  199.    ------------------
  200.  
  201.      MEIO_API.DLL  -  MEIO API DLL
  202.  
  203.      MEIOSOS2.SYS  -  MEIO Windsurfer/Surfboard Driver
  204.      MEIOSURF.DSP  -  MEIO Windsurfer/Surfboard .DSP file
  205.  
  206.  
  207.    MEIO Toolkit files:
  208.    -------------------
  209.  
  210.      MEIO_API.H    -  MEIO API Function prototypes
  211.      MHANDLES.H    -  MEIO Handle prototypes
  212.      MEIO_IDC.LIB  -  MEIO IDC .LIB
  213.      MEIO_API.LIB  -  MEIO API .LIB
  214.      TESTAPI2.EXE  -  MEIO Test Applet
  215.  
  216.  
  217.  
  218.