Cara Install Printer Epson L210

Posted on
Cara Install Printer Epson L210 Rating: 4,1/5 8569 reviews

Epson L310 Mac Printer Driver Download (39.86 MB) This driver works both the Epson L310 Series Download. Cara Mudah Install Driver Epson L310 Lengkap: Cara Menginstal Driver Lepaskan printer Epson sobat dari komputer/laptop jika sobat sebenarnya menghubungkan kabel printer. Downloads: Epson L210. Return back to support options for Epson L210. Scan to PDF: How to create single and multi-page files with Epson Scan. Aug 29, 2018 - Why you need install epson l210 driver? If you buy new epson l210 you need to install driver to use. When you reinstall your windows operating.

I am trying to install the Epson scanner driver... I have extracted the tar.gz. file but on ./configure shows the error

juggernauthk108juggernauthk108

3 Answers

To install the driver go to Epson Drivers Site.

Enter the scanner model into the search box and select Linux as OS.

Click on download button at the right of 'scanner driver'.

Accept the license.

Click on 'Package Download Page'.

Click on 'Download' button for 32- or 64-bit deb package. I assume you have a 64-bit system.

Copy iscan-bundle-1.0.0.x64.deb.tar.gz to your home folder.

Run in terminal:

Try to scan with 'Simple Scan'.

Pilot6Pilot6

I tried doing this but still the scanner is not working. Now simple scan recognizes the scanner as 'unknown model', but does not scann. Other programs such as Image Scan! for Linux and gscan2pdf say the device is busy.

Do you know how to fix that?

Epson
Pablo ViollierPablo Viollier
Cara

I was looking for a driver of the Scanner Modell Epson Styus DX3850. The installation routine does not differ between printers and scanners, therefore this instruction works as well for printers.

The following procedure describes the scanner driver installation on Ubuntu 16.10:

1. Access Epsons' Website and find the driver for the specific device, in my case the Scanner Epson Stylus DX3850. Choose the the driver for the corresponding OS, Linux 32/64 Bit.

2. Switch to folder where the driver was downloaded. Extract the archive and run install.sh inside the archive folder:

cd ~/Downloads/iscan-bundle-1.0.4.x86.deb

tar xaf iscan-bundle-1.0.4.x86.deb.tar.gz

cd iscan-bundle-1.0.4.x86.deb

./install.sh

Afterwards, three folders are present inside the main driver folder, named:plugins, data, core. Each folder contains a separate package, that has to be installed.

The packages has to be installed in the following order:

  • A: Data
  • B: Core
  • C: Plugins

3.Install the packages:Change in terminal to each package folder and install them in the following order by following commands:

Data Package:

cd ~/Downloads/iscan-bundle-1.0.4.x86.deb/data

sudo dpkg --install iscan-data_1.39.0-1_all.deb

Core Package:

cd ~/Downloads/iscan-bundle-1.0.4.x86.deb/core

sudo dpkg --install iscan_2.30.3-1_i386.deb

Plugins Package:

cd ~/Downloads/iscan-bundle-1.0.4.x86.deb/plugins

sudo dpkg --install iscan-network-nt_1.1.1-1_i386.deb

Finally, the Scanner application can be found in the computers dash under the name Simple Scan.

Observation: The Scanner itself is not listed as a device in the system settings, as in the printers case.

Greets

Tom

TomTom

Not the answer you're looking for? Browse other questions tagged driverssoftware-installationprintingscannergimp or ask your own question.