Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Nothing on page when printing (cups) USB
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
psycophobia
Guru
Guru


Joined: 08 May 2005
Posts: 510
Location: uk

PostPosted: Tue Nov 03, 2020 9:23 pm    Post subject: Nothing on page when printing (cups) USB Reply with quote

Hi everything is installed the browser sees the printer and i have added it but i keep getting blank pages when i print even the test print is blank any ideas guys where to start thanks

Last edited by psycophobia on Wed Nov 04, 2020 12:55 am; edited 1 time in total
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Tue Nov 03, 2020 10:02 pm    Post subject: Reply with quote

That usually happens when the printer setup is wrong. You might want to try again from command line
Back to top
View user's profile Send private message
psycophobia
Guru
Guru


Joined: 08 May 2005
Posts: 510
Location: uk

PostPosted: Wed Nov 04, 2020 12:55 am    Post subject: Reply with quote

charles17 wrote:
That usually happens when the printer setup is wrong. You might want to try again from command line


Apologies its a USB printer that would not apply

i did
Code:
lpadmin -p foobar -E -v ipp://localhost/printers/EPSON_XP-352_355_Series -m everywhere


Then

Code:
ls -al /etc/cups/ppd/
total 60
drwxr-xr-x 2 root lp    4096 Nov  4 00:43 .
drwxr-xr-x 5 root lp    4096 Nov  4 00:47 ..
-rw-r----- 1 root lp   23695 Nov  3 21:17 EPSON_XP-352_355_Series.ppd
-rw-r----- 1 root lp   23695 Nov  3 21:17 EPSON_XP-352_355_Series.ppd.O
-rw-r----- 1 root lp    3060 Nov  4 00:43 foobar.ppd
-rw-r--r-- 1 root root     0 Nov  3 17:27 .keep_net-print_cups-0


Then

Code:
lpstat -le
EPSON_XP-352_355_Series permanent ipp://localhost/printers/EPSON_XP-352_355_Series usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1
foobar permanent ipp://localhost/printers/foobar ipp://localhost/printers/EPSON_XP-352_355_Series


Code:
lpstat -a
EPSON_XP-352_355_Series accepting requests since Wed 04 Nov 2020 12:47:21 AM UTC
foobar accepting requests since Wed 04 Nov 2020 12:47:21 AM UTC


Code:
lpoptions -d foobar
copies=1 device-uri=ipp://localhost/printers/EPSON_XP-352_355_Series finishings=3 job-cancel-after=10800 job-hold-until=no-hold job-priority=50 job-sheets=none,none marker-change-time=0 number-up=1 printer-commands=none printer-info='EPSON XP-352 355 Series' printer-is-accepting-jobs=true printer-is-shared=true printer-is-temporary=false printer-location=Home printer-make-and-model='24-Pin Series - IPP Everywhere' printer-state=3 printer-state-change-time=1604450841 printer-state-reasons=none printer-type=36932 printer-uri-supported=ipp://localhost/printers/foobar


Code:
lpstat -t
scheduler is running
system default destination: foobar
device for EPSON_XP-352_355_Series: usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1
device for foobar: ipp://localhost/printers/EPSON_XP-352_355_Series
EPSON_XP-352_355_Series accepting requests since Wed 04 Nov 2020 12:47:21 AM UTC
foobar accepting requests since Wed 04 Nov 2020 12:47:21 AM UTC
printer EPSON_XP-352_355_Series is idle.  enabled since Wed 04 Nov 2020 12:47:21 AM UTC
printer foobar is idle.  enabled since Wed 04 Nov 2020 12:47:21 AM UTC


Printer still prints nothing a blank page.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Wed Nov 04, 2020 4:17 pm    Post subject: Reply with quote

psycophobia wrote:
Apologies its a USB printer that would not apply

i did
Code:
lpadmin -p foobar -E -v ipp://localhost/printers/EPSON_XP-352_355_Series -m everywhere

