home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osindvdr.txt < prev    next >
Text File  |  1996-12-23  |  4KB  |  98 lines

  1. OSINDVDR - HOW TO INSTALL DRIVERS ON THE OS/2 WARP 4 STARTUP DISKETTES 
  2. FOR UNRECOGNIZED OR UNSUPPORTED DEVICES
  3. 09/20/96
  4. =======================================================================
  5. How to Install Drivers on the OS/2 Warp 4 Startup Diskettes for 
  6. Unrecognized or Unsupported Devices
  7. =======================================================================
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10. DESCRIPTION
  11.  
  12. If you have a device (for example, a CD-ROM or a hard drive) that is not
  13. recognized or supported by OS/2 Warp 4, you may still be able to 
  14. utilize it by modifying the CONFIG.SYS on the OS/2 Installation
  15. diskette and by adding files to one of the other two startup diskettes.
  16.  
  17. RESOLUTION
  18.  
  19. The following steps will guide you through this procedure:
  20.  
  21. 1. Locate the device driver for your device. A good starting place
  22.    to look for these devices is on the DDPak CD which is shipped      
  23.    with the operating system. Some device drivers may also be            
  24.    downloaded from the Internet or may be obtained by contacting the
  25.    manufacturer of the device. Be sure to read any README's associated
  26.    with the device driver, this will tell you whether to add a DEVICE= 
  27.    or a BASEDEV= statement to your CONFIG.SYS.
  28.  
  29.    Note: If there is not a README file, look for a .DDP file. This
  30.           file should state whether to use a DEVICE= or a BASEDEV= 
  31.           statement in the CONFIG.SYS.
  32.  
  33. 2. Using a text editor, modify the CONFIG.SYS. Add the 
  34.    DEVICE=[filename] or BASEDEV=[filename] statement (with the
  35.    corresponding driver filename) to the bottom of CONFIG.SYS. 
  36.    Be sure word wrap is turned off in the editor and
  37.    save the file.  
  38.       
  39.    If you already have the device driver files and READMEs, you 
  40.    can escape to a command prompt to modify the CONFIG.SYS on the   
  41.    diskettes from various places in the install by pressing F3 
  42.    (the option is listed at the bottom of the screen when it is 
  43.    available).  
  44.  
  45. 3. If a DEVICE= statement is added to CONFIG.SYS, copy the
  46.    specified device driver to Diskette #2.
  47.  
  48. 4. If a BASEDEV= statement is added to the CONFIG.SYS, copy the
  49.    specified device driver to Diskette 1.
  50.  
  51.    If there is no room on Diskette 1,
  52.    Do Not Simply Copy the File to Diskette #2; you must
  53.    do the following:
  54.  
  55.    BASEDEV= device drivers are loaded in order of their file
  56.    name extensions: 
  57.  
  58.        .SYS .BID .VSD .TSD .ADD .I13 .FLT .DMD 
  59.  
  60.    If several BASEDEV= statements contain file names with
  61.    the same extension, those files will be loaded in the order 
  62.    in which they appear in the CONFIG.SYS.
  63.  
  64.    Scan through the CONFIG.SYS from the bottom, looking for 
  65.    BASEDEV= statements referencing .DMD files, if none are 
  66.    found, look for .FLT files, and so on, in backwards order of
  67.    the file extensions listed above. Once you locate the bottom
  68.    most of these statements, move the referenced file from
  69.    Diskette #1 to Diskette #2.  
  70.  
  71.    Do Not change the location of these BASEDEV= lines in the
  72.    CONFIG.SYS once you move the files. Continue moving files 
  73.    to Diskette #2 in this manner until there is enough room for
  74.    the new driver on Diskette #1.
  75.  
  76.    Note:  If the driver you are adding is a .DMD file and it
  77.           happens to be the last BASEDEV= in the CONFIG.SYS, this file
  78.           can be directly added to Diskette #2.
  79.  
  80. 5.  You can now restart the system from the modified startup
  81.     diskettes.
  82.  
  83.  
  84.  
  85. warp4
  86.  
  87. ______________________________________________________________________
  88. IBM disclaims all warranties, whether express or implied, including 
  89. without limitation, warranties of fitness and merchantability with 
  90. respect to the information in this document. By furnishing this 
  91. document, IBM grants no licenses to any related patents or copyrights.  
  92. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  93. or brand names referenced in this document are the property of their 
  94. respective owners. Consult your product manuals for complete trademark 
  95. information. 
  96.  
  97.  
  98.