Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 02:19:49 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        John Hay <jhay@meraka.org.za>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: [8.0] hplip3/ugen printer problem
Message-ID:  <200910190219.49761.hselasky@c2i.net>
In-Reply-To: <20091018184031.GA5662@zibbi.meraka.csir.co.za>
References:  <20091018153910.375f8013@baby-jane.lamaiziere.net> <200910181947.54372.hselasky@c2i.net> <20091018184031.GA5662@zibbi.meraka.csir.co.za>

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




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