Package Details: brother-dcpj315w 1.1.3-6

Git Clone URL: https://aur.archlinux.org/brother-dcpj315w.git (read-only, click to copy)
Package Base: brother-dcpj315w
Description: Driver for the Brother DCP-J315W wifi multifuncional printer
Upstream URL: http://solutions.brother.com/linux/en_us/index.html
Licenses: custom:brother
Submitter: h8red
Maintainer: h8red
Last Packager: h8red
Votes: 3
Popularity: 0.000000
First Submitted: 2015-09-14 20:22 (UTC)
Last Updated: 2020-03-28 14:08 (UTC)

Latest Comments

1 2 Next › Last »

Klusio19 commented on 2023-02-04 21:39 (UTC) (edited on 2023-02-04 21:48 (UTC) by Klusio19)

For me, I needed to to very similar thing, to a person below. The command needed to be modifed a little bit to work. Finally, what I've used is:

sudo lpadmin -p dcpj315w -v lpd://192.168.xxx.xxx/BINARY_P1 Replacing x's with your IP, of course.

To make scanner works, install brscan3 from AUR (I use yay):

yay -S brscan3

Then add scanner with:

sudo brsaneconfig3 -a name=SCANNER_DCPJ315W model=DCP-J315W ip=192.168.xxx.xxx

schwarzenugget commented on 2021-12-15 06:36 (UTC)

Following this and the config in an Ubuntu machine, I needed the following command to make the printer work:

sudo lpadmin -p dcpj315w -v lpd://${printer-ip}/BINARY_P1

I don't remember what it does :), but it worked on Arch and now that I installed the driver on Manjaro, it worked again. Maybe with Manjaro it only needed a restart, who knows...

h8red commented on 2018-07-03 12:43 (UTC)

I added 'lib32-gcc-libs' 'lib32-glibc' to deps.

jcreixell commented on 2018-06-19 08:02 (UTC)

I spent countless hours trying to make this work. The printer was being detected, and printing would seemingly succeed, however the printer would not print anything. In addition, gnome settings would not allow me to add the printer, because it could not find the drivers.

In the end, I installed the package gcc-lib32 and rebuilt and installed this package, and that worked!

So make sure to have gcc-lib32 and lib32-glibc installed before you attempt to build this package. My guess is that the driver contains a 32 bit binary, and supported for 32 was recentrly removed from arch.

Probably both packages should be added as a dependency.

h8red commented on 2017-10-10 13:33 (UTC)

It is only printer drivers. I am using "brscan3" (https://aur.archlinux.org/packages/brscan3/) for scanner.

badonkadong commented on 2017-10-09 10:10 (UTC)

Can't use the scanner with this driver, using Skanlite wich uses the SANE interface did i missed something ?

Semietiev commented on 2017-02-27 14:57 (UTC) (edited on 2017-02-27 14:58 (UTC) by Semietiev)

It works now. Thanks. ;)

h8red commented on 2017-02-26 09:08 (UTC)

Fixed. Please try again.

Semietiev commented on 2017-02-22 22:40 (UTC) (edited on 2017-02-22 22:42 (UTC) by Semietiev)

"Unable to install package brother-dcpj315w. Check the file .SRCINFO, to find differences (discrepancies?) with the file PKGBUILD." Hope I translated it correctly. Happens even on a clean Arch install.

h8red commented on 2016-11-21 05:34 (UTC)

You are right. Fixed. Thanks.