Results 1 to 4 of 4

Thread: How to install Epson ET-3700

  1. #1
    Join Date
    Nov 2019
    Beans
    1

    Question How to install Epson ET-3700

    I am running Ubuntu 18.04.1 on a PC with Intel Core2 Duo.

    Trying to install an Epson ET-3700.

    System searches for but is unable to find correct driver.

    Epson lists drivers to download for Ubuntu here:

    http://download.ebz.epson.net/dsc/du...2575418d70ea49

    ... with the following options:

    epson-inkjet-printer-escpr2_1.1.2-1lsb3.2_i386.deb 1.86 MB
    epson-inkjet-printer-escpr2-1.1.2-1lsb3.2.x86_64.rpm 1.66 MB
    epson-inkjet-printer-escpr2_1.1.2-1lsb3.2_amd64.deb 1.86 MB
    epson-inkjet-printer-escpr2-1.1.2-1lsb3.2.src.rpm

    epson-inkjet-printer-escpr2-1.1.2-1lsb3.2.i486.rpm 1.66 MB
    2.45 MB
    Information
    [Notice]
    In order to install these drivers, you need to install LSB package (version 3.2 or later) beforehand.

    Ubuntu:
    # apt-get install lsb

    Fedora:
    # yum install lsb

    OpenSUSE:
    # yast --install lsb





    ... but I have no idea how to proceed.

    Many thanks,

    ~Mark

  2. #2
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: How to install Epson ET-3700

    Hi, welcome to the fora.

    Please run the three commands
    Code:
    sudo apt update
    sudo apt dist-upgrade
    sudo apt install lsb
    one at a time and post the output in CODE tags.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  3. #3
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: How to install Epson ET-3700

    You do not need any vendor drivers to print with the ET-3700. Put the printer on the network and execute
    Code:
    driverless
    to get a URI and substitute in
    Code:
    lpadmin -p et3700 -v URI -E - m everywhere
    Test printing with
    Code:
    lp -d et3700 /etc/nsswitch.conf
    All-in-all, a five minute task.
    Brian.

  4. #4
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: How to install Epson ET-3700

    The OP receives two quality responses and then doesn't respond. What a waste of everyone's time and effort!
    Brian.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •