Search Criteria
Package Details: brscan3 0.2.13_1-9
Package Actions
Git Clone URL: | https://aur.archlinux.org/brscan3.git (read-only, click to copy) |
---|---|
Package Base: | brscan3 |
Description: | Brother SANE drivers for brscan3-compatible models |
Upstream URL: | http://support.brother.com/g/s/id/linux/en |
Keywords: | brother brscan dcp mfc sane scanner |
Licenses: | GPL, custom:brother |
Submitter: | deluminathor |
Maintainer: | None |
Last Packager: | ErnyTech |
Votes: | 70 |
Popularity: | 0.000000 |
First Submitted: | 2009-03-07 12:46 (UTC) |
Last Updated: | 2020-03-01 17:43 (UTC) |
Dependencies (2)
- libusb-compat (libusb0AUR)
- sane (sane-gitAUR)
Required by (8)
- brother-dcp165c (optional)
- brother-dcp365cn (optional)
- brother-dcp7040 (optional)
- brother-dcpj315w (optional)
- brother-mfc-290c (optional)
- brother-mfc-5895cw (optional)
- brother-mfc-990cw (optional)
- brother-mfc7340 (optional)
Latest Comments
1 2 3 4 5 6 7 Next › Last »
wolfsilver00 commented on 2024-02-15 19:42 (UTC)
After installing, it needs to be configured like so on network:
sudo brsaneconfig3 -a name=MFC-7440N model=MFC-7440N ip=192.168.0.200
Change your model name accordingly
wolfsilver00 commented on 2024-02-15 19:42 (UTC)
After installing, it needs to be configured like so on network:
sudo brsaneconfig3 -a name=MFC-7440N model=MFC-7440N ip=192.168.0.200
Change your model name accordingly
fab161 commented on 2022-12-16 17:01 (UTC)
Trying out the source and package links from the PKGBUILD, I get 404s all over the place. Probably the download locations of the packages have changed (once again) on the brother website. I'd really like to see those fixed, as I kind of rely on your package for scanning.
Best regards and thank you for maintaining the packages, Fabian
dreieck commented on 2022-10-28 11:44 (UTC)
This package installs stuff into
/usr/local
. Proper packages should not write into/usr/local
, instead, they should copy the stuff to the correct places under/usr/bin
,/usr/lib
,/usr/share
,/etc
,/var
etc. -- whatever is appropriate.Please fix your package.
Thanks for maintaining!,
regards.
ErnyTech commented on 2020-03-01 17:53 (UTC) (edited on 2020-03-01 17:56 (UTC) by ErnyTech)
Added support for the following scanners/multifunction printers:
This does not mean that this package will work properly with these devices, I only added the missing devices to the udev rules.
You must therefore personally test the package on each printer that supports brscan3, I have only tested it on my printers (MFC-6490CW and DCP-J315W).
Some printers dedicated to the Japanese market were not even present in the brscan3 driver support page, however it seems that they use this driver so I added them.
Currently I think I have added all the printers that support brscan3, if someone is missing please contact me by sending an email to my address that you find in the PKGBUILD.
sirkubador commented on 2019-11-04 18:39 (UTC) (edited on 2019-11-04 18:40 (UTC) by sirkubador)
Thanks for the great package!
Found this in my logs:
/etc/udev/rules.d/50-brscan3.rules:44 ENV key takes '==', '!=', '=', or '+=' operator, assuming '=', but please fix it.
Here is my /etc/udev/rules.d/50-brscan3.rules:44 ATTR{idProduct}=="0259", MODE="0664", GROUP="lp", SYMLINK+="scanner%n", ENV{libsane_matched}:="yes" I suppose := is the problem, it should be = now.
itsnotme commented on 2019-03-09 19:04 (UTC)
Please add the DCP-195C prodID to the rules:
DCP-195C
ATTRS{idVendor}=="04f9", ATTRS{idProduct}=="0222", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
grawlinson commented on 2017-03-09 03:09 (UTC)
12qu commented on 2016-08-22 11:19 (UTC)
1 2 3 4 5 6 7 Next › Last »