home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / os2 / mpudd103 / install.doc next >
Text File  |  1992-11-12  |  4KB  |  104 lines

  1.                         Generic MPU-401 Device Driver
  2.                  Copyright (C) 1990-1992, Delta Music Systems
  3.  
  4.  
  5.                           Installation Instructions
  6.  
  7.  
  8.  
  9. Introduction
  10.  
  11. The generic MPU-401 Device Driver is for MIDI interfaces in AT compatible
  12. systems with an ISA bus.  It was written under OS/2 1.21, and has been
  13. tested under 1.21, 1.3, and 2.0.
  14.  
  15. The device driver supports the complete set of MPU commands.  Extensions
  16. specific to OS/2 have been added, and are available through the DMS MPU
  17. Interface Library.  If you are interested in purchasing the library, please
  18. use the order form (see the file ORDER.FRM).
  19.  
  20. This software is not in the public domain; however, it may be distributed
  21. freely so long as it is not bundled with any commercial product, or any fee
  22. beyond duplication and shipping is charged for distribution.  If you would
  23. like information on distributing this software with another product, please
  24. contact us at the address below.
  25.  
  26. Delta Music Systems
  27. 2615 Ginghamsburg-Frederick Rd.
  28. Tipp City, OH  45371
  29.  
  30. If you would like to be notified of future products from Delta Music Systems,
  31. please fill out and return the registration form (see the file REGIST.FRM).
  32.  
  33.  
  34. Installation
  35.  
  36. To install the device driver, copy the MPU401.SYS file to your \OS2 directory.
  37. Edit your CONFIG.SYS file, adding the line
  38.  
  39. DEVICE=C:\OS2\MPU401.SYS
  40.  
  41. If you find a line DEVICE=C:\OS2\COM01.SYS in your CONFIG.SYS, add the 
  42. MPU
  43. statement before the COM line.  Otherwise, location is of no relevance.
  44.  
  45. If you are using the default port and interrupts (Port 330 and Interrupt 9),
  46. you are finished.  Save the file and reboot your computer to complete the
  47. installation.
  48.  
  49. If your interface is not configured for the default port or interrupt, add
  50. one or both of the following parameters
  51.  
  52. Port
  53.     /Pppp  -  where ppp is the port location.
  54.               e.g.  for port 310:
  55.               DEVICE=C:\OS2\MPU401.SYS /P310
  56.  
  57.  
  58. Interrupt
  59.     /Inn   -  where nn is the interrupt used.
  60.               e.g.  for interrupt 5:
  61.               DEVICE=C:\OS2\MPU401.SYS /I5
  62.  
  63. Both
  64.               e.g.  /P310 /I5
  65.               DEVICE=C:\OS2\MPU401.SYS /P310 /I5
  66.  
  67.  
  68. After making the necessary changes, save the file and reboot your computer.
  69.  
  70. When the system is rebooted, you will see (albeit briefly) a message from
  71. the device driver giving copyright and version information, as well as the
  72. port and interrupt values.  If an error occurs, the booting process will
  73. pause.  Check the error message, and hit F1 to continue the boot.  The
  74. MPU device driver will not install if any errors are detected.  Correct the
  75. errors and reboot.
  76.  
  77.  
  78. Installation Check list
  79. =======================
  80.  
  81. ___  Install the interface according to the manufacturer's instructions.
  82.  
  83.  
  84. ___  Install OS/2
  85.  
  86.  
  87. ___  Copy the MPU401.SYS file from the installation disk to the C:\OS2
  88.      directory.
  89.  
  90.  
  91. ___  When OS/2 is installed and running, edit the CONFIG.SYS file (You can
  92.      use the system editor in the MAIN program group), and add the
  93.      DEVICE = C:\OS2\MPU401.SYS line as shown above.  Don't forget to save
  94.      the file.
  95.  
  96.  
  97. ___  Shutdown OS/2 from the Desktop Manager Group.  When the system is
  98.      completely shut down, reboot the computer.
  99.  
  100.  
  101. ___  Watch the screen during boot-up to verify the correct installation
  102.      of the device driver.  When the driver is loaded, it will display a
  103.      message indicating the port and interrupt being used.
  104.