First you say it would not apply. But then you try with a command similar to but still deviating from what I gave you. Guess you got it from another reference.
How did you get the ipp-usb - needed for USB connected printers - installed (or is it no longer needed?)?
Analyzing cups' access_log hopefully could tell you more.

At least I can tell you, that also my HL-L2340DW has produced many many empty and also double sided empty pages before I got it to work. That wiki article describes only the final setup which finally works. And I never tried with the printer connected via USB.
Back to top
View user's profile Send private message
psycophobia
Guru
Guru


Joined: 08 May 2005
Posts: 510
Location: uk

PostPosted: Fri Nov 06, 2020 11:08 am    Post subject: Reply with quote

charles17 wrote:
psycophobia wrote:
Apologies its a USB printer that would not apply

i did
Code:
lpadmin -p foobar -E -v ipp://localhost/printers/EPSON_XP-352_355_Series -m everywhere

First you say it would not apply. But then you try with a command similar to but still deviating from what I gave you. Guess you got it from another reference.
How did you get the ipp-usb - needed for USB connected printers - installed (or is it no longer needed?)?
Analyzing cups' access_log hopefully could tell you more.

At least I can tell you, that also my HL-L2340DW has produced many many empty and also double sided empty pages before I got it to work. That wiki article describes only the final setup which finally works. And I never tried with the printer connected via USB.


No i have tried everything several times included that guide several times before i even considered posting on the forum what i do no is cups support has somewhat gone down hill.
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Fri Nov 06, 2020 11:45 am    Post subject: Reply with quote

Sometimes reporting a bug upstream could help => https://github.com/OpenPrinting/cups-filters/issues
Back to top
View user's profile Send private message
psycophobia
Guru
Guru


Joined: 08 May 2005
Posts: 510
Location: uk

PostPosted: Mon Nov 09, 2020 12:18 pm    Post subject: Reply with quote

charles17 wrote:
Sometimes reporting a bug upstream could help => https://github.com/OpenPrinting/cups-filters/issues


Various Issues In logs I have checked about and it says ghostscript issues?

