Search Criteria
Package Details: brother-dcpj315w 1.1.3-6
Package Actions
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) |
Dependencies (5)
- a2ps
- cups (cups-gitAUR, cups-gssapiAUR)
- 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)
- brscan3AUR (optional) – scanner support.
Latest Comments
1 2 Next › Last »
Klusio19 commented on 2024-07-22 15:39 (UTC) (edited on 2024-07-22 15:41 (UTC) by Klusio19)
Update from me again. The command below to add PRINTER doesn't work, it adds printer as "Local Raw Printer".
Instead, after installing the package, I go to
http://localhost:631/admin
-> Add Printer ->Choose
Brother DCP-J315W (Brother DCP-J315W)
(I have 2 exact same positions, doesn't matter which I pick) ->In
Connection
filed enter:lpd://192.168.xxx.xxx/BINARY_P1
(!) (enter your printer's IP) ->Enter details ->
choose
Brother
->choose 1 of both brother positions (again I have 2, and it doesn't matter which I choose) ->
Click Add Printer.
DONE
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)
badonkadong commented on 2017-10-09 10:10 (UTC)
Semietiev commented on 2017-02-27 14:57 (UTC) (edited on 2017-02-27 14:58 (UTC) by Semietiev)
h8red commented on 2017-02-26 09:08 (UTC)
Semietiev commented on 2017-02-22 22:40 (UTC) (edited on 2017-02-22 22:42 (UTC) by Semietiev)
1 2 Next › Last »