On Tue, 9 Apr 2002, Colin Ward wrote:
> usbdevfs: USBDEVFS_BULK failed dev 2 ep 0x85 len 512 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 192 rq 18 len 8 ret -110 > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 192 rq 18 len 8 ret -110 > [colin@colinsbox colin]$ > > I don't really understand the last 3 lines. Can you tell me ? like i said my > USB devices seems to be working ok, although i have to manuly load the micro > code into the modem. I can then connect. Looking at the kernel code (drivers/usb/devio.c), it looks like the kernel initially tries a bulk transfer to the printer, which failed, then tried a couple of passes of setting controls to re-attempt the data transfer. If you're getting your print jobs OK, I wouldn't worry about it too much, it's just debugging information. Stew Benedict -- MandrakeSoft PPC FAQ: http://www.linux-mandrake.com/en/demos/PPC/FAQ/