Code:
D [09/Nov/2020:19:55:20 +0000] [Job 26] time-at-processing=1604951719
D [09/Nov/2020:19:55:20 +0000] [Job 26] 4 filters for job:
D [09/Nov/2020:19:55:20 +0000] [Job 26] bannertopdf (application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [09/Nov/2020:19:55:20 +0000] [Job 26] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [09/Nov/2020:19:55:20 +0000] [Job 26] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [09/Nov/2020:19:55:20 +0000] [Job 26] /opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper (application/vnd.cups-raster to printer/EPSON_XP-352_355_Series, cost 0)
D [09/Nov/2020:19:55:20 +0000] [Job 26] job-sheets=none,none
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[0]="EPSON_XP-352_355_Series"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[1]="26"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[2]="psycophobia"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[3]="Test Page"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[4]="1"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[5]="job-uuid=urn:uuid:fb8673ef-cf73-3971-6cbf-d5daff8b85d1 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1604951719 time-at-processing=1>
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[6]="/var/spool/cups/d00026-001"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[2]="CUPS_DOCROOT=/usr/share/cups/html"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[5]="CUPS_SERVERBIN=/usr/libexec/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[7]="CUPS_STATEDIR=/run/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[8]="HOME=/var/spool/cups/tmp"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[9]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[10]="SERVER_ADMIN=root@RobotLinux"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[11]="SOFTWARE=CUPS/2.3.3"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[13]="USER=root"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[14]="CUPS_MAX_MESSAGE=2047"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[17]="IPP_PORT=631"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[18]="CHARSET=utf-8"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[19]="LANG=en_US.UTF-8"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[20]="PPD=/etc/cups/ppd/EPSON_XP-352_355_Series.ppd"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[21]="RIP_MAX_CACHE=128m"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[22]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[23]="DEVICE_URI=usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[24]="PRINTER_INFO=EPSON XP-352 355 Series"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[25]="PRINTER_LOCATION=DexterOnMoon"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[26]="PRINTER=EPSON_XP-352_355_Series"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[27]="PRINTER_STATE_REASONS=none"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[28]="CUPS_FILETYPE=document"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[30]="AUTH_I****"
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /usr/libexec/cups/filter/bannertopdf (PID 2639)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /usr/libexec/cups/filter/pdftopdf (PID 2640)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /usr/libexec/cups/filter/gstoraster (PID 2641)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper (PID 2642)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started backend /usr/libexec/cups/backend/usb (PID 2643)
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2642 (/opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper) stopped with status 102 (No such file or directory)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [09/Nov/2020:19:55:20 +0000] [Job 26] execv failed: No such file or directory
 [09/Nov/2020:19:55:20 +0000] [Job 26] pdftopdf: Last filter determined by the PPD: epson-escpr-wrapper; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Loading USB quirks from \"/usr/share/cups/usb\".
D [09/Nov/2020:19:55:20 +0000] [Job 26] Loaded 95 quirks.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Printing on printer with URI: usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1
D [09/Nov/2020:19:55:20 +0000] [Job 26] libusb_get_device_list=7
D [09/Nov/2020:19:55:20 +0000] [Job 26] STATE: +connecting-to-device
D [09/Nov/2020:19:55:20 +0000] [Job 26] PDF template file doesn\'t have form. It\'s okay.
D [09/Nov/2020:19:55:20 +0000] [Job 26] STATE: -connecting-to-device
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2639 (/usr/libexec/cups/filter/bannertopdf) exited with no errors.
D [09/Nov/2020:19:55:20 +0000] [Job 26] PDF interactive form and annotation flattening done via QPDF
D [09/Nov/2020:19:55:20 +0000] [Job 26] Printer found with device ID: MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX,ESCPR1,END4,GENEP;MDL:XP-352 355 Series;CLS:PRINTER;DES:EPSON XP-352 355 Series;CID:EpsonRGB;FID:FXN,DPN,WFA,ETN,AFN,DAN,WRA;RID:40;D>
D [09/Nov/2020:19:55:20 +0000] [Job 26] Device protocol: 2
D [09/Nov/2020:19:55:20 +0000] [Job 26] Sending data to printer.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Sent 0 bytes...
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2640 (/usr/libexec/cups/filter/pdftopdf) exited with no errors.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Read 97 bytes of back-channel data...
D [09/Nov/2020:19:55:20 +0000] [Job 26] Color Manager: Calibration Mode/Off
D [09/Nov/2020:19:55:20 +0000] [Job 26] Calling FindDeviceById(cups-EPSON_XP-352_355_Series)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to get find device cups-EPSON_XP-352_355_Series
D [09/Nov/2020:19:55:20 +0000] [Job 26] Calling FindDeviceById(cups-EPSON_XP-352_355_Series)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to get device cups-EPSON_XP-352_355_Series
D [09/Nov/2020:19:55:20 +0000] [Job 26] Color Manager: no profiles specified in PPD
D [09/Nov/2020:19:55:20 +0000] [Job 26] Color Manager: ICC Profile: None
D [09/Nov/2020:19:55:20 +0000] [Job 26] Ghostscript using Any-Part-of-Pixel method to fill paths.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Ghostscript command line: gs -dQUIET -dSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -dNOMEDIAATTRS -dShowAcroForm -sstdout=%stderr -sOutputFile=%stdout -sDEVICE=cups -r360x360 -dDEVICEWIDTHPOINTS=595 ->
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[0]=\"CUPS_CACHEDIR=/var/cache/cups\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[1]=\"CUPS_DATADIR=/usr/share/cups\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[2]=\"CUPS_DOCROOT=/usr/share/cups/html\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[3]=\"CUPS_FONTPATH=/usr/share/cups/fonts\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[4]=\"CUPS_REQUESTROOT=/var/spool/cups\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[5]=\"CUPS_SERVERBIN=/usr/libexec/cups\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[6]=\"CUPS_SERVERROOT=/etc/cups\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[7]=\"CUPS_STATEDIR=/run/cups\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[8]=\"HOME=/var/spool/cups/tmp\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[9]=\"PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[10]=\"SERVER_ADMIN=root@RobotLinux\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[11]=\"SOFTWARE=CUPS/2.3.3\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[12]=\"TMPDIR=/var/spool/cups/tmp\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[13]=\"USER=root\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[14]=\"CUPS_MAX_MESSAGE=2047\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[15]=\"CUPS_SERVER=/run/cups/cups.sock\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[16]=\"CUPS_ENCRYPTION=IfRequested\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[17]=\"IPP_PORT=631\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[18]=\"CHARSET=utf-8\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[19]=\"LANG=en_US.UTF-8\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[20]=\"PPD=/etc/cups/ppd/EPSON_XP-352_355_Series.ppd\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[21]=\"RIP_MAX_CACHE=128m\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[22]=\"CONTENT_TYPE=application/vnd.cups-pdf-banner\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[23]=\"DEVICE_URI=usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[24]=\"PRINTER_INFO=EPSON XP-352 355 Series\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[25]=\"PRINTER_LOCATION=DexterOnMoon\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[29]=\"FINAL_CONTENT_TYPE=application/vnd.cups-raster\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[30]=\"AUTH_INFO_REQUIRED=none\"
D [09/Nov/2020:19:55:20 +0000] [Job 26] Start rendering...
D [09/Nov/2020:19:55:20 +0000] [Job 26] Processing page 1...
D [09/Nov/2020:19:55:20 +0000] [Job 26] Error: /ioerror in --showpage--
D [09/Nov/2020:19:55:20 +0000] [Job 26] Operand stack:
D [09/Nov/2020:19:55:20 +0000] [Job 26] true   (/var/spool/cups/tmp/gs_dZK1mu)   --nostringval--   1   true
D [09/Nov/2020:19:55:20 +0000] [Job 26] Execution stack:
D [09/Nov/2020:19:55:20 +0000] [Job 26] %interp_exit   .runexec2   --nostringval--   showpage   --nostringval--   2   %stopped_push   --nostringval--   showpage   showpage   false   1   %stopped_push   1990   2   3   %oparray_pop   1989>
D [09/Nov/2020:19:55:20 +0000] [Job 26] Dictionary stack:
D [09/Nov/2020:19:55:20 +0000] [Job 26] --dict:747/1123(ro)(G)--   --dict:1/20(G)--   --dict:80/200(L)--   --dict:80/200(L)--   --dict:135/256(ro)(G)--   --dict:318/325(ro)(G)--   --dict:33/64(L)--   --dict:6/9(L)--   --dict:7/20(L)--
D [09/Nov/2020:19:55:20 +0000] [Job 26] Current allocation mode is local
D [09/Nov/2020:19:55:20 +0000] [Job 26] Last OS error: Broken pipe
D [09/Nov/2020:19:55:20 +0000] [Job 26] GPL Ghostscript 9.52: Unrecoverable error, exit code 1
D [09/Nov/2020:19:55:20 +0000] [Job 26] Rendering completed
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2641 (/usr/libexec/cups/filter/gstoraster) stopped with status 1.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Waiting for read thread to exit...
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2643 (/usr/libexec/cups/backend/usb) exited with no errors.
D [09/Nov/2020:19:55:20 +0000] [Job 26] End of messages
D [09/Nov/2020:19:55:20 +0000] [Job 26] printer-state=3(idle)
D [09/Nov/2020:19:55:20 +0000] [Job 26] printer-state-message="Rendering completed"
D [09/Nov/2020:19:55:20 +0000] [Job 26] printer-state-reasons=none
Back to top
View user's profile Send private message
charles17
Advocate
Advocate


Joined: 02 Mar 2008
Posts: 3664

PostPosted: Tue Nov 10, 2020 10:04 am    Post subject: Reply with quote

psycophobia wrote:
Various Issues In logs I have checked about and it says ghostscript issues?

Code:
D [09/Nov/2020:19:55:20 +0000] [Job 26] time-at-processing=1604951719
D [09/Nov/2020:19:55:20 +0000] [Job 26] 4 filters for job:
D [09/Nov/2020:19:55:20 +0000] [Job 26] bannertopdf (application/vnd.cups-pdf-banner to application/pdf, cost 32)
D [09/Nov/2020:19:55:20 +0000] [Job 26] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66)
D [09/Nov/2020:19:55:20 +0000] [Job 26] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99)
D [09/Nov/2020:19:55:20 +0000] [Job 26] /opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper (application/vnd.cups-raster to printer/EPSON_XP-352_355_Series, cost 0)

