3 грудня 2019, 15:01:01, від "J. Paul Bissonnette" <[email protected]>:
> On Tue, 03 Dec 2019 14:50:33 +0200 > Yuri Chornoivan <[email protected]> wrote: > > > 3 грудня 2019, 13:37:04, від "J. Paul Bissonnette" > > <[email protected]>: > > > > > On Sun, 01 Dec 2019 17:49:52 -0400 > > > "J. Paul Bissonnette" <[email protected]> wrote: > > > > > > Hello > > > Am I the only one that bought an Epson XP-7100 or having problems > > > with the scanner??? > > > Paul > > > > Hi, > > > > It is hard to decide what went wrong without step-by-step explanation > > of what was done. > > > > Just a wild shots, > > > > 1. Is the scanner registered in the system, i.e. is there something > > in: /var/lib/iscan/interpreter ? > > > Thanks Yuri > > /var/lib/iscan/interpreter does not exist in any of the 3 computers > > Maybe this is the starting point. :) > > Paul Ok. Can you try to register the scanner manually? 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, your output should be different) 3. From root run (via sudo) iscan-registry --add interpreter usb 0x04b8 0x0142 /usr/lib/esci/libesci-<your-interpreter> (replace "0x04b8 0x0142" and "libesci-interpreter-<your-interpreter>" with your data, there must be some interpreter that was installed with Epson packages) 4. Check if there is registration file, /var/lib/iscan/interpreter, with the following data interpreter usb 0xXXXX 0xXXXX /usr/lib/esci/libesci-interpreter-<your-interpreter> You can use iscan-registry -r interpreter usb 0xXXXX 0xXXXX /usr/lib/esci/libesci-<your-interpreter> to remove duplicate registrations. 5. Run 'iscan' to check if the scanner works. > > > > 2. Do you have some major distribution iscan packages installed in > > parallel to the Epson proprietary packages? > > > > Thanks in advance for your answers. > > > > Best regards, > > Yuri > > > > > > > > > > > > > > > > On Sun, 1 Dec 2019 17:52:25 +0100 > > > > Ulf Zibis <[email protected]> wrote: > > > > > > > > > Am 01.12.19 um 14:15 schrieb Yuri Chornoivan: > > > > > > неділя, 1 грудня 2019 р. 14:42:12 EET J. Paul Bissonnette > > > > > > написано: > > > > > >> I just purchased the Epson XP-7100 when I try to use XSane or > > > > > >> Simple Scan I get the warning on all my three ubuntu boxes > > > > > >> scanner not found. I downloaded and installed the software > > > > > >> from the Epson site > > > > > >> > > > > > >> I am running Ubuntu 18.04LTS on one, UbuntuStudio 18.04LTS on > > > > > >> another and the 3rd Xubuntu 18.04LTS > > > > > >> The last time I used Epson it worked with out a problem. > > > > > >> That is the reason I dumped the iffy Canon. > > > > > >> > > > > > >> Where do I start looking? > > > > > > Hi, > > > > > > > > > > > > Does it work from root? I mean, does XSane detect the scanner > > > > > > if you start it as "sudo xsane"? > > > > > > > > > > For graphical applications better use "sudo -H xsane", > > > > > otherwise you corrupt your settings in /home. > > > > > > > > > > -Ulf > > > > > > > > > > > > > > > > > Thanks in advance for your answer. > > > > > > > > > > > > Best regards, > > > > > > Yuri > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Doesn't work either > > > > > > > > > > > > > > > Thanks Yuri > >
