2281
Applications / Re: Updated hpaio.dll for HP Scanners **USB scanners now supported**
« on: May 26, 2013, 11:41:25 am »
OK this is released now at http://os2ports.smedley.id.au - thanks to Gabriele for testing
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Thanks again Paul... this new lsusb works just fine. I have also got your latest SANE working with Tame too - very nice! Think I'll push the envelope and see if I can get saned working and scan remotely...8-)
When I try 'lsusb -v' I get an error: lsusb: 'cannot open "/extras/share/usb.ids", No such file or directory', and indeed there isn't. I do have usb.ids in C:\ecs\bin. I am able to scan with my Epson 2480 photo scanner, thanks!
When I try 'lsusb -v' I get an error: lsusb: 'cannot open "/extras/share/usb.ids", No such file or directory', and indeed there isn't. I do have usb.ids in C:\ecs\bin. I am able to scan with my Epson 2480 photo scanner, thanks!
did some test with my epson scanner.
device `plustek:libusb:001:001' is a Epson Perfection 1250/Photo flatbed scanner
device `test:0' is a Noname frontend-tester virtual device
device `test:1' is a Noname frontend-tester virtual device
The scanner is detected and a simple color scan has produced a tiff. Looks good so far.
Do you need anything more to be tested?
A little more information. I copied scanimage over to the tame directory and almost everything that worked with the old scanimage works with your new one - except sizing an area in the preview window. I can size an area and it shows up as it did but scanimage scans the whole area regardless. If this can be fixed, good, if not it just means cropping in PMView - one extra stage which will only be a big deal if I have a lot of scans to crop.
Mine using this test.cmd:
set beginlibpath=c:\sane\lib;
set SANE_DEBUG_MUSTEK_USB=255
set SANE_DEBUG_SANEI_USB=255
set sane_config_dir=\sane\etc\sane.d
scanimage -v >output.pnm 2>debugoutput.txt
return debugoutput.txt in attachment and a size 0 output.pnm
output.pnm came from scanimage > output.pnm (your last with libusb logging enable)
Regards
QuoteAny change of a debug log from 1.0.22? Might also be worth sending you a scanimage.exe with libusb logging enabled....I have attached the relevant portion of the debugoutput.txt from 1.00.22.
Yes, please send me a scanimage.exe with libusb logging enabled.
C:\sane>hp-mkuri -b 1 -d 3
hp:/usb/Photosmart_C4100_series?serial=MY759J14HV04J7
hpaio:/usb/Photosmart_C4100_series?serial=MY759J14HV04J7
(it's an old Photosmart C4180 AllInOne). Tested a couple of colour scans and works fine, thanks a lot!!!
Can someone suggest me a good frontend for scanimage? Is Tame still a good option or something QT-based appeared in the meantime?
By the way (and knowing that I'm going against the flow): root directory is becoming a bit crowded with \cups, \gs, \gutenprint and now \hplib and \sane around, would be great being able to install CUPS and Sane with RPM :-)
QuoteThe log shows: [genesys] attach: found Canon flatbed scanner LiDE 210 at libusb:001:001
I don't seen any scan attempt. What command line was used?
I used d:\sane23\scanimage -L >output.pnm 2>debugoutput.txtQuoteTo try a scan, just try: scanimage > output.pnm
[D:\sane23]scanimage > output.pnm
scanimage: open of device genesys:libusb:001:001 failed: Invalid argument
That failed so I used:
@echo off
setlocal
set beginlibpath=d:\sane23\lib;
set SANE_CONFIG_DIR=d:\sane23\etc\sane.d
set SANE_DEBUG_GENESYS=255
set SANE_DEBUG_SANEI_USB=255
rem - d:\sane23\scanimage -L >output.pnm 2>debugoutput.txt
d:\sane23\scanimage >output.pnm 2>debugoutput.txt
endlocal
exit
This gives "sanei_usb_control_msg: libusb complained: Input/output error" always at the same spot when I try again after unplug/replug of the scanner. This is different from your earlier sane-1.0.22-os2-20120131.zip product which allows me to actual obtain a scan.