Are you now trying with epson-inkjet-printer-escpr?

psycophobia wrote:
Code:
D [09/Nov/2020:19:55:20 +0000] [Job 26] job-sheets=none,none
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[0]="EPSON_XP-352_355_Series"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[1]="26"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[2]="psycophobia"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[3]="Test Page"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[4]="1"
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[5]="job-uuid=urn:uuid:fb8673ef-cf73-3971-6cbf-d5daff8b85d1 job-originating-host-name=localhost date-time-at-creation= date-time-at-processing= time-at-creation=1604951719 time-at-processing=1>
D [09/Nov/2020:19:55:20 +0000] [Job 26] argv[6]="/var/spool/cups/d00026-001"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[2]="CUPS_DOCROOT=/usr/share/cups/html"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[5]="CUPS_SERVERBIN=/usr/libexec/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[7]="CUPS_STATEDIR=/run/cups"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[8]="HOME=/var/spool/cups/tmp"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[9]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[10]="SERVER_ADMIN=root@RobotLinux"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[11]="SOFTWARE=CUPS/2.3.3"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[12]="TMPDIR=/var/spool/cups/tmp"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[13]="USER=root"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[14]="CUPS_MAX_MESSAGE=2047"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[15]="CUPS_SERVER=/run/cups/cups.sock"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[16]="CUPS_ENCRYPTION=IfRequested"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[17]="IPP_PORT=631"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[18]="CHARSET=utf-8"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[19]="LANG=en_US.UTF-8"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[20]="PPD=/etc/cups/ppd/EPSON_XP-352_355_Series.ppd"
Please verify qfile /etc/cups/ppd/EPSON_XP-352_355_Series.ppd

