Hi Yuri - Thanks for your detailed email! I ran the commands and it seems it detects the scanner when running as sudo. Thus *sudo sane-find-scanner* works, but *sane-find-scanner* does not.
In your interpreter commands noted, some of them did not run even though the previous ones worked. Instead of explaining them, thought I would just send them over. Thus he commands are attached. But essentially it seems to be problem with finding the interpreter command. I tried with sudo as well: ... monosij@blue:~$ interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 interpreter: command not found monosij@blue:~$ sudo interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 sudo: interpreter: command not found monosij@blue:~$ interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 interpreter: command not found monosij@blue:~$ iscan-registry -r interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 sed: couldn't open temporary file /var/lib/iscan/sedkJn36b: Permission denied monosij@blue:~$ iscan Gtk-Message: 12:28:42.614: Failed to load module "canberra-gtk-module" monosij@blue:~$ sudo iscan *-- works and opens iscan, detects right scanner and scans fine* Gtk-Message: 12:49:07.331: Failed to load module "canberra-gtk-module" ... The list of commands I ran is attached. I am trying to get the scanner to work with gsan2pdf with which worked fine before - and that still does not detect the scanner. Thank you for your help. Mono On Sat, Nov 23, 2019 at 7:00 AM <[email protected]> wrote: > Send sane-devel mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of sane-devel digest..." > > > Today's Topics: > > 1. Not detecting Epson V600 Perfection on Ubuntu 19.04 > (Monosij Dutta-Roy) > 2. Re: Not detecting Epson V600 Perfection on Ubuntu 19.04 > (Yuri Chornoivan) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 22 Nov 2019 15:10:26 -0500 > From: Monosij Dutta-Roy <[email protected]> > To: [email protected] > Subject: [sane-devel] Not detecting Epson V600 Perfection on Ubuntu > 19.04 > Message-ID: > <CAK89wdGx-DxaYspzOjGa-oW8y9qhZMhY6Qr4_OEH8VgpB= > [email protected]> > Content-Type: text/plain; charset="utf-8" > > Hi Sane-Devel - > > Your help with not detecting Epson V600 will be much appreciated. Installed > with the scanner connected, power on. > > I just downloaded latest linux drivers from Epson, v 2.30.4 created 20 > AUG.2019. > http://support.epson.net/linux/en/iscan.php?model=gt-x820&version=2.30.4 > > During installation, by the install script (attached) everything seemed to > go ok except for this message: > ... > Unpacking iscan-plugin-gt-x820 (2.2.1-1) over (2.2.1-1) ... > Setting up iscan-data (1.39.1-2) ... > > > *expr: syntax error: missing argument after ‘-’tail: invalid number of > lines: ‘/lib/udev/rules.d/60-libsane.rules’*Setting up iscan (2.30.4-2) ... > Setting up iscan-plugin-gt-x820 (2.2.1-1) ... > ... > scanimage -L returns: > 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). > ... > scanimage -T returns: > scanimage: no SANE devices found > ... > Would be really great to understand how to best fix. I can run any > necessary commands and get back to you. > > Thank you for your help. > > Mono > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://alioth-lists.debian.net/pipermail/sane-devel/attachments/20191122/6ddec560/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Sat, 23 Nov 2019 08:55:08 +0200 > From: Yuri Chornoivan <[email protected]> > To: [email protected] > Subject: Re: [sane-devel] Not detecting Epson V600 Perfection on > Ubuntu 19.04 > Message-ID: <[email protected]> > Content-Type: text/plain; charset="UTF-8" > > пʼятниця, 22 листопада 2019 р. 22:10:26 EET Monosij Dutta-Roy написано: > > Hi Sane-Devel - > > > > Your help with not detecting Epson V600 will be much appreciated. > Installed > > with the scanner connected, power on. > > > > I just downloaded latest linux drivers from Epson, v 2.30.4 created 20 > > AUG.2019. > > http://support.epson.net/linux/en/iscan.php?model=gt-x820&version=2.30.4 > > > > During installation, by the install script (attached) everything seemed > to > > go ok except for this message: > > ... > > Unpacking iscan-plugin-gt-x820 (2.2.1-1) over (2.2.1-1) ... > > Setting up iscan-data (1.39.1-2) ... > > > > > > *expr: syntax error: missing argument after ‘-’tail: invalid number of > > lines: ‘/lib/udev/rules.d/60-libsane.rules’*Setting up iscan (2.30.4-2) > ... > > Setting up iscan-plugin-gt-x820 (2.2.1-1) ... > > ... > > scanimage -L returns: > > 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). > > ... > > scanimage -T returns: > > scanimage: no SANE devices found > > ... > > Would be really great to understand how to best fix. I can run any > > necessary commands and get back to you. > > > > Thank you for your help. > > > > Mono > > Hi, > > Please try to do as follows > > 1. Attach your scanner and turn it on. > > 2. Run 'sane-find-scanner'. You should see something like > > found USB scanner (vendor=0x04b8 [EPSON], product=0x0142 [EPSON Perfection > V33/V330]) at libusb:002:006 > > (these are for my EPSON Perfection V33/V330, yours output should be > different) > > 3. From root run (via sudo) > > iscan-registry --add interpreter usb 0x04b8 0x0142 /usr/lib/esci/libesci- > interpreter-perfection-v600 > > (replace "0x04b8 0x0142" with your data) > > 4. Check if there is registration file, /var/lib/iscan/interpreter, with > the > following data > > interpreter usb 0xXXXX 0xXXXX /usr/lib/esci/libesci-interpreter-perfection- > v600 > > You can use > > iscan-registry -r interpreter usb 0xXXXX 0xXXXX /usr/lib/esci/libesci- > interpreter-perfection-v600 > > to remove duplicate registrations. > > 5. Run 'iscan' to check if the scanner works. > > Hope this helps. > > Best regards, > Yuri > > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > sane-devel mailing list > [email protected] > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/sane-devel > > ------------------------------ > > End of sane-devel Digest, Vol 173, Issue 25 > ******************************************* >
monosij@blue:~$ sudo sane-find-scanner [sudo] password for monosij: # sane-find-scanner will now attempt to detect your scanner. If the # result is different from what you expected, first make sure your # scanner is powered up and properly connected to your computer. # No SCSI scanners found. If you expected something different, make sure that # you have loaded a kernel SCSI driver for your SCSI adapter. found USB scanner (vendor=0x04b8 [EPSON], product=0x013a [EPSON Scanner]) at libusb:003:005 # Your USB scanner was (probably) detected. It may or may not be supported by # SANE. Try scanimage -L and read the backend's manpage. # Not checking for parallel port scanners. # Most Scanners connected to the parallel port or other proprietary ports # can't be detected by this program. monosij@blue:~$ sudo scanimage -L Created directory: /var/lib/snmp/mib_indexes device `epkowa:interpreter:003:005' is a Epson Perfection V600 Photo flatbed scanner monosij@blue:~$ iscan-registry --add interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 /usr/sbin/iscan-registry: 155: /usr/sbin/iscan-registry: cannot create /var/lib/iscan/interpreter: Permission denied monosij@blue:~$ sudo iscan-registry --add interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 monosij@blue:~$ interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 interpreter: command not found monosij@blue:~$ sudo interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 sudo: interpreter: command not found monosij@blue:~$ interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 interpreter: command not found monosij@blue:~$ iscan-registry -r interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 sed: couldn't open temporary file /var/lib/iscan/sedkJn36b: Permission denied monosij@blue:~$ sudo iscan-registry -r interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 monosij@blue:~$ iscan-registry -r interpreter usb 0x04b8 0x013a /usr/lib/esci/libesci-interpreter-perfection-v600 monosij@blue:~$ iscan Gtk-Message: 12:28:42.614: Failed to load module "canberra-gtk-module" monosij@blue:~$ sudo scanimage -L device `epkowa:interpreter:003:005' is a Epson Perfection V600 Photo flatbed scanner monosij@blue:~$ 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).
