Results 1 to 9 of 9

Thread: epson wf-2540 not working

  1. #1
    Join Date
    Jun 2016
    Beans
    3

    epson wf-2540 not working

    hi, im new to this sight, ive been reading alot and tried some answers to printer problems. none have worked for me.. im not very a experienced ubuntu user.. i have the new 16.04 LTS & can not get my printer to work, it worked in my last version 12.0 .. any chance anyone could help me out? im simply out of options w/ my knowledge of this...first there was no printer icon in my hardware. i have gotten that back, but cant add a new printer,
    Last edited by Robert_Litolff; June 28th, 2016 at 09:34 PM.

  2. #2
    Join Date
    Jun 2016
    Beans
    3

    Re: epson wf-2540 not working

    screen shot of what i get




    printer1.pngprinter.png
    Last edited by Robert_Litolff; June 28th, 2016 at 09:38 PM.

  3. #3
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: epson wf-2540 not working

    [Notice]
    In order to install these drivers, you need to install LSB package (version 3.2 or later) beforehand.

    Ubunbu:
    Code:
    sudo apt-get install lsb
    Then the driver should be here:http://download.ebz.epson.net/dsc/du...bd567029c06dd8
    Make sure everything match's your printer. Edit: I like to use Gdebi to install all .debs
    Code:
    sudo apt install gdebi

  4. #4
    Join Date
    Jun 2016
    Beans
    3

    Re: epson wf-2540 not working

    Code:
    bob@ubuntu:~$ sudo apt-get install lsb
    [sudo] password for bob: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package lsb is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    
    E: Package 'lsb' has no installation candidate 
    this is what i got...?

  5. #5
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: epson wf-2540 not working

    I did not know they had removed that for 16.04???
    Refer to this site:http://lifeofageekadmin.com/install-...river-wf-2540/

  6. #6
    Join Date
    Aug 2011
    Beans
    464
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: epson wf-2540 not working

    lsb has been removed from Ubuntu repos. Best solution is to add trusty repos and install lsb from there and then remove the repo. I and many others have done that for Epson printers and Google Earth with no issues, here is the launchpad link to the missing lsb issue. https://bugs.launchpad.net/ubuntu/+s...b/+bug/1536353

  7. #7
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: epson wf-2540 not working

    Quote Originally Posted by Linuxisfast View Post
    lsb has been removed from Ubuntu repos. Best solution is to add trusty repos and install lsb from there and then remove the repo. I and many others have done that for Epson printers and Google Earth with no issues, here is the launchpad link to the missing lsb issue. https://bugs.launchpad.net/ubuntu/+s...b/+bug/1536353
    Thanks for the updated information..and the link.
    I hope I have not discouraged the OP.
    Regards

  8. #8
    Join Date
    Jun 2005
    Beans
    Hidden!

    Re: epson wf-2540 not working

    So if you have not done this already To Add the trusty repositories.
    Open a terminal and type the following command:
    Code:
    gksudo gedit /etc/apt/sources.list
    Add the following line at the bottom of the file:

    Code:
      deb http://archive.ubuntu.com/ubuntu/ trusty main
    Save the file && Run the command:

    Code:
    sudo apt-get update
    Install lsb with

    Code:
    sudo apt-get install lsb
    Install the printer driver. Run:

    Code:
     sudo dpkg -i yourdriver.deb
    Remove the trusty repos from sources.list
    Open a terminal and type the following command:

    Code:
     gksudo gedit /etc/apt/sources.list
    Remove the following line at the bottom of the file:

    Code:
    deb http://archive.ubuntu.com/ubuntu/ trusty main
    Save again && Run:

    Code:
      sudo apt-get update
    Add your printer by going into Printers > Add.

    NOTE: You may have to manually select the driver from a list.
    Hope this useful.

  9. #9
    Join Date
    Aug 2011
    Beans
    464
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: epson wf-2540 not working

    lsb is back in repos, just do sudo apt install lsb and you are set.
    Last edited by Linuxisfast; July 2nd, 2016 at 07:12 AM.

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
  •