LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-22-2018, 10:27 AM   #1
srjjio
LQ Newbie
 
Registered: May 2018
Location: Lyon
Distribution: Fedora (previously Ubuntu)
Posts: 6

Rep: Reputation: Disabled
Epson Worforce WF-2750 printing issue on Fedora 28


Hello everyone,

On my newly installed Fedora 28 system, I tried, without success, to configure my Epson Worforce WF-2750 printer.

After plugging my printer device on USB, the printer was automatically configured in Fedora and print a broken test page (no content, only one char: 'F').

In printer settings: "Workforce WF-2750" was not list in Epson available drivers, so a generic one was selected by default. I considered this was the source of the issue.

I download the official driver from this link: http://download.ebz.epson.net/dsc/du/....

As requested I installed lsb package and I followed instructions in the README file:
  • install downloaded rpm package (epson-inkjet-printer-escpr-1.6.20-1lsb3.2.i486.rpm),
  • restart cups server manually
  • configure the printer:
    • using cups web interface and ppd file dedicated for "Workforce WF-2750" (installed in /opt),
    • alternatively, using provided lpadmin command with same ppd file,


When I try to print a test page, nothing done.

I configure cups log level to debug and found following error.

Code:
grep '^[E]' -n /var/log/cups/error_log
449:E [21/May/2018:22:26:38 +0200] [Job 23] Unable to open raster stream - : Broken pipe
533:E [21/May/2018:22:26:38 +0200] [Job 23] Job stopped due to filter errors; please consult the error_log file for details.
After several days of investigation, I don't know how to debug at next level...

Following Fedora wiki, i have generated a troubleshoot files. If you feel inspired by this issue, I can provide them, as well as Epson PPD and ReadMe files. Any help is really appreciated.

Regards
 
Old 05-22-2018, 07:21 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,009

Rep: Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175
It would be good to know what might be responsible for the filter error encountered. Increasing the CUPS logging verbosity might be helpful to start with (assuming you haven't already done that)...
Code:
cupsctl --debug-logging
then try sending another print job. Examine the error_log and report back with any errors.

Oops - I missed your comment about already doing this. Please disregard.

Last edited by ferrari; 05-22-2018 at 08:24 PM.
 
Old 05-22-2018, 08:14 PM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,009

Rep: Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175
Another thought - I assume the pertinent lsb packages are installed?
Code:
rpm -qa|grep lsb
 
Old 05-23-2018, 04:04 AM   #4
srjjio
LQ Newbie
 
Registered: May 2018
Location: Lyon
Distribution: Fedora (previously Ubuntu)
Posts: 6

Original Poster
Rep: Reputation: Disabled
@ferrari
Yes debug was already at maximum level but I intentionally didn't display the full trace (tons of lines).
Also lsf was installed from fedora repo on last version I presume.
Thank you very much for trying to help.


It seems the are some differences installing fedora hosted epson-inkjet-printer-escpr package than the downloaded epson-inkjet-printer-escpr.rpm package. For instance, the first one add some files in /usr/lib/cups/filter but not the second one.

Code:
sudo dnf install ./epson-inkjet-printer-escpr-1.6.20-1lsb3.2.x86_64.rpm
sudo dnf list --installed | grep epson
epson-inkjet-printer-escpr.x86_64          1.6.20-1lsb3.2               @@commandline

ls /usr/lib/cups/filter/ | grep epson 
commandtoepson
rastertoepson

sudo dnf remove epson-inkjet-printer-escpr
sudo dnf install epson-inkjet-printer-escpr
sudo dnf list --installed | grep epson
epson-inkjet-printer-escpr.x86_64          1:1.6.20-1.1lsb3.2.fc28      @updates

ls /usr/lib/cups/filter/ | grep epson 
commandtoepson
epson-escpr
epson-escpr-wrapper
rastertoepson
After found where the PPD file is located in the second case, I just need to gunzip the archive and select the file in gnome printer conf wizard.

Code:
sudo gunzip /usr/share/ppd/Epson/epson-inkjet-printer-escpr/Epson-WF-2750_Series-epson-escpr-en.ppd.gz
For your information, in the first case all missing files are located in /opt so I guess it always possible to manually deploy them in expected directories (with copy / link and appropriate rights I suppose). But I prefered to switch to the "most packaged" option.

Code:
ls /opt/epson-inkjet-printer-escpr/cups/lib/filter/
epson-escpr  epson-escpr-wrapper

ls /opt/epson-inkjet-printer-escpr/ppds/Epson | grep WF-2750
Epson-WF-2750_Series-epson-inkjet-printer-escpr.ppd.gz

Last edited by srjjio; 05-23-2018 at 04:09 AM.
 
Old 05-23-2018, 04:24 AM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 6,009

Rep: Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175Reputation: 1175
Glad to read of your success with this.
 
Old 05-23-2018, 04:55 AM   #6
srjjio
LQ Newbie
 
Registered: May 2018
Location: Lyon
Distribution: Fedora (previously Ubuntu)
Posts: 6

Original Poster
Rep: Reputation: Disabled
Not without some pain haha
At least I hope it could help other people with similar issue.
Time for me to start scanner setup, maybe another topic will come soon
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Epson WF-2750 driver for Ubuntu available? trapdooralligators Linux - Software 5 11-13-2019 04:10 AM
epson sx200 fedora printing issue drvimto Linux - Hardware 7 06-24-2010 01:42 PM
Fedora 10, Epson Stylus DX 4200 : not printing images from pdf jonaskellens Linux - Newbie 4 03-23-2009 12:37 PM
Fedora 2 and Epson printers - not printing KEJP Linux - Hardware 7 06-21-2004 05:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 08:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration