home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / azt268i.zip / README.TXT < prev   
Text File  |  1994-07-01  |  5KB  |  156 lines

  1. //============================================================================
  2. //
  3. //  Copyright (c) 1994 Aztech Systems Ltd.
  4. //
  5. //    AZTECH IDE CD-ROM Device Driver for OS/2 2.1x README FILE
  6. //
  7. //============================================================================
  8.  
  9.  
  10. I.    Hardware Requirement for AZTECH IDE CD-ROM Drive
  11.  
  12.     For OS/2 2.1x system, you need to have another IDE interface card for IDE CD-ROM
  13.     drive. You should not connect an IDE CD-ROM drive to the primary IDE controller card
  14.     which is connected to your IDE hard disk.
  15.  
  16.     There are four IDE ports:
  17.  
  18.         Primary IDE port:        1F0 (hex)
  19.         Secondary IDE port:        170 (hex)
  20.         3rd IDE port:            1E8 (hex)
  21.         4th IDE port:            166 (hex)                
  22.  
  23.     IRQ for IDE CD-ROM:
  24.         
  25.         IRQ 14 (normally this is used by IDE hard disks)
  26.         IRQ 15
  27.         IRQ 10
  28.         IRQ 11
  29.     
  30.     IDE hard disks normally use the primary IDE port and IRQ 14. Since IRQ is not sharable
  31.     in OS/2 2.1 in ISA bus, you should use the secondary IDE port and IRQ 15 for IDE CD-ROM
  32.     drive if they are available, and so on. 
  33.                     
  34.  
  35. II.    Using AZTECH IDE CD-ROM Drive to Install OS/2 2.1
  36. -----------------------------------------------------
  37.  
  38.  
  39.     1.    Make a copy of OS/2 Diskette 1.
  40.     
  41.     2.    Copy the AZT268I.ADD file from the AZTECH IDE CD-ROM Device Driver Diskette to 
  42.         the root directory on the copy of OS/2 Diskette 1.
  43.     
  44.     3.    Edit the CONFIG.SYS file located on the copy of OS/2 Diskette 1. At the end of
  45.         the file, add the the following line:
  46.         
  47.             BASEDEV=AZT268I.ADD /P:nnn /I:nn /V
  48.             
  49.         where    /P:nnn    -- nnn is the CD-ROM IDE I/O port address in Hex.
  50.                 /I:nn    -- nn is IRQ number in decimal
  51.                 /V        -- Verbose
  52.                 
  53.         Do not specify a file path for the AZT268I.ADD file.
  54.         
  55.     4.    Begin the installation by inserting the Installation Diskette into drive A: and
  56.         restarting the system. When prompted to insert Diskette 1, insert the copy
  57.         that you modified.
  58.         
  59.     5.  When the System Configuration screen is displayed during installation,
  60.         the CD-ROM Device Support field will display "None".  Do not modify
  61.         the choice and continue with the installation.
  62.  
  63.     6.  After installation is complete, and you have rebooted your system,
  64.         you will not be able to access your CD-ROM drive.  This is due
  65.         to a defect in the OS/2 2.1 install program.  To access your
  66.         CD-ROM drive, perform the following steps:
  67.  
  68.         a. Copy the following files from the OS/2 2.1 Diskette 1
  69.            to the drive which OS/2 was installed.
  70.            (Note: the example assume C:, change if different)
  71.  
  72.            COPY A:OS2CDROM.DMD C:\OS2
  73.            COPY A:CDFS.IFS     C:\OS2
  74.  
  75.         b. Edit the CONFIG.SYS file on drive which OS/2 was installed
  76.            and add the following statements to the end of the file:
  77.            (Note: the example assume C:, change if different)
  78.  
  79.            DEVICE=C:\OS2\OS2CDROM.DMD /Q
  80.            IFS=C:\OS2\CDFS.IFS /Q
  81.  
  82.         c. Shut down and reboot the system
  83.  
  84.     
  85.     7.  You will need to run Selective Install to copy over some remaining
  86.         system files.
  87.  
  88.         a. Open the OS/2 System folder on the desktop.
  89.         b. Open the System Setup folder.
  90.         c. Open Selective Install
  91.         d. Select the CD-ROM Device Support check box
  92.         e. Select OK
  93.         f. Scroll to the bottom of the CD-ROM device list table and
  94.            select the choice OTHER
  95.         g. Select OK
  96.         h. Select the OK push button to proceed from the System Configuration
  97.            screen to the OS/2 Setup and Installation window
  98.         i. Select Install
  99.         j. When prompted to do so, insert the installation CD-ROM
  100.            from the OS/2 2.1 product.
  101.  
  102.         
  103. III.    Install AZTECH IDE CD-ROM Drive to an Existing OS/2 2.1 System
  104. --------------------------------------------------------------
  105.  
  106.     1.    Run DDINSTAL program from OS/2 System.
  107.  
  108.        a. Open the OS/2 System folder on the desktop.
  109.        b. Open the System Setup folder.
  110.        c. Open Device Driver Install.
  111.        d. Insert the "AZTECH CD-ROM Device Driver Diskette"
  112.        e. Select Install
  113.        f. Select the device driver to install from the list
  114.        g. Select OK.
  115.  
  116.     
  117.     2. After the Device Driver Installation is complete, you must run
  118.        Selective Install to install the files for the OS/2 CD-ROM Device
  119.        Manager and OS/2 CD-ROM File System.
  120.  
  121.        a. Open the OS/2 System folder on the desktop.
  122.        b. Open the System Setup folder.
  123.        c. Open Selective Install
  124.        d. Select the CD-ROM Device Support check box
  125.        e. Select OK
  126.        f. Scroll to the bottom of the CD-ROM device list table and
  127.           select the choice OTHER
  128.        g. Select OK
  129.        h. Select the OK push button to proceed from the System Configuration
  130.           screen to the OS/2 Setup and Installation window
  131.        i. Select Install
  132.        j. When prompted to do so, insert the numbered installation diskettes
  133.           or installation CD-ROM from the OS/2 2.1 product.
  134.  
  135.  
  136.     3. If you have changed the base I/O port address on your CD-ROM
  137.        host adapter card from the default value of 634, you must edit
  138.        your CONFIG.SYS file and add the /P:nnn parameter on the
  139.        BASEDEV=AZT268I.ADD statement in your CONFIG.SYS file.
  140.  
  141.  
  142.     4. Shut down and restart your system
  143.  
  144.  
  145.  
  146. NOTE For OS/2 2.11 Upgrade:
  147. ---------------------------
  148.  
  149.     If you have an OS/2 2.11 upgrade CSD set and would like to upgrade
  150. your system from verion 2.10 to version 2.11, you should first follow the
  151. instructions above to install OS/2 2.1, then upgrade to 2.11 from
  152. OS/2 2.11 upgrade CSD set.
  153.         
  154.                         
  155.                         
  156.