Epson MFP CX5600 was Re: usb2 + scanner HP ScanJet 4300C

2009-11-11 Thread eculp
Rizzo ri...@iet.unipi.it Subject: Re: usb2 + scanner HP ScanJet 4300C To: Oliver Fromme o...@lurza.secnetix.de Cc: freebsd-curr...@freebsd.org, freebsd-usb@freebsd.org On Fri, Dec 12, 2008 at 09:27:27PM +0100, Oliver Fromme wrote: Hi, I've got a HP ScanJet 4300C that seems

Re: Epson MFP CX5600 was Re: usb2 + scanner HP ScanJet 4300C

2009-11-11 Thread Warren Block
On Wed, 11 Nov 2009, eculp wrote: Based on the Luigi's link included in an almost year old email to these lists, I purchased an Epson CX5600 with all intentions of using the scanner but never seemed to get around to configuring it. Many things have happened since then including new USB, etc.

Re: Epson MFP CX5600 was Re: usb2 + scanner HP ScanJet 4300C

2009-11-11 Thread Hans Petter Selasky
pretty sure the problems are from the changes made in current this year. - Forwarded message from ri...@iet.unipi.it - Date: Fri, 12 Dec 2008 23:04:28 +0100 From: Luigi Rizzo ri...@iet.unipi.it Subject: Re: usb2 + scanner HP ScanJet 4300C To: Oliver Fromme o

Re: usb2 + scanner HP ScanJet 4300C

2008-12-22 Thread Oliver Fromme
Hans Petter Selasky wrote: You need to copy libusb20 (installed by default) over libusb0.1xxx. The libusb from sourceforge does not know how to talk with the new UGEN. YES! That did it. Thank you very much! # sane-find-scanner [...] found USB scanner (vendor=0x03f0, product=0x0305)

Re: usb2 + scanner HP ScanJet 4300C

2008-12-21 Thread Hans Petter Selasky
On Saturday 20 December 2008, Oliver Fromme wrote: Hans Petter Selasky wrote: On Friday 19 December 2008, Oliver Fromme wrote: Unfortunately, the scanner attaches to ugen, not uscanner. So there is no /dev/uscanner*, so SANE doesn't find it. :-( The scanner is listed in

Re: usb2 + scanner HP ScanJet 4300C

2008-12-20 Thread Oliver Fromme
Hans Petter Selasky wrote: On Friday 19 December 2008, Oliver Fromme wrote: Unfortunately, the scanner attaches to ugen, not uscanner. So there is no /dev/uscanner*, so SANE doesn't find it. :-( The scanner is listed in uscanner2.c, product ID and vendor ID match. Looks like

Re: usb2 + scanner HP ScanJet 4300C

2008-12-19 Thread Hans Petter Selasky
On Friday 19 December 2008, Oliver Fromme wrote: Hans Petter Selasky wrote: Nick Hibma wrote: The uscanner driver for USB1 is very simple and does not do a set config index. JFYI, usb1 didn't work with this scanner at all. That's why I installed 8-current with usb2 on this

Re: usb2 + scanner HP ScanJet 4300C

2008-12-16 Thread Hans Petter Selasky
On Tuesday 16 December 2008, Nick Hibma wrote: But other than that, i wouldn't waste much time: for 50..80 euro you can get one of the Epson multifunction printer scanners (i have personally tried DX4400 to DX7050) which are well supported and extremely reliable. I bought

Re: usb2 + scanner HP ScanJet 4300C

2008-12-16 Thread Nick Hibma
But other than that, i wouldn't waste much time: for 50..80 euro you can get one of the Epson multifunction printer scanners (i have personally tried DX4400 to DX7050) which are well supported and extremely reliable. I bought this ScanJet 4300 C specifically because it is listed

usb2 + scanner HP ScanJet 4300C

2008-12-12 Thread Oliver Fromme
Hi, I've got a HP ScanJet 4300C that seems to be a little bit stubborn. It doesn't work with the old USB code, so I updated to 8-current and compiled a kernel with the new usb2 drivers. Now I get: usb2_alloc_device:1590: Failure selecting configuration index 0: USB_ERR_TIMEOUT, port 2, addr 2

Re: usb2 + scanner HP ScanJet 4300C

2008-12-12 Thread Hans Petter Selasky
On Friday 12 December 2008, Oliver Fromme wrote: usb2_alloc_device: You could try to edit the code in sys/dev/usb2/core/usb2_device.c and loop two times on the set_config command in usb2_alloc_device(). Or you can try to make the code ignore the return value from the failing set_config

Re: usb2 + scanner HP ScanJet 4300C

2008-12-12 Thread Luigi Rizzo
On Fri, Dec 12, 2008 at 09:27:27PM +0100, Oliver Fromme wrote: Hi, I've got a HP ScanJet 4300C that seems to be a little bit stubborn. ... Is there anything I can do, except for forgetting about this scanner alltogether? one option is to put the device IDs in uscanner.c and see if it is

Re: usb2 + scanner HP ScanJet 4300C

2008-12-12 Thread Oliver Fromme
Hans Petter Selasky wrote: On Friday 12 December 2008, Oliver Fromme wrote: usb2_alloc_device: You could try to edit the code in sys/dev/usb2/core/usb2_device.c and loop two times on the set_config command in usb2_alloc_device(). Or you can try to make the code ignore the return

Re: usb2 + scanner HP ScanJet 4300C

2008-12-12 Thread Oliver Fromme
Luigi Rizzo wrote: On Fri, Dec 12, 2008 at 09:27:27PM +0100, Oliver Fromme wrote: Hi, I've got a HP ScanJet 4300C that seems to be a little bit stubborn. ... Is there anything I can do, except for forgetting about this scanner alltogether? one option is to put the