home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osin1201.txt < prev    next >
Text File  |  1996-10-21  |  5KB  |  126 lines

  1. OSIN1201 - SYS1201 ERROR MESSAGE WHEN STARTING OS/2
  2. 02/02/96
  3.  
  4. =======================================================================
  5.       SYS1201 Error Message when Starting OS/2--All OS/2 Releases
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. This document provides information for resolving SYS1201 errors when 
  14. starting OS/2. The information is for the general availability release 
  15. of OS/2.
  16.  
  17. RESOLUTION
  18.  
  19. Note: Make sure you have a backup of any file you intend to change.
  20.  
  21. SYS1201 - VMOUSE not installed.
  22. -------------------------------
  23. This error indicates a problem with the OS/2 installation program if 
  24. there is any MOUSE.* file on the drive where OS/2 is being installed.
  25.  
  26. 1. Review the OS/2 CONFIG.SYS file and verify that the DEVICE statement
  27.    points to MOUSE.SYS in the x:\OS2 directory (x is the drive where
  28.    OS/2 is installed).
  29.  
  30.    No reference to MOUSE.COM should be in the OS/2 CONFIG.SYS file.
  31.  
  32. 2. Copy the MOUSE.SYS file from Program Diskette 1 to the \OS2 
  33.    directory; then shut down and restart the system.
  34.  
  35. 3. If the problem continues, unplug the mouse, wait a short while, and
  36.    plug the mouse in again. If this fixes the problem, and you used the
  37.    mouse under OS/2, you can try using the MOUSE.SYS from OS/2. This
  38.    also is on Program Diskette 1.
  39.  
  40. After  Installation of OS/2 for Windows, the Mouse Does Not Work
  41. ----------------------------------------------------------------
  42. You have installed OS/2 for Windows, and after you restart the system, 
  43. the mouse does not work. When you are using DOS, the mouse works fine.
  44.  
  45. If a DOS-based mouse device driver is installed, the OS/2 mouse device 
  46. driver might not have been copied over. The solution is to unpack and 
  47. copy over the OS/2 mouse device driver. The driver is on Diskette 1 of 
  48. the installation package.
  49.  
  50. 1. Copy the file MOUSE.SYS from the Diskette 1 to the \OS2 directory on
  51.    the startup drive.
  52.  
  53. 2. Check the CONFIG.SYS file and make sure it has the line containing
  54.    MOUSE.SYS. If it is not in the file, use Selective Install to
  55.    reinstall the mouse device-driver support:
  56.  
  57.    a. Open OS/2 System; then open System Setup.
  58.  
  59.    b. Select Selective Install.
  60.  
  61.    c. Select the appropriate mouse for your hardware, and then select
  62.       OK.
  63.  
  64.    d. Select the Install push button to reinstall the mouse support.
  65.  
  66.    e. Restart the system.
  67.  
  68. SYS1201 - COM.SYS not installed or IRQ not available.
  69. -----------------------------------------------------
  70. If you have only one serial port and you have a MOUSE plugged into the 
  71. port, you get this error.
  72.  
  73. 1. Edit the CONFIG.SYS file. 
  74. 2. Remark-out (REM) the DEVICE=OS2 statements as follows:
  75.  
  76.       REM DEVICE=OS2\COM.SYS.
  77.       REM DEVICE=OS2\MDOS\VCOM.SYS
  78.  
  79. If you have a PS/2 or equivalent Micro Channel architecture computer, 
  80. you should not pass any parameters to the COM.SYS device driver. Only 
  81. ISA and non-ABIOS computers require parameters for serial ports greater
  82. than COM2.
  83.  
  84. If you have an Industry Standard Architecture (ISA or AT) computer, you
  85. need to provide the CORRECT input/output (I/O) address and interrupt 
  86. request level (IRQ) for serial ports greater than COM2. The parameters 
  87. must match the physical settings of the serial adapters. Review the 
  88. documentation that came with the serial adapter to determine how to
  89. physically change or "jumper" the adapter. If you have an internal 
  90. modem and two external serial ports, try to set the modem to I/O 
  91. address 3E8 and IRQ 5.
  92.  
  93. Note: You can use IRQ 5 only if you have just one parallel port (LPT1).
  94.       The parameter line is:
  95.  
  96.          DEVICE=...\COM.SYS (p,addr, irq)
  97.  
  98.       For example, if you have physically set up your internal modem to
  99.       I/O address 3E8 (or COM3) and have set the physical IRQ level to
  100.       5, you would set the following parameters:
  101.  
  102.          DEVICE=x:\OS2\COM.SYS (3,3E8,5)
  103.  
  104. If you provide an invalid address or IRQ, messages indicate that the 
  105. "COMx" port was not installed or that the IRQ is not available. You 
  106. should verify that the serial adapter (that is, the internal modem) is 
  107. set up correctly.
  108.  
  109. Three-Button Mouse Not Working Correctly
  110. ----------------------------------------
  111. You have a 3-button mouse and the SYS1201 error message appears.
  112.  
  113. OS/2 supports the 2-button mode on the 3-button mouse. If your mouse 
  114. has a switch to change to a 2-button mode, change the switch. 
  115. Otherwise, you have to get a 2-button mouse.
  116.  
  117. ______________________________________________________________________
  118. IBM disclaims all warranties, whether express or implied, including 
  119. without limitation, warranties of fitness and merchantability with 
  120. respect to the information in this document. By furnishing this 
  121. document, IBM grants no licenses to any related patents or copyrights.  
  122. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  123. or brand names referenced in this document are the property of their 
  124. respective owners. Consult your product manuals for complete trademark 
  125. information. 
  126.