home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / PRNHD.FAX < prev    next >
Text File  |  1994-12-06  |  6KB  |  125 lines

  1. PTR OFF-LNE,OUT OF PAPER ERROR, PMV8005-8        3/11/94
  2.  
  3. 3/11/94
  4.  
  5.  
  6.  
  7. TITLE: 931202 ERROR 004, PRINTER OFF-LINE OR OUT OF PAPER ERROR, OR
  8.               PMV8005 THROUGH 8008 WHEN TRYING TO PRINT UNDER OS/2 2.X
  9.  
  10. DESCRIPTION OF SYMPTOMS:
  11.     When trying to print on a system running OS/2 2.x the system
  12.     returns any of the following error messages.
  13.     1.  The printer is off-line, turned off, or out of paper.
  14.     2.  Usually associated with ERROR 004, PMV8005, PMV8006, PMV8007,
  15.         or PMV8008.
  16.     3.  The printer is On, and On-line, and has paper in it.
  17.  
  18. SUMMARY OF RESOLUTION:
  19.     This problem is caused by hardware not being setup correctly or a
  20.     physical hardware problem with the system. DOS will normally print
  21.     correctly with just about any hardware configuration so a DOS
  22.     print test will not exhibit the same print malfunction as OS/2
  23.     will experience.
  24.  
  25. DETAILS OF RESOLUTION:
  26.     1.  I/O card not set up to the correct IRQ/Port address settings
  27.  
  28.     NOTE:  Refer to the documentation on the I/O card or back to the
  29.            manufacturer for the settings specific to the system.
  30.  
  31.         a.  The OS/2 printer driver will only access
  32.             a maximum of 3 parallel ports on any machine. If more
  33.             than three parallel ports are available, the manufacturer
  34.             will have to develop an OS/2 driver for the I/O card.
  35.         b.  Printer port addresses and IRQ levels are hard coded in
  36.             OS/2 2.x are as follows:
  37.  
  38. For a 2 parallel port system:
  39.  ______________________________________________________________________
  40. |  Port           AT Bus (ISA)        EISA*             Micro Channel  |
  41. |______________________________________________________________________|
  42. |            |                  |                   |                  |
  43. |  LPT1      |   3BC/IRQ7       | 3BC/IRQ5 or       |  3BC/IRQ7        |
  44. |            |                  | IRQ7              |                  |
  45. |            |                  | IRQ7              |                  |
  46. |____________|__________________|___________________|__________________|
  47. |            |                  |                   |                  |
  48. |  LPT2      |   278/IRQ5       | 378/IRQ5 or       |  378/IRQ7        |
  49. |            |                  | IRQ7              |                  |
  50. |____________|__________________|___________________|__________________|
  51.  
  52.                                OR
  53.  ______________________________________________________________________
  54. |  LPT1      |   378/IRQ7       | 378/IRQ5 or       |  378/IRQ7        |
  55. |            |                  | IRQ7              |                  |
  56. |____________|__________________|___________________|__________________|
  57. |            |                  |                   |                  |
  58. |  LPT2      |   278/IRQ5       | 278/IRQ5 OR       |  278/IRQ7        |
  59. |____________|__________________|___________________|__________________|
  60.  
  61. For a 3 parallel port system:
  62.  ______________________________________________________________________
  63. |                 AT Bus (ISA)             EISA*        Micro Channel  |
  64. |______________________________________________________________________|
  65. |            |                  |                   |                  |
  66. |  LPT1      |   3BC/IRQ7       | 3BC/IRQ5 or       |  3BC/IRQ7        |
  67. |            |                  | IRQ7              |                  |
  68. |            |                  |                   |                  |
  69. |  LPT2      |   378/IRQ7       | 378/IRQ5 or       |  378/IRQ7        |
  70. |            |                  | IRQ7              |                  |
  71. |____________|__________________|___________________|__________________|
  72. |            |                  |                   |                  |
  73. |            |                  |                   |                  |
  74. |  LPT3      |   278/IRQ5       | 278/IRQ5 or       |  278/IRQ7        |
  75. |            |                  | IRQ7              |                  |
  76. |____________|__________________|___________________|__________________|
  77.  
  78.  
  79.             If these combinations are not used,  printer error
  80.             messages or very slow printing will occur.
  81.         c.  Ensure that the I/O Card is set to the above standards.
  82.     2.  Printer Cable not configured correctly.
  83.         a.  Problems have been found when using certain parallel port
  84.             printer cables that do not meet the parallel port
  85.             specifications.
  86.         b.  Cables that are longer than six feet in length are
  87.             suspect.The six foot cable length problem is
  88.             more evident on higher speed processor systems.
  89.         c.  Cables that do not contain all 25 wires will not
  90.             work under OS/2.
  91.     3.  I/O card not interrupting back to the system correctly.
  92.     NOTE:  I/O card will need to be replaced if this is true.
  93.     4.  Interrupt conflict. - (ISA type adapters, AT Bus)
  94.         a.  Another card in the system is using the same interrupt
  95.             i.e.(SoundBlaster) as the LPT port.  ISA systems do not
  96.             share interrupts at the hardware level and port and IRQ
  97.             contentions will have to be resolved by removing and/or
  98.             reconfiguring the adapters to work properly together.
  99.         b.  The standard IRQ settings for AT Bus machines are as
  100.             follows.
  101.             IRQ LEVEL      DEVICE ASSOCIATED
  102.               0              System Timer
  103.               1              Keyboard
  104.               2              Secondary Interrupt Controller
  105.               3              COM2 (Serial Communications Port 2)
  106.               4              COM1 (Serial Communications Port 1)
  107.               5              LPT2 (Parallel Port 2)
  108.               6              Diskette
  109.               7              LPT1 (Parallel Port 1)
  110.               8              Real-time Clock
  111.               9              open
  112.               10             open
  113.               11             open
  114.               12             open
  115.               13             Math Coprocessor
  116.               14             Hard Disk
  117.               15             open
  118.     NOTE:  If interrupts above 7 are to be utilized the I/O card must
  119.            be 16 bit.
  120.  
  121.  
  122.  
  123.  
  124. 12/31/99
  125.