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 >
Wrap
Text File
|
1994-01-24
|
8KB
|
218 lines
OS2 2.0 DSPMGR WINDSURFER Installation disk (Release 2)
+----------------------------------------------------------------
| INSTALLATION NOTES:
+----------------------------------------------------------------
| The files are in packed format on the diskette. The Mwave
| Manager is installed using the SETUP.EXE program on the install
| diskette. It may be installed on any hard disk. The examples
| shown below assume the C: drive. OS/2 2.0 must be installed.
+----------------------------------------------------------------
| For First-time installs:
|
| a) Run SETUP.EXE from A: disk to put files in subdirectories.
| This will also create the needed directories.
| b) Review changes to CONFIG.SYS as described below.
| c) Shutdown and reboot OS/2 to reinstall device drivers.
|
+----------------------------------------------------------------
| For Version Upgrades:
|
| Be sure you kill any copy of the Mwave Manager that is executing
| before you start to install a new release
|
| If upgrading to a new level of DSP Manager one of the following
| procedures may be followed:
|
| 1.a) Kill the MWAVEDM process to enable the install to replace
| the file MWAVEDM.EXE.
| b) Run SETUP.EXE from A: disk to put files in subdirectories.
| c) Shutdown and reboot OS/2 to reinstall device drivers.
|
| - OR -
|
| 2 a) Comment out the RUN=C:\MWAVEOS2\BIN\MWAVEDM.EXE statement
| in CONFIG.SYS and reboot machine.
| b) Run SETUP.EXE from A: disk to put files in subdirectories.
| c) Restore the RUN=C:\MWAVEOS2\BIN\MWAVEDM.EXE statement
| in CONFIG.SYS and reboot machine.
|
+----------------------------------------------------------------
| NOTE: Always review changes to CONFIG.SYS listed below.
+----------------------------------------------------------------
CONFIG.SYS additions (Assumes Mwave Manager installed on C:):
-------------------------------------------------------------
Note: The installation software will make similar changes to the
below example.
The user should not have to make any further changes.
Updates to config.sys will differ based on PC Bus type,
PC configuration and the type of installed Mwave hardware.
SET MWROOT=C:\MWAVEOS2 ───────── Root directory for Mwave Manager
SET MWPATH=C:\MWAVEOS2\FAXTAM\DSP;C:\MWAVEOS2\MEIO\DSP;..
..C:\MWAVEOS2\MEIO\BIN;C:\MWAVEOS2\MWBIOS\DSP;..
..C:\MWAVEOS2\MWOS\DSP;C:\MWAVEOS2\DSP───── Environ for .DSP files
SET MWOSNAME=MWAVOSS.DSP ───────── Current level of Mwave/OS
SET MWBIOS=BIOSFOS2.DSP ───────── Current level of Mwave DSP BIOS
┌───────── COPY DLL's INTO THIS SUBDIR
│
Add C:\MWAVEOS2\BIN to LIBPATH
DEVICE = C:\MWAVEOS2\BIN\MWAVEDD.SYS
MCA BUS Machines
-----------------
DEVICE=C:\MWAVEOS2\BIN\MWBIOSDD.SYS BUS=nnnnn
BUS=nnnnn is the maximum number of PC bus cycles allocated for use by
the Mwave Manager. A typical value for a MCA bus machine is BUS=2000000
and an ISA machine is BUS=400000.
If omitted, the value defaults to (2^32)-1 cycles.
ISA BUS Machines
-----------------
DEVICE=C:\MWAVEOS2\BIN\MWBIOSDD.SYS ID=cc IO=xxxx slot=n COM=n DMA=n IRQ=n BUS=n
┌────────────────────────────────────────────────────────────────────────┐
│ The parameters MUST be typed in in the order shown. There MUST NOT be │
│ any extra white space added around the equal sign of each parameter. │
└────────────────────────────────────────────────────────────────────────┘
Substitute actual values for 'cc', 'xxxx', etc as defined below.
'cc' is the ID of the type of Mwave card. Choose one
from the table below.
┌─────────────┬────────┐
│ card │ 'cc' │
╞═════════════╪════════╡
│ WindSurfer │ WS │
└─────────────┴────────┘
IO=xxxx is the 4 hex character card IO address
SLOT=n is the PC card slot of your Mwave card.
COM=n is the Com Port. If your Mwave card doesn't
have a COM port set COM=0.
DMA=n is the DMA Channel
IRQ=n is the IRQ interrupt number
BUS=nnnnn is the maximum number of PC bus cycles allocated for use by
the Mwave Manager. A typical value for an ISA bus machine is BUS=400000.
If ommitted the value defaults to (2^32)-1 cycles.
If your Mwave configuration is a WindSurfer card with I/O address CE30,
Mwave card in slot 4, using ComPort 2, DMA channel 7, IRQ 15, with
bus capacity allocation of 400000 then your CONFIG.SYS line should
appear as shown below.
DEVICE=C:\MWAVEOS2\BIN\MWBIOSDD.SYS ID=WS IO=CE30 SLOT=4 COM=2 DMA=7 IRQ=15 BUS=400000
MWAVEMGR Daemon:
-------------
The MWAVEMGR daemon can be started in CONFIG.SYS, STARTUP.CMD or from
the OS/2 desktop. It runs in its own OS/2 session. To start it from
CONFIG.SYS the following line "MUST BE ADDED AFTER" the device drivers
are installed:
RUN = C:\MWAVEOS2\BIN\MWAVEDM.EXE ─────── TO AUTOMATICALLY START MGR
To start it from STARTUP.CMD add the line:
START C:\MWAVEOS2\BIN\MWAVEDM.EXE
DIRECTORY STRUCTURE:
--------------------
Note: INSTALL will create the tree shown below:
\MWAVEOS2 ──── Root directory
\MWAVEOS2\INCLUDE ──── for MWAVE.H and MWAVEAPI.H
\MWAVEOS2\LIB ──── for the library files
\MWAVEOS2\BIN ──── for Device Drivers (*.SYS, *.EXE, *.INI *.DLL)
\MWAVEOS2\HELP ──── for the help files (*.HLP, *.INF)
\MWAVEOS2\DSP ──── for DSP files (*.DSP files)
\MWAVEOS2\MWAVEOS ──── for DSP files (Mwave OS and BIOS *.DSP files)
******************************************************************************
FP INSTALL DISK CONTENTS:
-------------------------
Documentation:
--------------
README.DOC - Self Explanatory. (This file)
MGR_READ.DOC - Lists fixes to each version of the Mwave Manager
MWAVEAPI.INF - Online API documentation. Use OS/2 VIEW.EXE command.
READFG3.DOC - Additional read me file for MCA and ISA bus users.
System files:
-------------
MWAVEDM.EXE - DSP Manager executable
MWAVEAPI.DLL - DSP Manager API .DLL
MWAVEDD.SYS - DSP Manager Device Driver
MWBIOSDD.SYS - DSP Manager Device Driver
MWAVOSS.DSP - MWAVEOS Tasks for Windsurfer/Surfboard
MWBI0200.DSP - BIOS Tasks for Windsurfer/Surfboard
GPC2PC.DSP - Word Data Movers for all board versions
PC2GPC.DSP - Word Data Movers for all board versions
LGPC2PC.DSP - Lite Word Data Movers for all board versions
LPC2GPC.DSP - Lite Word Data Movers for all board versions
BGPC2PC.DSP - Byte Data Movers for all board versions
BPC2GPC.DSP - Byte Data Movers for all board versions
LBGPC2PC.DSP - Lite Byte Data Movers for all board versions
LBPC2GPC.DSP - Lite Byte Data Movers for all board versions
Mwave Mgr Toolkit files:
------------------------
MWAVEAPI.LIB - Mwave Mgr DLL Library
MWAVEAPI.H - Mwave Mgr DLL API Function prototypes
MWAVE.H - Mwave Mgr DLL Header file
MONITOR.EXE - Mwave Manager Monitor - Capture and Reporting Program
MEIO system files:
------------------
MEIO_API.DLL - MEIO API DLL
MEIOSOS2.SYS - MEIO Windsurfer/Surfboard Driver
MEIOSURF.DSP - MEIO Windsurfer/Surfboard .DSP file
MEIO Toolkit files:
-------------------
MEIO_API.H - MEIO API Function prototypes
MHANDLES.H - MEIO Handle prototypes
MEIO_IDC.LIB - MEIO IDC .LIB
MEIO_API.LIB - MEIO API .LIB
TESTAPI2.EXE - MEIO Test Applet