I used to enter Gimp and scan my photos using "Acquire -> Xsane: Device Dialog"
Now the menu includes the old "Acquire -> Xsane: Device Dialog" and a new one "Xsane libusb:001:004"
If I choose "Acquire -> Xsane: Device Dialog" I get "No devices available"
Choosing "Xsane epson:libusb:001:004" I get "Failed to open device epson:libusb:001:004 invalid argument.
From command line as root:
Code: Select all
lsusb | grep Epson
Bus 001 Device 003: ID 04b8:0811 Seiko Epson Corp. Stylus Photo RX620 all-in-one
Code: Select all
sane-find-scanner -q
found USB scanner (vendor=0x04b8 [EPSON], product=0x0811 [USB2.0 MFP(Hi-Speed)]) at libusb:001:003
Code: Select all
scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
Code: Select all
scanimage --device-name epson:libusb:001:003 --resolution 300 --format tiff > image.tiff
scanimage: open of device epson:libusb:001:003 failed: Invalid argument
Code: Select all
ls -l /proc/bus/usb/001/003
-rw-rw-r-- 1 root usb 96 2008-09-15 02:04 /proc/bus/usb/001/003
Code: Select all
groups
lp wheel floppy mail audio cdrom video games cdrw apache usb users lpadmin sun plugdev scanner earth realtime
Kind regards,
orange_juice

