SunVTS 2.1.3 Test Reference Manual
  Search only this book
Download this book in PDF
CHAPTER 4

Bidirectional Parallel Port Printer Test (bpptest)


bpptest verifies the functionality of the bidirectional parallel port. SBus printer cards have two printer ports: one for SPARCprinters(TM), and one for a parallel port printer. Use the lpvitest to verify SPARCprinter functionality.
The bpptest verifies that your SBus card and its parallel port are working properly by attempting to transfer a data pattern from the SBus card to the printer.
Two indications show that the card and printer are functioning properly: First, you can see from the SunVTS Status window that bpptest made a successful pass, and second, that the pattern transmitted to the printer printed correctly.
If the bpptest passes successfully, you know that the SBus DMA circuitry, the printer, and the device driver are functioning properly.

Note - Large Postscript files or raster files may require that the printer has 2 Mbytes or more of memory. Otherwise, the printout may appear on two different sheets of paper.


Printer Test Hardware and Software Requirements

The SBus printer card and device drivers must be installed to run lpvitest or bpptest. A printer must be connected to the SPARCprinter or bidirectional parallel port, and be powered-up. If both a SPARCprinter and a parallel port printer are connected to the SBus card, you can test both devices at the same time.

Note - For a SPARCstation 10, SPARCstation LX, or SPARCclassic system, you can connect a printer directly to the onboard parallel port to run bpptest.

If you are testing the SPARCprinter port, be sure the magnets on the SPARCprinter paper tray are set to the correct paper size. For more information, see the SPARCprinter Installation and User's Guide and the label on the paper tray.

bpptest Options

Graphic

FIGURE 4-1 bpptest

TABLE 4-1 bpptest
OptionsDescription
AccessDetermines the direction of data transfer; this field is informational only. Writeonly is the only option currently available. Data is transferred only from the SBus printer card to the printer.
ModeSets the print intervals. This option lets you select the intervals at which the test image is printed. The default setting is Fast. In the online and Functional tests this option is set to medium. In the Functional test, the choices are:

Fast: Prints an image every 10 seconds. Medium: Prints an image every 12 minutes. Extended: Prints an image every 30 minutes.


bpptest Test Modes

This test supports Connection and Functional test modes.
TABLE 4-2 bpptest
Test ModeDescription
Connection TestIn his mod, bpptest verifies that a bidirectional parallel port is configured on the system. The success of the bpptest in this mode indicates that the system has the bidirectional parallel port hardware and the software driver is installed.
Functional TestThe testing done in this mode is the same as in the online mode, except that the test registers a failure if the port is found busy. This is because SunVTS tests make the assumption that all the resources will be available for testing in the Functional test and therefore the unavailability of the device is interpreted as an indication of a fault condition.

If you invoke SunVTS through SyMON, the following Functional test description applies: the test attempts to verify the functionality of the parallel port and the path between the parallel port and the host memory. An internal loopback test is performed and if a printer is attached to the port, a data pattern is transferred to the printer.


bpptest Command Line Syntax

/opt/SUNWvts/bin/bpptest standard_arguments -o
dev=device_name,access=writeonly|readonly,mode=mode,loop=disable|enable

TABLE 4-3 bpptest
Argument Explanation
dev=device_nameSpecifies the name of the device. This should be of the form
/dev/bpp#, where # is the minor number of the device.
access=writeonly|
readonly
Determines test mode: writeonly or readonly. Note: This flag
is mandatory.
mode=modeSets the test image print rate. The test image is a continuous printout of the ASCII character set. Possible rates are: Fast: Prints the test image at 10-second intervals. Medium: Prints the test image at 12-minute intervals. Extended: Prints the test image at 30-minute intervals.

bpptest Error Messages

TABLE 4-4 bpptest

Error MessageProbable Cause(s)Suggested Action (if applicable)
6000Read compare failed, expected:value, observed:valueSuspect DMA circuitry or FIFO associated with bpp.
6001Error occurred while accessing device_name; Time out Error: value; Bus Error: value; Pin Status: valueSystem error message.
8000could not open device_nameSystem error message.


Device does not exist.


Device not configured correctly.
TABLE 4-4 bpptest(Continued)

Error MessageProbable Cause(s)Suggested Action (if applicable)
8001Encountered error while writing to device_name;Device not configured correctly or does not exist.

Requested bytes to write:
value; Bytes successfully
written: value
Too many print requests
queued up.



Printer out of paper.
8002Failed to obtain memory from malloc() system callSystem heavily loaded.
8003Error occurred while attempting to fork a child processSystem error message.
8004ioctl fail on device_nameSystem error message.
8005error=numberSystem error message.
8006Device device_name unavailable for testingDevice is busy.Retry later.