home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / DIN260.FAX < prev    next >
Text File  |  1995-01-25  |  2KB  |  64 lines

  1. OSDIN260 - CONFIGURING THE NEC 260 IDE CD-ROM UNDER WARP
  2. 11/03/94
  3.  
  4. ================================================================
  5.     CONFIGURING THE NEC 260 IDE CD-ROM UNDER WARP
  6. ================================================================
  7. Please Read Entire Document for Full Explanation of Procedures
  8. ----------------------------------------------------------------
  9.  
  10. SYMPTOM: A NEC 260 IDE CD-ROM is not being recognized by OS2
  11.          Warp.
  12.  
  13. RESOLUTION:
  14. Make sure the proper drivers are loading in CONFIG.SYS and
  15. the necessary files are located in the proper directories.
  16.  
  17. PROCEDURES:
  18.  
  19. If you have installed OS2 Warp, and are trying to get the
  20. CD-ROM recognized:
  21.  
  22. 1. Go to the OS2 Selective Install utility.
  23.  
  24. 2. Select CD-ROM Device Support
  25.  
  26. 3. Select NEC 260 from the list of CD-ROMs and select OK.
  27.  
  28. 4. Select OK again.
  29.  
  30. 5. Select Install.  You need the OS/2 WARP Installation diskettes
  31.    to continue.
  32.  
  33. 3. Insert the diskettes when prompted to complete installation.
  34.  
  35. 4. Edit the CONFIG.SYS in the root directory on the hard disk.
  36.    Change the line:
  37.  
  38.         From:     BASEDEV=IBM1S506.ADD
  39.  
  40.         To:       BASEDEV=IBM1S506.ADD /A:x /U:y /ATAPI
  41.  
  42. The /A switch refers to the adapter number that the CD_ROM
  43. is attached to.  The /U option references the unit or device
  44. number on a particular adapter.  The /ATAPI parameter enables ATA
  45. Packet Interface protocol for the NEC 260.  If the CD-ROM is
  46. attached to the second IDE port or adapter in a system and is the
  47. only device on the adapter, you would enter:
  48.  
  49.             BASEDEV=IBM1S506.ADD /A:1 /U:0 /ATAPI
  50.  
  51. The CONFIG.SYS should also contain the statements:
  52.  
  53.             BASEDEV=IBMIDECD.FLT
  54.             DEVICE=C:\OS2\BOOT\OS2CDROM.DMD
  55.             IFS=C:\OS2\BOOT\CDFS.IFS
  56.  
  57. These were added by the Selective Install program.
  58.  
  59. If you are trying to install Warp from the NEC 260 CD-ROM, edit
  60. the CONFIG.SYS file on diskette 1 and configure the
  61. BASEDEV=IBM1S506.ADD line as above.  If OS/2 still does not
  62. recognize the CD-ROM, make sure that the /A and /U parameters are
  63. specified correctly.  Contact NEC if there is still a problem.
  64.