troubleshooting:l800_no_photoprint
Toto je starší verze dokumentu!
Nefunkční tisk fotek v Linuxu na Epson L800
- Tiskárnu se podařilo nainstalovat celkem relativně hravě, funguje, tiskne. Netiskne ale fotky.
- Když dám tisknout nějakou fotku přes celou stránku, tak se to po načtení papíru kousne
Pokus 3 (28.2.2015)
- díval jsem se na web Epsonu a driver je pořád ve stejné verzi. Neočekávám, že to někdy opraví. Že by to všem ostatním fungovalo?
- na webu jsou drivery ve formě rpm balíčku. Já jsem ten binární rpm balíček přes alien převedl na deb a nainstaloval.
- všiml jsem si, že tam mají i src rpm balíček včetně spec souboru.
- v balíčku jsou dva archívy:
- epson-injjet-printer-l800-1.0.0.tar.gz (binární, 2 epson proprietární knihovny, nějaké datové soubory)
- epson-inkjet-printer-filter-1.0.0.tar.gz (zdrojáky, kompilvatelný)
- druhý archív jsem zkoušel zkompilovat. Šlo to docela hladce.
- musel jsem doinstalovat libcupsimage2-dev, který instaloval i nějakou binárku
- configure vyžadoval zadat PREFIX. Je to cesta, kam se pak instaluje výsledný epson_inkjet_printer_filter
- ano, správně, výsledkem kompilace je soubor epson_inkjet_printer_filter, který mi podle logu z pokusu 2 havaroval s kódem 1 :) Minimálně to teď mohu debugovat :)
- prefix jsem při kompilaci nastavil na /usr/local. Při make uninstall (bez install) to pak psalo, že nemůže smazat epson_inkjet_printer_filter v /PATH=/usr/local/lib/cups/filter'
- jako install zkusím na začátek jen přepsat tu binárku
locate epson_inkjet_printer_filter /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter
* stále ladím binárku, prefix musí být
/configure --prefix=/opt/epson-inkjet-printer-l800 --enable-debug
- posunul jsem se trochu dál, ale stejně to chcípá :)
- potřeboval bych nějak zapnout ten debug trace, ale nedaří se mi :) určitě to ale jde instalace epsonu v gentoo, a tady
Pokus 2 (6.1.2014)
- všechno smazat, ať tam nejsou zastaralé věci
apt-get purge cups apt-get --purge autoremove apt-get install cups
- + nějaké další purge spojené s cups :)
- je třeba zajímavé, že jsem měl nainstlaován jak cups, tak cups-bsd
- tak.. pokus nevyšel…
- tisk selže…
- zkoušel jsem tisknout malou fotku na plain papír a to prošlo v pohodě
- ale na fotopapír, borderless, přes celou stránku.. to už ne :)
- chtělo by to asi přepnout na debug :) jestli to na sebe něco praskne
E [06/Jan/2014:22:41:16 +0100] [Job 3] Job stopped due to filter errors; please consult the error_log file for details. D [06/Jan/2014:22:41:16 +0100] [Job 3] The following messages were recorded from 22:41:03 to 22:41:16 D [06/Jan/2014:22:41:16 +0100] [Job 3] Adding start banner page "none". D [06/Jan/2014:22:41:16 +0100] [Job 3] Adding end banner page "none". D [06/Jan/2014:22:41:16 +0100] [Job 3] File of type application/pdf queued by "djbuldog". D [06/Jan/2014:22:41:16 +0100] [Job 3] hold_until=0 D [06/Jan/2014:22:41:16 +0100] [Job 3] Queued on "L800" by "djbuldog". D [06/Jan/2014:22:41:16 +0100] [Job 3] time-at-processing=1389044463 D [06/Jan/2014:22:41:16 +0100] [Job 3] 3 filters for job: D [06/Jan/2014:22:41:16 +0100] [Job 3] pdftopdf (application/pdf to application/vnd.cups-pdf, cost 66) D [06/Jan/2014:22:41:16 +0100] [Job 3] gstoraster (application/vnd.cups-pdf to application/vnd.cups-raster, cost 99) D [06/Jan/2014:22:41:16 +0100] [Job 3] /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter (application/vnd.cups-raster to printer/L800, cost 0) D [06/Jan/2014:22:41:16 +0100] [Job 3] job-sheets=none,none D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[0]="L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[1]="3" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[2]="djbuldog" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[3]="DSC05837.JPG" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[4]="1" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[5]="CDDVDPrintPosUpDown=0.0mm Rotate180=Off PrintQuality=BestPhoto DensityWatermark=Level4 SizeWatermark=70 BrightnessValue=0 CDDVDInnerPrintPosition=43mm Watermark=None PageSize=Custom.595.28x841.89 YellowValue=0 InputSlot=Sheet ReduceEnlarge=ByOutputPaperSize MirrorImage=Off OutputPaper=A4 CyanValue=0 PositionWatermark=Center PosterPrinting=Off GammaValue=2.2 ScaleRatio=100 Color=Color MediaType=EULTRAGLOSSY ContrastValue=0 MagentaValue=0 ColurWatermark=Red SaturationValue=0 CDDVDPrintPosLeftRight=0.0mm CorrectionColor=EPSONVivid Borderless=On job-uuid=urn:uuid:515fd202-e785-3129-670a-320df9a026c2 job-originating-host-name=localhost time-at-creation=1389044463 time-at-processing=1389044463" D [06/Jan/2014:22:41:16 +0100] [Job 3] argv[6]="/var/spool/cups/d00003-001" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[1]="CUPS_DATADIR=/usr/share/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[5]="CUPS_SERVERBIN=/usr/lib/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[6]="CUPS_SERVERROOT=/etc/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[7]="CUPS_STATEDIR=/var/run/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[8]="HOME=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[10]="SERVER_ADMIN=root@Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[11]="SOFTWARE=CUPS/1.6.4" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[12]="TMPDIR=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[13]="TZ=Europe/Prague" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[14]="USER=root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[15]="CUPS_MAX_MESSAGE=2047" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[16]="CUPS_SERVER=/var/run/cups/cups.sock" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[17]="CUPS_ENCRYPTION=IfRequested" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[18]="IPP_PORT=631" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[19]="CHARSET=utf-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[20]="LANG=cs_CZ.UTF-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[21]="PPD=/etc/cups/ppd/L800.ppd" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[22]="RIP_MAX_CACHE=128m" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[23]="CONTENT_TYPE=application/pdf" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[24]="DEVICE_URI=usb://EPSON/L800?serial=5138344B3031373961" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[25]="PRINTER_INFO=EPSON L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[26]="PRINTER_LOCATION=Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[27]="PRINTER=L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[28]="PRINTER_STATE_REASONS=none" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[29]="CUPS_FILETYPE=document" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[30]="FINAL_CONTENT_TYPE=printer/L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[31]="AUTH_I****" D [06/Jan/2014:22:41:16 +0100] [Job 3] Started filter /usr/lib/cups/filter/pdftopdf (PID 29404) D [06/Jan/2014:22:41:16 +0100] [Job 3] Started filter /usr/lib/cups/filter/gstoraster (PID 29405) D [06/Jan/2014:22:41:16 +0100] [Job 3] Started filter /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter (PID 29406) D [06/Jan/2014:22:41:16 +0100] [Job 3] Started backend /usr/lib/cups/backend/usb (PID 29407) D [06/Jan/2014:22:41:16 +0100] [Job 3] Loading USB quirks from "/usr/share/cups/usb". D [06/Jan/2014:22:41:16 +0100] [Job 3] Loaded 67 quirks. D [06/Jan/2014:22:41:16 +0100] [Job 3] Printing on printer with URI: usb://EPSON/L800?serial=5138344B3031373961 D [06/Jan/2014:22:41:16 +0100] [Job 3] libusb_get_device_list=16 D [06/Jan/2014:22:41:16 +0100] [Job 3] STATE: +connecting-to-device D [06/Jan/2014:22:41:16 +0100] [Job 3] STATE: -connecting-to-device D [06/Jan/2014:22:41:16 +0100] [Job 3] Printer found with device ID: MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX;MDL:L800;CLS:PRINTER;DES:EPSON L800;CID:EpsonStd2; Device URI: usb://EPSON/L800?serial=5138344B3031373961 D [06/Jan/2014:22:41:16 +0100] [Job 3] Device protocol: 2 D [06/Jan/2014:22:41:16 +0100] [Job 3] Sending data to printer. D [06/Jan/2014:22:41:16 +0100] [Job 3] Set job-printer-state-message to "Sending data to printer.", current level=INFO D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29404 (/usr/lib/cups/filter/pdftopdf) exited with no errors. D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling FindDeviceById(cups-L800) D [06/Jan/2014:22:41:16 +0100] [Job 3] Found device /org/freedesktop/ColorManager/devices/cups_L800 D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling org.freedesktop.ColorManager.Device.Get(ProfilingInhibitors) D [06/Jan/2014:22:41:16 +0100] [Job 3] PPD uses qualifier 'RGB.EULTRAGLOSSY.' D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling FindDeviceById(cups-L800) D [06/Jan/2014:22:41:16 +0100] [Job 3] Found device /org/freedesktop/ColorManager/devices/cups_L800 D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling GetProfileForQualifiers(RGB.EULTRAGLOSSY....) D [06/Jan/2014:22:41:16 +0100] [Job 3] Found profile /org/freedesktop/ColorManager/profiles/L800_RGB__ D [06/Jan/2014:22:41:16 +0100] [Job 3] Calling org.freedesktop.ColorManager.Profile.Get(Filename) D [06/Jan/2014:22:41:16 +0100] [Job 3] Use profile filename: '' D [06/Jan/2014:22:41:16 +0100] [Job 3] Using ICC Profile '' D [06/Jan/2014:22:41:16 +0100] [Job 3] Ghostscript command line: /usr/bin/gs -dQUIET -dPARANOIDSAFER -dNOPAUSE -dBATCH -dNOINTERPOLATE -sDEVICE=cups -sstdout=%stderr -sOutputFile=%stdout -r720x720 -dDEVICEWIDTHPOINTS=595 -dDEVICEHEIGHTPOINTS=841 -dcupsBitsPerColor=8 -dcupsColorOrder=0 -dcupsColorSpace=1 -dcupsCompression=1 -scupsPageSizeName=Custom -I/usr/share/cups/fonts -c '<</.HWMargins[0.000000 0.000000 0.000000 0.000000] /Margins[0 0]>>setpagedevice' -f -_ D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[0]="CUPS_CACHEDIR=/var/cache/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[1]="CUPS_DATADIR=/usr/share/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[2]="CUPS_DOCROOT=/usr/share/cups/doc-root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[4]="CUPS_REQUESTROOT=/var/spool/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[5]="CUPS_SERVERBIN=/usr/lib/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[6]="CUPS_SERVERROOT=/etc/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[7]="CUPS_STATEDIR=/var/run/cups" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[8]="HOME=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[9]="PATH=/usr/lib/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[10]="SERVER_ADMIN=root@Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[11]="SOFTWARE=CUPS/1.6.4" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[12]="TMPDIR=/var/spool/cups/tmp" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[13]="TZ=Europe/Prague" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[14]="USER=root" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[15]="CUPS_MAX_MESSAGE=2047" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[16]="CUPS_SERVER=/var/run/cups/cups.sock" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[17]="CUPS_ENCRYPTION=IfRequested" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[18]="IPP_PORT=631" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[19]="CHARSET=utf-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[20]="LANG=cs_CZ.UTF-8" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[21]="PPD=/etc/cups/ppd/L800.ppd" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[22]="RIP_MAX_CACHE=128m" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[23]="CONTENT_TYPE=application/pdf" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[24]="DEVICE_URI=usb://EPSON/L800?serial=5138344B3031373961" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[25]="PRINTER_INFO=EPSON L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[26]="PRINTER_LOCATION=Pharaon" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[27]="PRINTER=L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[28]="PRINTER_STATE_REASONS=none" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[29]="CUPS_FILETYPE=document" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[30]="FINAL_CONTENT_TYPE=printer/L800" D [06/Jan/2014:22:41:16 +0100] [Job 3] envp[31]="AUTH_INFO_REQUIRED=none" D [06/Jan/2014:22:41:16 +0100] [Job 3] Start rendering... D [06/Jan/2014:22:41:16 +0100] [Job 3] Set job-printer-state-message to "Start rendering...", current level=INFO D [06/Jan/2014:22:41:16 +0100] [Job 3] Processing page 1... D [06/Jan/2014:22:41:16 +0100] [Job 3] Set job-printer-state-message to "Processing page 1...", current level=INFO D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29406 (/opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter) stopped with status 1. D [06/Jan/2014:22:41:16 +0100] [Job 3] Hint: Try setting the LogLevel to "debug" to find out more. D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Processing page 2... D [06/Jan/2014:22:41:16 +0100] [Job 3] Rendering completed D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29405 (/usr/lib/cups/filter/gstoraster) exited with no errors. D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 8192 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Read 94 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Wrote 94 bytes of print data... D [06/Jan/2014:22:41:16 +0100] [Job 3] Sent 65630 bytes... D [06/Jan/2014:22:41:16 +0100] [Job 3] Waiting for read thread to exit... D [06/Jan/2014:22:41:16 +0100] [Job 3] PID 29407 (/usr/lib/cups/backend/usb) exited with no errors. D [06/Jan/2014:22:41:16 +0100] [Job 3] End of messages D [06/Jan/2014:22:41:16 +0100] [Job 3] printer-state=3(idle) D [06/Jan/2014:22:41:16 +0100] [Job 3] printer-state-message="Rendering completed" D [06/Jan/2014:22:41:16 +0100] [Job 3] printer-state-reasons=none
troubleshooting/l800_no_photoprint.1425162918.txt.gz · Poslední úprava: (upraveno mimo DokuWiki)
