home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmkserm.txt < prev    next >
Text File  |  1997-03-04  |  5KB  |  122 lines

  1. OSMKSERM - SERIAL MOUSE DOES NOT WORK IN OS/2 2.1 BUT IRQS ARE CORRECT
  2. 01/30/96
  3.  
  4. =======================================================================
  5.       Serial Mouse Does Not Work in OS/2 2.1 but IRQs Are Correct
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. The IRQs are correct, but the serial mouse does not work.
  14.  
  15. RESOLUTION
  16.  
  17. * COM3 or COM4 cannot support a serial mouse or pointing device.
  18.  
  19. * If the mouse is attached to COM1 or COM2, make sure the COM port is
  20.   at the standard address and IRQ.
  21.  
  22. * On an ISA-bus (or AT-bus) system, a serial mouse can be installed
  23.   only on COM1 or COM2, and only if COM1 and COM2 are at the standard
  24.   I/O addresses and IRQs, which are:
  25.  
  26.   - COM1: 3F8, IRQ4
  27.   - COM2: 2F8, IRQ3
  28.  
  29. * From an OS/2 or DOS command prompt, type MODE COMx and press Enter
  30.   (where x is 1 or 2). This tests the COM ports.
  31.  
  32.   If the test reports that the port the mouse is attached to is not
  33.   available, MOUSE.SYS is loaded. The drivers are correct.
  34.  
  35.   If the test reports the baud rate and all other COM-port parameters,
  36.   MOUSE.SYS did not recognize the mouse and did not load. Edit the
  37.   CONFIG.SYS file and check the MOUSE statement. The most-common
  38.   statement is:
  39.  
  40.      DEVICE=C:\OS2\MOUSE.SYS
  41.  
  42.   Some older Logitech devices (for example, Trackman) are not
  43.   detectable by MOUSE.SYS; however, they are still supported.
  44.  
  45.   The CONFIG.SYS statements for undetectable Logitech devices and PC
  46.   Mouse System devices are:
  47.  
  48.      DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM1
  49.      DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  50.  
  51.   If the device is connected to COM2, change the SERIAL=parameter to
  52.   COM2.
  53.  
  54.   Note: On an ISA-bus system, a serial mouse can be installed only on
  55.         COM1 or COM2, and only if COM1 and COM2 are at the standard I/O
  56.         addresses and IRQs, which are:
  57.  
  58.         * COM1: 3F8, IRQ4
  59.         * COM2: 2F8, IRQ3
  60.  
  61. The following pointing devices were tested and verified to work.
  62. Included are the CONFIG.SYS statements for each entry.
  63.  
  64. Device                            CONFIG.SYS Statements
  65. ------                            ---------------------
  66. IBM PS/2 Mouse                    DEVICE=C:\OS2\MOUSE.SYS
  67.  
  68. MS PS/2 Mouse                     DEVICE=C:\OS2\MOUSE.SYS
  69.  
  70. MS Serial Mouse                   DEVICE=C:\OS2\MOUSE.SYS
  71.  
  72. Kensington Expert PS/2 Mouse      DEVICE=C:\OS2\MOUSE.SYS
  73. (Note: This is not the same as
  74.  the Kensington serial mouse)
  75.  
  76. Logitech PS/2 Mouse               DEVICE=C:\OS2\MOUSE.SYS
  77.  
  78. MS Bus Mouse                      DEVICE=C:\OS2\MOUSE.SYS
  79. (Note: This mouse requires a
  80.  special card that works
  81.  only on an ISA-style bus.)
  82.  
  83. MS Inport Mouse                   DEVICE=C:\OS2\MOUSE.SYS
  84. (Note: This mouse requires a
  85.  special card that works
  86.  only on an ISA-style bus.)
  87.  
  88. Logitech Serial Mouse (Series M)  DEVICE=C:\OS2\MOUSE.SYS
  89.  
  90. Logitech Serial Mouse (Series C)  DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM1
  91.                                   DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  92.  
  93. Logitech Trackman serial mouse    DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM2
  94.                                   DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  95.  
  96. PC Mouse Systems serial mouse     DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM2
  97.                                   DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  98.  
  99. PC Mouse Systems bus mouse        DEVICE=C:\OS2\MSBUS01.SYS
  100.                                   DEVICE=C:\OS2\MOUSE.SYS TYPE=MSBUS$
  101.  
  102. Visi-On serial mouse              DEVICE=C:\OS2\PCLOGIC.SYS SERIAL=COM2
  103.                                   DEVICE=C:\OS2\MOUSE.SYS TYPE=PCLOGIC$
  104.  
  105. Note: Hundreds of pointing devices are available, and most are
  106.       Microsoft-compatible. If they are 100% Microsoft-compatible,
  107.       they are supported with the following CONFIG.SYS statement:
  108.  
  109.          DEVICE=C:\OS2\MOUSE.SYS.
  110.  
  111.       Devices that are not 100% compatible are not supported.
  112.  
  113. ______________________________________________________________________
  114. IBM disclaims all warranties, whether express or implied, including 
  115. without limitation, warranties of fitness and merchantability with 
  116. respect to the information in this document. By furnishing this 
  117. document, IBM grants no licenses to any related patents or copyrights.  
  118. Copyright (c) 1994, 1996 IBM Corporation. Any trademarks and product 
  119. or brand names referenced in this document are the property of their 
  120. respective owners. Consult your product manuals for complete trademark 
  121. information. 
  122.