SliTaz SliTaz Forum

You are not logged in.

#1 2024-11-27 19:57:18

Nnado
Member
Registered: 2024-11-27
Posts: 3

Error installing epson l800 printer

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

Offline

#2 2024-11-28 08:18:19

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: Error installing epson l800 printer

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=79073435ccb6dbe3e7211572ef813e84ae3b681a

epson-inkjet-printer-l800-1.0.1-1.x86_64.rpm

epson-inkjet-printer-l800_1.0.1-1_amd64.deb

How 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.

Offline

#3 2024-11-28 13:25:13

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: Error installing epson l800 printer

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.deb

let'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

Offline

#4 2024-11-28 14:09:13

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: Error installing epson l800 printer

Here package available for rolling 32bits, hope work as expected.

Same as .deb package with symlink for cups filter/ppd

https://people.slitaz.org/~shann/epson-inkjet-printer-l800/epson-inkjet-printer-l800-1.0.1.tazpkg

Offline

#5 2024-11-28 19:30:14

Nnado
Member
Registered: 2024-11-27
Posts: 3

Re: Error installing epson l800 printer

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?

[attachment=52864,3645]

Offline

#6 2024-11-29 09:13:45

Rantanplan
Member
Registered: 2022-06-06
Posts: 187

Re: Error installing epson l800 printer

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

Offline

#7 2024-11-29 17:47:01

Nnado
Member
Registered: 2024-11-27
Posts: 3

Re: Error installing epson l800 printer

Thank you Rantanplan

but perl is already installed.

Am I missing something?

Offline

#8 2024-11-30 08:14:42

Rantanplan
Member
Registered: 2022-06-06
Posts: 187

Re: Error installing epson l800 printer

Hello Nnado,

have you try on another USB port ? :-/

The preinstall file does :

[c]#!/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[/c]
Do these dir exist ? I presume, yes.

You'll find the postinstall file in attachment.

Is the trigger added (triggers file in .deb packqage) ?

[c]# Triggers added by dh_makeshlibs
activate-noawait ldconfig[/c]
I haven't other idea... Sorry

Offline

#9 2024-11-30 08:16:14

Rantanplan
Member
Registered: 2022-06-06
Posts: 187

Re: Error installing epson l800 printer

The postinstall was denied.

I repost it in a zip container.

Offline

#10 2024-11-30 08:17:41

Rantanplan
Member
Registered: 2022-06-06
Posts: 187

Re: Error installing epson l800 printer

sorry, i used a bad extension...

new try...

Offline

#11 2024-11-30 14:37:32

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Error installing epson l800 printer

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.

Offline

#12 2024-12-03 11:53:08

shann
Administrator
Registered: 2011-04-01
Posts: 1,296
Website

Re: Error installing epson l800 printer

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 hmm, [c]/usr/lib/cups/filter/epson_inkjet_printer_filter[/c] > [c]/opt/epson-inkjet-printer-l800/cups/lib/filter/epson_inkjet_printer_filter[/c]

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 messages

If we can have more cups logs, think better to found issue.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]