psycophobia wrote:
Code:
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[21]="RIP_MAX_CACHE=128m"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[22]="CONTENT_TYPE=application/vnd.cups-pdf-banner"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[23]="DEVICE_URI=usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[24]="PRINTER_INFO=EPSON XP-352 355 Series"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[25]="PRINTER_LOCATION=DexterOnMoon"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[26]="PRINTER=EPSON_XP-352_355_Series"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[27]="PRINTER_STATE_REASONS=none"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[28]="CUPS_FILETYPE=document"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[29]="FINAL_CONTENT_TYPE=application/vnd.cups-raster"
D [09/Nov/2020:19:55:20 +0000] [Job 26] envp[30]="AUTH_I****"
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /usr/libexec/cups/filter/bannertopdf (PID 2639)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /usr/libexec/cups/filter/pdftopdf (PID 2640)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /usr/libexec/cups/filter/gstoraster (PID 2641)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started filter /opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper (PID 2642)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Started backend /usr/libexec/cups/backend/usb (PID 2643)
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2642 (/opt/epson-inkjet-printer-escpr/cups/lib/filter/epson-escpr-wrapper) stopped with status 102 (No such file or directory)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Hint: Try setting the LogLevel to "debug" to find out more.
D [09/Nov/2020:19:55:20 +0000] [Job 26] execv failed: No such file or directory
 [09/Nov/2020:19:55:20 +0000] [Job 26] pdftopdf: Last filter determined by the PPD: epson-escpr-wrapper; FINAL_CONTENT_TYPE: application/vnd.cups-raster => pdftopdf will not log pages in page_log.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Loading USB quirks from \"/usr/share/cups/usb\".
