I can't compile the update: https://pastebin.com/MykBAjJZ
Search Criteria
Package Details: epson-inkjet-printer-escpr2 1.2.23-1
Package Actions
Dependencies (3)
- cups (cups-gitAUR, cups-gssapiAUR)
- ghostscript
- imagescan (optional) – scanner support
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 11 Next › Last »
Metzger100 commented on 2024-05-31 19:21 (UTC) (edited on 2024-05-31 19:22 (UTC) by Metzger100)
andit commented on 2024-05-31 18:56 (UTC)
bug_x86_64.patch now fails with escpr2 version 1.2.10. I disabled it for now, although it's still included as a file (but not applied). The printer driver builds okay, so the question is: is the patch still needed?
andit commented on 2023-10-24 17:28 (UTC) (edited on 2023-10-24 17:35 (UTC) by andit)
To get the keywords, I used this command (it is designed to work with both escpr and escpr2, so it includes regular expressions not specifically needed for escpr2; still, with this shell command it possible to use it on both drivers and get keywords):
tar -ztf epson-inkjet-printer-escpr2-1.2.8-1.tar.gz --wildcards '*.ppd' | sed -e 's/epson-inkjet-printer-escpr[0-9]*-.*\/ppd\///; s/-epson-escpr[0-9]*-en.ppd//; s/Epson-//' | sort -V - | sed -e 's/\([0-9]\)\(\[_]\)\([0-9]\)/\1\/\3/g' -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g'
This example uses epson-inkjet-printer-escpr2-1.2.8-1.tar.gz, which has to be replaced by the actual escpr/escpr2 source tarball file for the requested driver.
Unfortunately, the keywords all get converted to lower case, so e.g. ET-4750_Series becomes et-4750_series...
andit commented on 2023-10-24 17:22 (UTC) (edited on 2024-10-12 09:35 (UTC) by andit)
With every release I update the keywords (see Package Details above) containing a list of all Epson printer series supported by this driver. Additionally, SUPPORTED-PRINTERS at the GitLab repository gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2 also contains a list of supported printers.
Most Epson Inkjet printers are covered by either this package or epson-inkjet-printer-escpr. If your printer is not supported by this package, be sure to check the other one. You may also want to consult the Wiki, specifically CUPS and CUPS/Printer-specific problems#Epson.
Note: all packages from AUR require base-devel
, please read Arch User Repository as a user or PKGBUILD#makedepends for details on PKGBUILD.
andit commented on 2023-10-14 00:05 (UTC) (edited on 2023-10-14 00:11 (UTC) by andit)
@jluizsouzadev First you should look if https://wiki.archlinux.org/title/CUPS/Troubleshooting is of any help. Then, more information would be good, like a) how is the printer connected (IPP, LPD, USB, ...), b) did it work before or did you set it up for the first time, c) does the log (/var/log/cups/error_log) give any hints?
EDIT: Your printer, L3250, should be handled by ESCPR (package epson-inkjet-printer-escpr without the "2" at the end), it isn't supported by the ESCPR2 printer driver, according to https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2/-/blob/master/SUPPORTED-PRINTERS
jluizsouzadev commented on 2023-10-13 23:29 (UTC) (edited on 2023-10-15 21:28 (UTC) by jluizsouzadev)
My printer model EPSON-L3250 when get it print a test page it only prints a empty page. Please, could check out what's happening regard to that specific model?
andit commented on 2023-09-19 13:45 (UTC)
Version bump to 1.2.6; new printer models added: Epson M1050 Series, Epson M2050 Series; see https://gitlab.com/at.gentoo.repo/aur-epson-inkjet-printer-escpr2
andit commented on 2023-09-13 15:45 (UTC)
Version bump to 1.2.5; changes: new license (SEIKO-EPSON-EULA instead of previous EPSON-EULA; not changed: LGPL2.1), new printer models added: Epson PX M382F, Epson PX S382, Epson PX S383L; see https://gitlab.com/at.gentoo.repo/aur-epson-inkjet-printer-escpr2
andit commented on 2023-08-31 05:50 (UTC)
version bump to 1.2.4 https://gitlab.com/at.gentoo.repo/aur-epson-inkjet-printer-escpr2
andit commented on 2023-08-19 22:15 (UTC)
Flagged out-of-date (2023-07-11): In the meantime you can find 1.2.3 (dated 2023-07-27) at https://gitlab.com/at.gentoo.repo/aur-epson-inkjet-printer-escpr2
For the keywords: There's a complete list of supported printers at https://gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2/-/blob/master/SUPPORTED-PRINTERS
Pinned Comments
andit commented on 2023-10-24 17:22 (UTC) (edited on 2024-10-12 09:35 (UTC) by andit)
With every release I update the keywords (see Package Details above) containing a list of all Epson printer series supported by this driver. Additionally, SUPPORTED-PRINTERS at the GitLab repository gitlab.com/at.gentoo.repo/epson-inkjet-printer-escpr2 also contains a list of supported printers.
Most Epson Inkjet printers are covered by either this package or epson-inkjet-printer-escpr. If your printer is not supported by this package, be sure to check the other one. You may also want to consult the Wiki, specifically CUPS and CUPS/Printer-specific problems#Epson.
Note: all packages from AUR require
base-devel
, please read Arch User Repository as a user or PKGBUILD#makedepends for details on PKGBUILD.