usb printers

Polytropon freebsd at edvax.de
Tue Aug 25 22:11:15 UTC 2015


On Tue, 25 Aug 2015 12:25:25 -0700, john.haraden--- via freebsd-questions wrote:
> How do I get devices ulpt0 and unlpt0 to show up in /dev

If the printer interface identifies the device as belonging
to the "USB printer" class, the device files will appear
automatically. The required driver (ulpt) is part of the
default system kernel.

In case it's not (for example when running a custom kernel),
add this line to /boot/loader.conf:

	ulpt_load="YES"

For details see "man 4 ulpt".

If the printer is not recognized with this mechanism, a
generic USB device (ugen) will appear. Some printer drivers
require this (instead of ulpt).


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list