Search Criteria
Package Details: cnijfilter-mg2400series 4.00-2
Git Clone URL: | https://aur.archlinux.org/cnijfilter-mg2400series.git (read-only) |
---|---|
Package Base: | cnijfilter-mg2400series |
Description: | Canon IJ Printer Driver For MG-2400 |
Upstream URL: | http://support-ph.canon-asia.com/contents/PH/EN/0100466201.html |
Licenses: | |
Submitter: | oberon2007 |
Maintainer: | oberon2007 |
Last Packager: | oberon2007 |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-21 22:32 |
Last Updated: | 2017-01-16 16:25 |
Latest Comments
oberon2007 commented on 2017-01-16 16:23
Should be fixed now @florax ! Thank you for reporting.
florax commented on 2017-01-12 09:03
On my old 32bit system I cannot upgrade, until I comment out the line:
# mv $pkgdir/usr/lib64 $pkgdir/usr/lib
the error was 'cannot stat' the above file...
Do I have now an upgraded package, or some other fix needed?
oberon2007 commented on 2016-12-13 00:50
Thank you @Santhos. Apparently the binaries in the cnijfilter-common-mg2400 package have the /usr/local path compiled into them. I'm now installing cifmg2400 to /usr/local/bin. Please remove your symlink and reinstall the package. It should work now, I hope.
Sathors commented on 2016-12-12 23:55
After many hours of tinkering, I have found why it was not working on my box with a Pixma MG2410 printer.
Jobs were marked as successfully printed, even though nothing happened on the printer.
No clear errors in the log.
When sending a job to the printer, I had an error about cifmg2400 not being found in /usr/local/bin. Actually it got installed to /usr/bin, and cups was not finding it successfully.
Creating a symbolic link (sudo ln -s /usr/bin/cifmg2400 /usr/local/bin) solved the problem.