Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2015 00:11:05 +0200
From:      Polytropon <freebsd@edvax.de>
To:        john.haraden@yahoo.com
Cc:        "john.haraden--- via freebsd-questions" <freebsd-questions@freebsd.org>, questions@freebsd.org
Subject:   Re: usb printers
Message-ID:  <20150826001105.37b2d454.freebsd@edvax.de>
In-Reply-To: <BBCD7F91-1F57-45DB-9513-773C540322E1@yahoo.com>
References:  <BBCD7F91-1F57-45DB-9513-773C540322E1@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150826001105.37b2d454.freebsd>