Search Criteria
Package Details: brother-mfc-j5335dw 1.0.1_0-6
Package Actions
Git Clone URL: | https://aur.archlinux.org/brother-mfc-j5335dw.git (read-only, click to copy) |
---|---|
Package Base: | brother-mfc-j5335dw |
Description: | LPR and CUPS driver for the Brother MFC-J5335DW |
Upstream URL: | http://support.brother.com/g/b/downloadtop.aspx?c=fr&lang=fr&prod=mfcj5335dw_eu |
Licenses: | LicenseRef-brother commercial license |
Submitter: | benabel |
Maintainer: | FredericChopin |
Last Packager: | FredericChopin |
Votes: | 2 |
Popularity: | 0.000168 |
First Submitted: | 2017-09-02 12:39 (UTC) |
Last Updated: | 2024-02-14 13:27 (UTC) |
Dependencies (7)
- a2ps
- cups (cups-gitAUR, cups-gssapiAUR)
- ghostscript
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- poppler (poppler-gitAUR)
- psutils
Latest Comments
micwoj92 commented on 2024-02-13 18:36 (UTC)
license=('LicenseRef-brother commercial license')
FredericChopin commented on 2024-02-13 09:40 (UTC)
I'm happy to update it to whatever is necessary for this warning, but I don't know what to change. Ihe PKGBUILD still adheres to the wiki wiki.
micwoj92 commented on 2024-02-08 06:06 (UTC)
Please update license:
loulou69 commented on 2020-12-29 15:23 (UTC)
Same for a mfc-j5335dw, had to add the lib32-gcc-libs
thanks for the tip @Ambrevar
Ambrevar commented on 2020-06-01 17:53 (UTC)
Apparently as with the MFC-J5330, we need to add lib32-gcc-libs to the dependencies, lest the jobs would complete instantly without actually printing.
benabel commented on 2018-03-24 14:08 (UTC)
Thanks for your directions @FredericChopin, I've patched the
lpdwrapper
file as inmfcj3530dw
package.FredericChopin commented on 2018-03-20 20:42 (UTC)
Yes, after editing
/usr/lib/cups/filters/brother_lpdwrapper_mfcj5335dw
as described below, the printer works now, with good quality.The driver shipped with cups had very bad quality, like 100dpi printouts and had not all the options, which this driver provides.
I just checked the package
brother-mfc-j5330dw
for the almost identical printer and they have a patch in the PKGBUILD exactly adjusting the lines in the wrapper file.benabel commented on 2018-03-19 19:31 (UTC)
Thanks for your feedback, however I can't make the package work. Finally I used
Google Cloud Print
to make it work. Does the printer works for you?FredericChopin commented on 2018-03-18 20:47 (UTC) (edited on 2018-03-18 20:50 (UTC) by FredericChopin)
Thank you for providing the driver package.
I had to manually adjust the wrapper file: brother_lpdwrapper_mfcj5335dw in /usr/lib/cups/filters and change/add the variables
$PRINTER="mfcj5335dw";
$basedir = "/opt/brother/Printers/mfcj5335dw/";
Else the command:
cp $basedir/inf/br${PRINTER}rc $TEMPRC;
will fail with the errorcp: cannot stat '/usr/lib/cups/filter/brother_lpdwrapper_mfcj5335dw/inf/brusrlibcupsfilterbrother_lpdwrapper_mfcj5335dwrc': Not a directory
Maybe this could be included to the package in a sane way.