D [09/Nov/2020:19:55:20 +0000] [Job 26] Loaded 95 quirks.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Printing on printer with URI: usb://EPSON/XP-352%20355%20Series?serial=583543463031333784&interface=1
D [09/Nov/2020:19:55:20 +0000] [Job 26] libusb_get_device_list=7
D [09/Nov/2020:19:55:20 +0000] [Job 26] STATE: +connecting-to-device
D [09/Nov/2020:19:55:20 +0000] [Job 26] PDF template file doesn\'t have form. It\'s okay.
D [09/Nov/2020:19:55:20 +0000] [Job 26] STATE: -connecting-to-device
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2639 (/usr/libexec/cups/filter/bannertopdf) exited with no errors.
D [09/Nov/2020:19:55:20 +0000] [Job 26] PDF interactive form and annotation flattening done via QPDF


psycophobia wrote:
Code:
D [09/Nov/2020:19:55:20 +0000] [Job 26] Printer found with device ID: MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX,ESCPR1,END4,GENEP;MDL:XP-352 355 Series;CLS:PRINTER;DES:EPSON XP-352 355 Series;CID:EpsonRGB;FID:FXN,DPN,WFA,ETN,AFN,DAN,WRA;RID:40;D>
D [09/Nov/2020:19:55:20 +0000] [Job 26] Device protocol: 2
D [09/Nov/2020:19:55:20 +0000] [Job 26] Sending data to printer.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Sent 0 bytes...
D [09/Nov/2020:19:55:20 +0000] [Job 26] PID 2640 (/usr/libexec/cups/filter/pdftopdf) exited with no errors.
D [09/Nov/2020:19:55:20 +0000] [Job 26] Read 97 bytes of back-channel data...
D [09/Nov/2020:19:55:20 +0000] [Job 26] Color Manager: Calibration Mode/Off
D [09/Nov/2020:19:55:20 +0000] [Job 26] Calling FindDeviceById(cups-EPSON_XP-352_355_Series)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to get find device cups-EPSON_XP-352_355_Series



psycophobia wrote:
Code:
D [09/Nov/2020:19:55:20 +0000] [Job 26] Calling FindDeviceById(cups-EPSON_XP-352_355_Series)
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to send: org.freedesktop.DBus.Error.ServiceUnknown:The name org.freedesktop.ColorManager was not provided by any .service files
D [09/Nov/2020:19:55:20 +0000] [Job 26] Failed to get device cups-EPSON_XP-352_355_Series

How exactly did you set up that printer? Command line or localhost/631? Networked or USB attached?
Did reading bug 662364 help?
Back to top
View user's profile Send private message
psycophobia
Guru
Guru


Joined: 08 May 2005
Posts: 510
Location: uk

PostPosted: Tue Nov 10, 2020 11:49 am    Post subject: Reply with quote

I used the rpm

Code:
rpm -Uvh --nodeps epson-inkjet-printer-escpr-1.7.8-1lsb3.2.x86_64.rpm


Then the driver appeared in localhost:631/printers along with many others. I have done USB And network same errors

Could not find a ebuild and never used them

After using qfile /etc/cups/ppd/EPSON_XP-352_355_Series.ppd produced nothing in terminal.

Code:
    Unknown     Withheld     1k     Unknown     stopped
"Filter failed"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum