but I tried it now with the strace .
When scanimage is trying to open the specified device, it couldn't
/proc/scsi/scsi
--------------------------
Host: scsi0 Channel: 00 Id: 06 Lun: 00
Vendor: HP Model: C2520A Rev: 3644
Type: Processor ANSI SCSI revision: 02
strace scanimage -d hp:/dev/sg6
--------------------------
open("/dev/sg6", O_RDWR|O_EXCL) = -1 ENXIO (No such device or
address)
open("/dev/scanner", O_RDWR|O_EXCL) = -1 ENOENT (No such file or
directory)
ls -l /dev/sg6
--------------------------
crw-rw-rw- 1 root root 21, 6 Jan 7 11:43 /dev/sg6
Where is the problem here, with setenv SANE_DEBUG_HP I get open failed:
invalid argument.
Any hints?
Bye, Carsten
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com