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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
