man.bsd.lv manual page server

Manual Page Search Parameters

ULPT(4) Device Drivers Manual ULPT(4)

ulptUSB printer support

To compile this driver into the kernel, place the following line in your kernel configuration file:

device ulpt

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

ulpt_load="YES"

The ulpt driver provides support for USB printers that follow the printer bi- or uni-directional protocol. The bits in the minor number select various features of the driver.
64 Do not initialize (reset) the device on the port.

Some printers cannot handle the reset on open; in case of problems try the unlpt device.

The ulpt driver provides support for USB printers and parallel printer conversion cables, including the following:

/dev/ulpt?
device with reset
/dev/unlpt?
device without reset

lpt(4), usb(4)

The ulpt driver appeared in NetBSD 1.4. This manual page was adopted from NetBSD by Tom Rhodes <trhodes@FreeBSD.org> in April 2002.

November 22, 2006 DragonFly-5.6.1