[8.0] hplip3/ugen printer problem
Hans Petter Selasky
hselasky at c2i.net
Mon Oct 19 00:18:52 UTC 2009
On Sunday 18 October 2009 20:40:31 John Hay wrote:
> > > io/hpmud/musb.c 1028: bulk_write failed buf=0xbfbfc93c size=8192
> > > len=-60:
Error -60 means that the transfer timed out.
Maybe the timeout given by the driver is too strict.
Try increasing the timeout, or change the usb_bulk_write() code into
temporarily using no timeout, timeout=0.
--HPS
More information about the freebsd-usb
mailing list