HP DesignJet 500 and FreeBSD 8.0 - print is impossible
Hans Petter Selasky
hselasky at c2i.net
Fri Dec 11 09:34:45 UTC 2009
On Thursday 10 December 2009 17:33:42 Сергей.Тула wrote:
> Hello, All!
>
> After installing FreeBSD 8.0 I unable print at USB-connected HP DesignJet
> 500. I never printing at this hardware via USB before using FreeBSD 8.0.
> But if this printer is connected to another machine then is works under
> Windows and FreeBSD 7.
>
> For debugging I do:
> sudo sysctl hw.usb.ulpt.debug=1
> Attach printer
> sudo cp test.prn /dev/ulpt0
Try:
cat test.prn > /dev/unlpt0
or
cat test.prn > /dev/ulpt0
Also try:
usbconfig show_ifdrv
--HPS
More information about the freebsd-usb
mailing list