Package Details: brother-lpr-drivers-laser 2.0.1_3_0ubuntu5-2

Git Clone URL: https://aur.archlinux.org/brother-lpr-drivers-laser.git (read-only, click to copy)
Package Base: brother-lpr-drivers-laser
Description: LPR drivers for DCP-7010 DCP-7020 DCP-7025 DCP-8060 DCP-8065DN FAX-2820 FAX-2920 HL-2030 HL-2040 HL-2070N HL-5240 HL-5250DN HL-5270DN HL-5280DW MFC-7220 MFC-7225N MFC-7420 MFC-7820N MFC-8460N MFC-8660DN MFC-8860DN MFC-8870DW
Upstream URL: http://solutions.brother.com/linux/en_us/index.html
Licenses: GPL, custom:brother commercial license
Submitter: Rhinoceros
Maintainer: severach
Last Packager: severach
Votes: 16
Popularity: 0.000000
First Submitted: 2015-08-14 07:03 (UTC)
Last Updated: 2018-07-14 00:24 (UTC)

Latest Comments

oi_wtf commented on 2018-07-13 10:03 (UTC)

@CyberConan:

I got a MFC7820N working for me by applying the following changes (inspired by https://aur.archlinux.org/cgit/aur.git/tree/brother-mfc-7840w.patch?h=brother-mfc-7840w ):

--- /usr/Brother/inf/brMFC7820Nfunc.orig    2012-09-19 13:02:09.000000000 +0200
+++ /usr/Brother/inf/brMFC7820Nfunc 2018-07-13 11:43:57.504112336 +0200
@@ -24,3 +24,5 @@
 Sleep={PrinterDefault,"1-99"}
 Toner Save Mode={ON,OFF}

+[psconvert2]
+pstops=/usr/lib/cups/filter/pstops
--- /usr/Brother/lpd/filterMFC7820N.orig    2012-09-19 13:02:09.000000000 +0200
+++ /usr/Brother/lpd/filterMFC7820N 2018-07-13 11:43:53.657460744 +0200
@@ -109,11 +109,9 @@
    cat $INPUT_TEMP1| $prefilter >$INPUT_TEMP
 fi

-#PSTOPSFILTER=`which pstops`
+PSTOPSFILTER='/usr/lib/cups/filter/pstops'

-if [ -e '/usr/bin/pstops' ];then
-   PSTOPSFILTER='/usr/bin/pstops'
-else
+if ! [ -e "$PSTOPSFILTER" ];then
    PSTOPSFILTER=''
 fi

CyberConan commented on 2018-04-19 19:24 (UTC)

Bugged for my Brother MFC7820N, I have returned to previous version and everything is ok again.

Rhinoceros commented on 2018-04-05 02:26 (UTC)

Disowning, because I don't use a Brother printer any more.