home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / cd800x.zip / english.txt < prev    next >
Text File  |  1997-03-15  |  4KB  |  151 lines

  1.  
  2.  
  3.       CD800X.FLT
  4.  
  5.       Audio Filter Driver
  6.       -------------------
  7.  
  8.       Copyright (c) Robert Muchsel <muchsel@acm.org> 1993,1994,1997
  9.       All rights reserved.
  10.  
  11.  
  12.       ===================================================================
  13.  
  14.  
  15.       The OS/2 Warp audio filter driver, CD800X, will enable the audio
  16.       mode of your Apple SCSI CD-ROMs CD-SC, CD-SC Plus and CD-150 (a.k.a.
  17.       SONY CDU-8001, 8002).
  18.  
  19.  
  20.  
  21.       Legal stuff
  22.       -----------
  23.  
  24.       This program is based on undocumented data structures.
  25.       An error in this base device driver or in software which uses it
  26.       can cause your system to lock up and require rebooting, resulting
  27.       in data loss.
  28.       The user is advised always to make adequate Back Ups of all
  29.       valuable files or data. Because he can have no control over how
  30.       this program is used the author accepts no liability for any damage.
  31.  
  32.       The author disclaims all warranties as to this software, whether
  33.       express or implied, including without limitation any implied
  34.       warranties of merchantability, fitness for a particular purpose,
  35.       functionality, data integrity or protection, in so far as permitted
  36.       by applicable legislation.
  37.  
  38.       All trademarks are property of their respective owners and appear for
  39.       identification purposes only.
  40.  
  41.  
  42.  
  43.       Freeware
  44.       --------
  45.  
  46.       Writing this driver has taken a long time and lots of work (because
  47.       neither Apple nor Sony could/wanted to provide technical information).
  48.  
  49.       Despite of this, this software is freeware.
  50.  
  51.       You are encouraged to copy and pass on this program, if the program is
  52.       distributed in its original form (complete, unmodified).
  53.  
  54.  
  55.  
  56.       Installation
  57.       ------------
  58.  
  59.       It is recommended you have an OS/2 boot disk ready, just in case
  60.       the system locks up during the boot process and you want to remove
  61.       the driver.
  62.  
  63.       First, ensure that CD-ROM data mode works. If not, select "System
  64.       Setup", "Selective Install" and add a "SCSI II CD-ROM".
  65.  
  66.       Installation is easy (you don't need to boot from your installation
  67.       disks to install the driver):
  68.  
  69.       A. Automatic Installation
  70.  
  71.          Insert your program disk into drive A. Select "System Setup",
  72.          "Device Driver Install" or invoke "DDINSTAL" from the OS/2
  73.          command line.
  74.  
  75.       B. Manual Installation
  76.  
  77.         1. Edit your CONFIG.SYS file (using the OS/2 "System Editor"):
  78.             E CONFIG.SYS
  79.  
  80.         - If present, remove the line "BASEDEV=SONYCDS1.FLT", since neither
  81.           the Apple CD-ROMs are not compatible with this driver.
  82.  
  83.         - Add the line
  84.             BASEDEV=CD800X.FLT
  85.           (no subdirectory name!)
  86.  
  87.         2. Copy the file CD800X.FLT to your OS/2 system directory
  88.             COPY CD800X.FLT x:\OS2\BOOT\*.* /V
  89.           where x is your OS/2 boot drive.
  90.  
  91.       Shutdown and reboot your computer.
  92.  
  93.       If all goes well and your CD-ROM is powered on, the driver will
  94.       display a message.
  95.  
  96.  
  97.       >> If no Apple SCSI CD-ROM is present, the driver won't do anything.
  98.  
  99.  
  100.       Compatibility
  101.       -------------
  102.  
  103.       The audio filter, CD800X.FLT, has been successfully tested
  104.       with the following programs *)
  105.  
  106.       OS/2:
  107.  
  108.         MMPM/2 CD Player (IBM)
  109.         MMPM/2 Media Player (IBM)
  110.         CD/ROM Player (IBM)
  111.         CD Explorer (IBM)
  112.         CD Audio Disc Player (Allen Regal)
  113.  
  114.       WinOS/2:
  115.  
  116.         Media Player (Microsoft)
  117.         QuickCD (Creative Labs)
  118.         Music Box (Trantor)
  119.         CD-Player (Adaptec)
  120.         Multimedia Encyclopedia (The Software Toolworks)
  121.  
  122.       MDOS:
  123.  
  124.         QuickCD (Creative Labs)
  125.         Soundblaster CD Player (Creative Labs)
  126.         CD Player (Adaptec)
  127.         CD Test (Future Domain)
  128.         CD Play (IBM)
  129.  
  130.           *) all trademarks are trademarks of their respective companies
  131.              and appear for identification purposes only (...again)
  132.  
  133.  
  134.  
  135.       MSDOS
  136.       -----
  137.  
  138.       Trantor Systems' driver works (call Trantor Systems, not me!).
  139.  
  140.       Note: You do NOT need an extra driver for MDOS sessions under OS/2.
  141.  
  142.  
  143.  
  144.       The author
  145.       ----------
  146.  
  147.       e-Mail: muchsel@acm.org
  148.  
  149.  
  150.       03/15/97
  151.