Greetings.
I have not been able to install the epson l800 (usb) printer, I have converted the .rpm or .deb driver with tazpkg convert, it converts it well, I install it well, but when I enter cups with the web browser the driver does not appear... but if I do shortcut: ln -s /opt/epson-inkjet-printer-l800/ppds /usr/share/ppd/epson-inkjet-printer-l800
Now you can see it in the driver in cups, but when printing it gives an error, and I have to: sudo chown root -R /opt/epson-inkjet-printer-l800/cups/lib/filter
But when printing it generates a filter error.
I appreciate any help
Error installing epson l800 printer
(12 posts) (4 voices)-
Posted 6 days ago #
-
Hi Nnado,
What i see seem driver only available for x86_64 arch on epson page
https://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=156510&DSCCHK=79073435ccb6dbe3e7211572ef813e84ae3b681aepson-inkjet-printer-l800-1.0.1-1.x86_64.rpm
epson-inkjet-printer-l800_1.0.1-1_amd64.debHow SliTaz version do you use ?
If you try to convert and use it on rolling, not work because rolling it's 32bits.
Infact on rpm package i see lib64 folder with libEpson_l800.so.1.0.1 (in case not be load on 32bits userland)I see src file provided (epson-inkjet-printer-l800-1.0.1-1.src.rpm), i check to do package.
Posted 6 days ago # -
I build epson-inkjet-printer-l800 package but in src lib only build for x86_64.
For i386, seem need to use legacy packages i found here :
http://download.ebz.epson.net/dsc/op/stable/debian/dists/lsb3.2/epson-inkjet-printer-l800/binary-i386/epson-inkjet-printer-l800_1.0.0-1lsb3.2_i386.deblet's me check to adjust receipt to use this package for 32bit and epson-inkjet-printer-l800-1.0.1-1.src.rpm for x86_64
Posted 6 days ago # -
Here package available for rolling 32bits, hope work as expected.
Same as .deb package with symlink for cups filter/ppdhttps://people.slitaz.org/~shann/epson-inkjet-printer-l800/epson-inkjet-printer-l800-1.0.1.tazpkg
Posted 6 days ago # -
thanks shann.
still same error, im on slitaz64-3.16.55
Cups error attached.
Could it be because the lsb package also has to be installed?Posted 5 days ago # -
Hi all,
may be, have you seen already this : it seems that perl is necessary (see lines 33, 34, 37, 42 from postint file in .deb package).
I hope this helps.
Greetings
Posted 5 days ago # -
Thank you Rantanplan
but perl is already installed.Am I missing something?
Posted 5 days ago # -
Hello Nnado,
have you try on another USB port ? :-/
The preinstall file does :
#!/bin/bash # Create some directories if they are missing. Usually, they should exist if [ "1" = "1" ]; then mkdir /opt 2>/dev/null || true mkdir /etc/opt 2>/dev/null || true mkdir /var/opt 2>/dev/null || true fi
Do these dir exist ? I presume, yes.
You'll find the postinstall file in attachment.
Is the trigger added (triggers file in .deb packqage) ?
# Triggers added by dh_makeshlibs activate-noawait ldconfig
I haven't other idea... Sorry
Posted 4 days ago # -
The postinstall was denied.
I repost it in a zip container.Posted 4 days ago # -
sorry, i used a bad extension...
new try...Posted 4 days ago # -
Hi all,
premised that generally the “filter failed” error is almost always a driver problem, but to elaborate, you can look at the cups logs (/var/log/cups/access_log /var/log/cups/error_log) which may give further details on the cause.
-------------------------------------------------------------------------
Salve a tutti,
premesso che in genere l'errore “filter failed” è quasi sempre un problema del driver, ma per approfondire, si può analizzare i log di cups (/var/log/cups/access_log /var/log/cups/error_log) che potrebbero dare ulteriori dettagli sulla causa.Posted 4 days ago # -
Hi all,
On log file i see
[...]
D [28/Nov/2024:20:18:36 +0100] [Job 34] Started filter /usr/lib/cups/filter/bannertopdf (PID 8155)
D [28/Nov/2024:20:18:36 +0100] [Job 34] Started filter /usr/lib/cups/filter/pdftopdf (PID 8156)
D [28/Nov/2024:20:18:36 +0100] [Job 34] Started filter /usr/lib/cups/filter/gstoraster (PID 8157)
D [28/Nov/2024:20:18:36 +0100] [Job 34] Started filter /opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter (PID 8158)
D [28/Nov/2024:20:18:36 +0100] [Job 34] Started backend /usr/lib/cups/backend/usb (PID 8159)
D [28/Nov/2024:20:18:36 +0100] [Job 34] execv failed: No such file or directory
D [28/Nov/2024:20:18:36 +0100] [Job 34] PID 8158 (/opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter) stopped with status 102 (No such file or directory)Normally i do symlink :/,
/usr/lib/cups/filter/epson_inkjet_printer_filter
>/opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter
Also bottom, seem see ghostscript error
D [28/Nov/2024:20:18:36 +0100] [Job 34] Last OS error: Broken pipe
D [28/Nov/2024:20:18:36 +0100] [Job 34] GPL Ghostscript 9.55.0: Unrecoverable error, exit code 1
D [28/Nov/2024:20:18:36 +0100] [Job 34] Rendering completed
D [28/Nov/2024:20:18:36 +0100] [Job 34] PID 8157 (/usr/lib/cups/filter/gstoraster) exited with no errors.
D [28/Nov/2024:20:18:36 +0100] [Job 34] End of messagesIf we can have more cups logs, think better to found issue.
Posted 1 day ago #
Reply
You must log in to post.