Search Criteria
Package Details: epson-printer-utility 1.1.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/epson-printer-utility.git (read-only, click to copy) |
---|---|
Package Base: | epson-printer-utility |
Description: | This is a Printer Utility program for Epson. Using this software, you can check ink levels, view error and other status... on EPSON Printers. |
Upstream URL: | http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX |
Keywords: | ecbd epson |
Licenses: | LGPL, custom:Epson License Agreement |
Submitter: | wuut |
Maintainer: | darkelectron |
Last Packager: | darkelectron |
Votes: | 17 |
Popularity: | 0.60 |
First Submitted: | 2019-02-22 10:29 (UTC) |
Last Updated: | 2024-03-30 17:39 (UTC) |
Dependencies (2)
- ld-lsb
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
Required by (0)
Sources (6)
Aroun commented on 2021-02-23 15:48 (UTC)
jakobsg commented on 2021-02-13 13:05 (UTC)
<deleted-account> commented on 2021-01-19 07:29 (UTC)
@cfr42 there was a 404 error yesterday but now everything seems back to normal : http://download.ebz.epson.net/dsc/du/02/DriverDownloadInfo.do?LG2=EN&CN2=&DSCMI=124565&DSCCHK=1bee999db2f5ab19c6dfd087a1c8d2268e7d61ec.
Could anyone update the package ? I would love to do it but don't know how to and I'm afraid of messing things up.
cfr42 commented on 2021-01-19 00:22 (UTC)
Does anybody know the location of the source now? I can't find it even by navigating the Linux support site for Epson and trying to download from there. I just get a 404 error. New to Epson printers and not sure where else to look ...
Toxblh commented on 2020-12-26 14:37 (UTC)
lgm commented on 2020-11-26 19:14 (UTC) (edited on 2021-01-20 10:57 (UTC) by lgm)
@RoestVrijStaal, feel free to adopt this package and apply these changes. I don't own an epson printer anymore and will thus not continue maintaining this package.
Edit: typo
RoestVrijStaal commented on 2020-11-26 19:07 (UTC) (edited on 2020-11-26 19:08 (UTC) by RoestVrijStaal)
For myself I modified the PKGBUILD to make modifying easier for myself by defining a separate variable for the part between /12/ and /${pkgname}-blahblahblah
# Addition after the definition of pkgdesc
deb_token='18/20/47a925b197d626fa66f80bb0eabbb56811a5eed8'
# My modification of the definition of source
source=("https://download3.ebz.epson.net/dsc/f/03/00/12/${deb_token}/${pkgname}_${pkgver}-1lsb3.2_amd64.deb"
In this way, I only need to change 18/20/47a925b197d626fa66f80bb0eabbb56811a5eed8 to something new instead of fiddling within the definition of source itself.
ddshore commented on 2020-10-30 16:53 (UTC)
New link:
Just change your pkgbuild to point to that new link.
lgm commented on 2020-10-18 11:40 (UTC)
@LuciRose431 this error has nothing to do with this package.
It is an error in compiling qt4 form source. Please report the error there or follow the instructions given by the error message and submit a bug report to https://bugs.archlinux.org/.
LuciRose431 commented on 2020-10-18 07:25 (UTC)
moc access/qhttpmultipart.h compiling .moc/release-shared/moc_qhttpmultipart.cpp moc bearer/qnetworkconfigmanager_p.h compiling .moc/release-shared/moc_qnetworkconfigmanager_p.cpp moc bearer/qnetworksession_p.h compiling .moc/release-shared/moc_qnetworksession_p.cpp moc bearer/qbearerplugin_p.h compiling .moc/release-shared/moc_qbearerplugin_p.cpp cc1plus: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See https://bugs.archlinux.org/ for instructions. make[1]: [Makefile:18438: .obj/release-shared/moc_qbearerplugin_p.o] Error 1 make[1]: Leaving directory '/home/ogy/.cache/yay/qt4/src/qt-everywhere-opensource-src-4.8.7/src/network' make: [Makefile:278: sub-network-make_default-ordered] Error 2 ==> ERROR: A failure occurred in build(). Aborting... get this error
Pinned Comments
lgm commented on 2020-08-21 15:06 (UTC) (edited on 2020-10-18 11:36 (UTC) by lgm)
The following error displayed by
epson-printer-utility
can be safely ignored. I don't know what is the cause, but is doesn't affect usability:Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
If you get the error
Communication daemon down, Error code = -1
, you have to start theecbd
service. You can either do that withsudo systemctl enable --now ecbd.service
if you want the serice to run at system startup or withsudo systemctl start ecbd.service
if you only want to start the service manually each time you useepson-printer-utility