Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. tar xf iscan-gt-x820-bundle-1.0.1.x64.deb.tar.gz
  2. cd iscan-gt-x820-bundle-1.0.1.x64.deb
  3. ./install.sh
  4.  
  5. Could not send command to scanner. Check the scanner’s status.
  6.  
  7. sudo vim /etc/udev/rules.d/79-udev-epson.rules
  8.  
  9. ATTRS{manufacturer}=="EPSON", DRIVERS=="usb", SUBSYSTEMS=="usb", ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="*", MODE="0777"
  10.  
  11. sudo ln -sfr /usr/lib/sane/libsane-epkowa* /usr/lib/x86_64-linux-gnu/sane
  12.  
  13. $ scanimage -L
  14. device `epkowa:interpreter:001:010' is a Epson (unknown model) flatbed scanner
  15.  
  16. $ sane-find-scanner
  17. could not open USB device ...
  18. found USB scanner (vendor=0x04b8 [EPSON], product=0x013a [EPSON Scanner]) at libusb:001:010
  19. could not open USB device ...
  20.  
  21. $ sudo sane-find-scanner
  22. found USB scanner (vendor=0x04b8 [EPSON], product=0x013a [EPSON Scanner]) at libusb:001:010
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement