home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 February / VPR9902A.BIN / DRIVER / TEKRAM / DC390FU / DC390FU.ZIP / OS2DRV / README.OS2 < prev    next >
Text File  |  1998-08-11  |  4KB  |  148 lines

  1.  
  2.  
  3.     Installing OS/2 from a Compact Disc(CD)
  4.     ===============================================
  5.  
  6. 1.  Make a copy of Diskette 1 of OS/2.
  7.  
  8. 2.  Copy the TMSCSIW.ADD from \OS2DRV on Tekram DC-390W device driver diskette
  9.     to the root directory on the copy of diskette 1.
  10.  
  11. 3.  Edit the CONFIG.SYS file located on the copy of diskette 1.
  12.     At the end of the file, add the following line.
  13.  
  14.       BASEDEV=TMSCSIW.ADD
  15.  
  16.     For Warp 4.0(Merlin), add one more line at the end of the CONFIG.SYS.
  17.  
  18.       SET  COPYFROMFLOPPY=1
  19.  
  20. 4.  Begin the installation by inserting the Installation diskette into drive A
  21.     and restart the system. When prompted to insert Diskette 1, insert the copy
  22.     that you modified.
  23.  
  24.  
  25.  
  26.     Installing OS/2 from Floppy Diskettes
  27.     ===============================================
  28.  
  29. 1.  Installing OS/2 follows OS/2 installation guide.
  30.  
  31. 2.  Reboot OS/2 system after installation completed.
  32.  
  33. 3.  Installing DC-390W/U/F(T) device driver following the step of
  34.     "Installing Tekram DC-390W/U/F(T) Device Driver".
  35.  
  36.  
  37.  
  38.     Installing Tekram DC-390W/U/F(T) Device Driver
  39.     ======================================================
  40.  
  41. 1.  Open "OS/2 System" folder.
  42.  
  43. 2.  Open "System Setup" folder.
  44.  
  45. 3.  Double-click on "Device Driver Install".
  46.  
  47. 4.  Insert the device driver diskette in the appropriate drive.
  48.  
  49. 5.  Click on "Change..." of Source directory.
  50.  
  51. 6.  Double-click on [A:] or [B:] from directories list where the driver
  52.     diskette is located.
  53.  
  54. 7.  Click on "OS2DRV" from sub-directories list.
  55.  
  56. 8.  Click on "Set".
  57.  
  58. 9.  Click on "Change..." of Destination directory.
  59.  
  60. 10. If OS/2 version is 2.x, go to step 13.
  61.  
  62. 11. Double-click on "OS2" from directories list.
  63.  
  64. 12. Click on "BOOT" from sub-directories list. Go to step 14.
  65.  
  66. 13. Click on "OS2" from directories list.
  67.  
  68. 14. Click on "Set".
  69.  
  70. 15. Select "Install".
  71.  
  72. 16. Select "Exit".
  73.  
  74. 17. Select "Yes".
  75.  
  76. NOTE:
  77.    1. You may also install the driver manually.
  78.       (1) Copy TMSCSIW.ADD to C:\OS2\BOOT.
  79.       (2) Add a line to your C:\CONFIG.SYS as the first line that says
  80.       "BASEDEV=TMSCSIW.ADD".
  81.    2. If OS/2 was boot from IDE drive, then the line include TMSCSIW.ADD
  82.     must after the line include IDE driver(e.g. IBM1S506.ADD).
  83.    3. If you install OS/2 to IDE drive from CD by SCSI CD-ROM drive,
  84.       TMSCSIW.ADD will be locate at the first line in C:\CONFIG.SYS after
  85.       installation completely. Hence, before boot OS/2 from IDE drive, modify
  86.       the file C:\CONFIG.SYS and make sure NOTE 2 is true.
  87.  
  88.  
  89.  
  90.     Uninstalling Tekram DC-390W/U/F(T) Device Driver
  91.     ========================================================
  92.  
  93. 1.  Edit the CONFIG.SYS file located on C:\.
  94.  
  95. 2.  Modify the line
  96.       BASEDEV=TMSCSIW.ADD ...
  97.     to
  98.       REM BASEDEV=TMSCSIW.ADD ...
  99.  
  100.  
  101.  
  102.     Command line switches for TMSCSIW.ADD
  103.     =============================================
  104.  
  105.     BASEDEV=TMSCSIW.ADD [/Universal switch] [/Adapter ID [/Unit switch]]
  106.  
  107.  
  108.     [Universal switch] - An option that applies to all adapters.
  109.  
  110.     [Adapter ID] - A:x, where x(start from 0) is the order number of the
  111.            adapter that was found in the system.
  112.  
  113.     [Unit switch] - An option that applies to device(s) unit.
  114.  
  115.  
  116.     Universal switches :
  117.     ====================
  118.  
  119.     MO - Do not change MO device type to DASD type when report to Device
  120.          Manager. TMSCSIW.ADD default change MO device type to DASD.
  121.  
  122.  
  123.     Unit switches :
  124.     ===============
  125.  
  126.     I - Ignore the specified adapter.
  127.  
  128.     DM - Enable DASD manager support (default).
  129.  
  130.     !DM - Disable DASD manager support.
  131.  
  132.     SM - Enable SCSI manager support (default).
  133.  
  134.     !SM - Disable SCSI manager support.
  135.  
  136.  
  137.     Example:
  138.     ========
  139.  
  140.     BASEDEV=TMSCSIW.ADD /MO /A:0 /!DM:1 /A:1 /!SM:2,3
  141.         will prevent OS2DASD.DMD from controlling device with
  142.         SCSI ID 1, and prevent OS2SCSI.DMD from accessing device with
  143.         SCSI ID 2,3 and keep all MO device type no change to DASD
  144.         type.
  145.  
  146.  
  147.  
  148.