home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmmaria.txt < prev    next >
Text File  |  1997-03-07  |  6KB  |  167 lines

  1. OSMMARIA - INSTALLING THE PROMETHEUS AUDIO DEVICE DRIVER ON AN
  2.            IBM APTIVA SYSTEM WITH OS/2 WARP
  3. 03/06/96
  4.  
  5. =======================================================================
  6.           Installing the Prometheus Audio Device Driver on an
  7.                    IBM Aptiva System with OS/2 Warp
  8. =======================================================================
  9.  
  10. Please Read Entire Document for Full Explanation of Procedure
  11. -------------------------------------------------------------
  12.  
  13. DESCRIPTION
  14.  
  15. Aptiva systems with an Aria Sound Card require the Prometheus Audio 
  16. Device Driver (ARIA16). Without it, there is no sound under OS/2, and 
  17. Windows seamless applications open but disappear and are not in the 
  18. window Task List.
  19.  
  20. RESOLUTION
  21.  
  22. Download the ARIA16.ZIP file from the IBM PCC BBS (919-517-0001),
  23. CompuServe, or Prodigy.
  24.  
  25. Note: Be sure to read the README file before applying the FixPak.
  26.  
  27. You will need a copy of PKUNZIP.EXE or UNZIP.EXE to extract the ZIP 
  28. files.
  29.  
  30.  
  31. Downloading the FixPak Files from the PCC BBS
  32. ---------------------------------------------
  33.  
  34. 1. Dial 919-517-0001. If you cannot make a connection, contact your
  35.    local IBM branch office.
  36.  
  37.    When you connect to the BBS, you are asked for the following
  38.    information:
  39.  
  40.       Name (F):  First Name
  41.       Name (L):  Last Name
  42.       Password:  Create a password
  43.  
  44. 2. Press D on the New User Main Menu and then type the name of the 
  45.    FixPak file (ARIA16.ZIP) to download.
  46.  
  47. 3. Select N,8,1 as the communications protocol.
  48.  
  49. 4. Continue until all required files are on your system.
  50.  
  51. If you are still having problems after reading the README, call OS/2 
  52. Technical Support.
  53.  
  54.  
  55. Prometheus Audio Device Driver (ARIA16) Aptiva Installation
  56. -----------------------------------------------------------
  57.  
  58. This section provides information for installing the ARIA16 Audio 
  59. Device Drivers for OS/2 on an IBM Aptiva.
  60.  
  61.   Setup
  62.   -----
  63.   Installation requires OS/2 Warp Version 3.0 or later. This device
  64.   driver requires the IBM OS/2 Aptiva Update diskette. To obtain the
  65.   diskette, call IBM Support at 1-800-765-4747 (U.S.) or 1-800-565-3344
  66.   (Canada). Select the following options:
  67.  
  68.      1 - Software problem
  69.      1 - Quick-Help Tips
  70.      1 - Frequently asked questions on OS/2 and OS/2 Warp
  71.      1 - Frequently asked questions on OS/2 installation
  72.      2 - OS/2 Warp on the Aptiva
  73.      2 - To record a voice-mail message requesting the Aptiva Update,
  74.          or call 800-772-2227 and request the OS/2 Aptiva Update
  75.          Diskette.
  76.  
  77.   Note: Before beginning this procedure, make sure the Aptiva Update
  78.         diskettes are installed on the system.
  79.  
  80.   1. Edit the CONFIG.SYS file and change:
  81.  
  82.         DEVICE=C:\ARIA\BIN\SOUNDCFG.SYS C:\ARIA\ARIA.CFG 298
  83.         DEVICE=C:\ARIA\BIN\SNDSAVER.SYS /R298
  84.  
  85.      To:
  86.  
  87.         REM DEVICE=C:\ARIA\BIN\SOUNDCFG.SYS C:\ARIA\ARIA.CFG 298
  88.         REM DEVICE=C:\ARIA\BIN\SNDSAVER.SYS /R298
  89.  
  90.   2. Save and exit the file.
  91.  
  92.   3. Open an OS/2 command prompt; then type the following, pressing
  93.      Enter after each:
  94.  
  95.         CD OS2\BOOT
  96.         ATTRIB -R CLOCK01.SYS
  97.         ATTRIB -R CLOCK02.SYS
  98.  
  99.   4. Shut down and then restart the system.
  100.  
  101.   Aptiva ARIA16 Audio Installation for OS/2
  102.   -----------------------------------------
  103.   To install device support:
  104.  
  105.   1. Insert the Aptiva ARIA16 Audio Diskette in drive A.
  106.   2. At the A: prompt, type MINSTALL and press Enter.
  107.   3. Select Aria Audio System 16 and then Install.
  108.   4. Shut down and then restart the system.
  109.  
  110.   The Aptiva ARIA16 Audio Device Driver installation adds the following
  111.   3 statements to your CONFIG.SYS file (x is the drive where MMOS2 is
  112.   installed):
  113.  
  114.      DEVICE=x:\MMOS2\TIMER0.SYS
  115.      DEVICE=x:\MMOS2\ARIA16DD.SYS /B:290 /I:10 /M:330,9
  116.         /N:ARIA161$
  117.      DEVICE=x:\MMOS2\AUDIOVDD.SYS ARIA161$
  118.  
  119.   The following parameters are valid for the ARIA 16DD.SYS driver:
  120.  
  121.   Parameter                Valid Values         Default
  122.   ---------                ------------         -------
  123.   Base I/O port address    280, 290, 2A0, 2B0     290
  124.   Aria Interrupt level     10, 11, 12              10
  125.   Midi Port                320, 330               330
  126.   Midi Interrupt level     5, 7, 9                  9
  127.  
  128.   Using Audio in DOS and WIN-OS/2 Sessions
  129.   ----------------------------------------
  130.   To improve audio in DOS and WIN-OS/2 sessions, set the following
  131.   DOS properties:
  132.  
  133.      AUDIO_ADAPTER_SHARING   to Required
  134.      DOS_HIGH                to On
  135.      HW_TIMER                to On
  136.      INT_DURING_IO           to On
  137.      VIDEO_RETRACE_EMULATION to Off
  138.      XMS_Memory_Limit        to 7000k
  139.  
  140.   Audio Concurrency Issues--OS/2, DOS, and WIN-OS/2
  141.   -------------------------------------------------
  142.   With a single audio device, it is not possible for two programs
  143.   (device drivers) to use the device at the same time.
  144.  
  145.   DOS applications do not participate in MMPM/2 resource management.
  146.   When DOS sessions use the audio device, other programs cannot
  147.   access it.
  148.  
  149.   Problems
  150.   --------
  151.   When opening a WIN-OS/2 session the "Midi Error" message appears.
  152.  
  153.   1. Select Don't display this warning in the future.
  154.   2. Select OK.
  155.  
  156.   You should ignore this message.
  157.  
  158. ______________________________________________________________________
  159. IBM disclaims all warranties, whether express or implied, including 
  160. without limitation, warranties of fitness and merchantability with 
  161. respect to the information in this document. By furnishing this 
  162. document, IBM grants no licenses to any related patents or copyrights.  
  163. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  164. or brand names referenced in this document are the property of their 
  165. respective owners. Consult your product manuals for complete trademark 
  166. information.
  167.