0

Epson L210 printer and scanner was working in Ubuntu 14.04 but upgrading to 16.04 only printer is working. I have the scanner driver deb amd 64 package but I don't know how to install.

Lucio
  • 19,191
  • 32
  • 112
  • 191

1 Answers1

0

Are you sure it is a deb? The epson file (iscan) is not actually a deb even though it has ".deb" in the file name (eg iscan-bundle-1.0.0.x64.deb.tar.gz).

Is iscan installed? If not, try these directions:

  1. Download the most recent iscan software.

  2. Extract the software using archive manager (eg In Nautilus, right-click downloaded file and then Open With Archive manager)

  3. Open a terminal and go to the extracted folder (eg In Nautilus, right-click extracted folder and then 'Open in Terminal').

  4. Type ./install.sh

For more info and in case of problems, see the Epson installation guide:

Jaydin
  • 1,571