Results 1 to 2 of 2

Thread: Epson ET-5850 printing problems

  1. #1
    Join Date
    Nov 2019
    Beans
    3

    Question Epson ET-5850 printing problems

    Hello hardware-friends,

    I am using Ubuntu 20.04 LTS and the printer ET-5850. I have two poblems:

    1) In "Settings → Printers" the printer appears once, but all settings are disabled. In "Printer Options" all options are disabled as well.


    2) If I want to print a document two almost identically names printers appear. If I choose the upper one, I cannot print as the option "Print" is disabled. Selecting the lower one (EPSON_ET_5850_Series) lets me click on "Print", but I can print only one copy. If I want to print e.g. 5 copies, the printer stops and "beeps" after the first copy. This is unfortunatesince I am a teacher and I need to print a document 20 times or so.


    I have completely removed (apt purge) cups, removed the folders /usr/share/cups and /etc/cups and the official Epson drivers and the Epson-printing-utility – and then reinstalled everything. Both problems are still there. The Epson support says they do not support Linux, sadly. Anybody here who can help me?


    Happy Merry post-Christmas greetings from Germany
    Marcus

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

    Re: Epson ET-5850 printing problems

    You should have a PPD in /etc/cups/ppd, probably named like the lower entry, EPSON_ET_5850_Series. This is YOUR_PPD. Give what you get for
    Code:
    sudo grep "*cupsManualCopies" /etc/cups/ppd/YOUR_PPD
    Code:
    sudo grep "*PCFileName" /etc/cups/ppd/YOUR_PPD
    Stop cups-browsed:
    Code:
    systemctl stop cups-browsed
    Do any printers disappear from the list?

    Are you using a USB or a wireless connection?
    Brian.

Tags for this Thread

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
  •