Package Details: brscan5 1.3.10_5-1

Git Clone URL: https://aur.archlinux.org/brscan5.git (read-only, click to copy)
Package Base: brscan5
Description: SANE drivers from Brother for compatible models
Upstream URL: http://support.brother.com
Keywords: brother printer sane scanner
Licenses: GPL, custom:brother
Submitter: razerei
Maintainer: agsimmons0
Last Packager: agsimmons0
Votes: 31
Popularity: 0.81
First Submitted: 2019-04-17 14:30 (UTC)
Last Updated: 2025-02-09 21:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

wounc78 commented on 2022-09-13 10:09 (UTC) (edited on 2022-09-13 10:11 (UTC) by wounc78)

I'm getting two messages in my journal after installing this package:

Sep 13 12:04:36 arch systemd-udevd[566]: Configuration file /usr/lib/udev/rules.d/40-brscan5.rules is marked executable. Please remove executable permission bits. Proceeding anyway. Sep 13 12:04:36 arch systemd-udevd[566]: /usr/lib/udev/rules.d/40-brscan5.rules:17 Invalid key 'SYSFS'

Is this something from Brother causing this or is the package not being installed correctly? It works just fine but these message should still be dealt with if anyone else gets them too?

hias commented on 2022-08-29 17:48 (UTC) (edited on 2022-08-29 17:51 (UTC) by hias)

Just in case: After Upgrade I miss my Network scanner (brother-dcpj152w) every time. so i have to check configured scanners whit: brsaneconfig5 -q and add my device neu if necessary: brsaneconfig5 -a name=FRIENDLY-NAME model=MODEL-NAME ip=xx.xx.xx.xx ..as root ;-)

blackout commented on 2022-08-11 10:43 (UTC)

ADS-1700W via WIFI works perfectly fine.

razerei commented on 2022-08-04 14:22 (UTC)

@baudneo you might have missed the postinstall message, which doesn't print when reinstalling the package (fully uninstall and then install). The postinstall message shows how to use brsaneconfig5. tldr use the absolute path and as root

@MrWhiskers thanks for the report. I see that Brother also directs folks to download brscan5.

@DocileNewbie thanks for the report. I've edited my comment to remove that model. I see that Brother directs folks to download brscan4 for that model on their website.

Generally, looking again at how I detect supported models, it seems inaccurate and includes commented-out lines in Brother's INI files. I also see that Brother includes a udev rule file in the source RPM. Therefore, I will switch to using their udev rule file instead of grepping for models and making my own. The way Brother does it is by matching on the idVendor of 04f9, so hopefully this will be more accurate.

baudneo commented on 2022-08-04 02:51 (UTC) (edited on 2022-08-04 02:57 (UTC) by baudneo)

After installing brscan5 I am unable to use the brsaneconfig5 command. Am I missing something here?

(1/1) reinstalling brscan5                                                                         [##############################################################################] 100%
:: Running post-transaction hooks...
(1/2) Reloading device manager configuration...
(2/2) Arming ConditionNeedsUpdate...
    ~  brsaneconfig5                                                                                                       ✔  15s   0.75   31.1G   08:29:19 PM   ⇣3.68 MiB/s ⇡41.2 KiB/s 10.0.1.9  
zsh: command not found: brsaneconfig5

However if I use ->

sudo /opt/brother/scanner/brscan5/brsaneconfig5

things work. Do I just link the executable to a PATH location?

MrWhiskers commented on 2022-06-25 18:31 (UTC)

For DS-640 you have to add THIS udev rule to /usr/lib/udev/rules.d/40-brscan5.rules

ATTR{idProduct}=="0468", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes"

i.e. 0468 and not 046a like the other commenter posted.

Afterwards run

sudo udevadm control --reload-rules && sudo udevadm trigger

and it should work without rebooting in an app like simple-scan

Wilson.Phillips commented on 2022-03-25 20:52 (UTC)

Brother MFC-L2470DW is scanning across the network. Installed package. Reboot PC. Open Skanlite and the scanner shows up.

Daedalus24 commented on 2022-03-02 07:26 (UTC) (edited on 2022-03-02 07:27 (UTC) by Daedalus24)

I confirm MFC-J3930DW works perfectly with brscan5. Thank you very much!

doragasu commented on 2022-02-21 20:02 (UTC)

Thanks for the package. Got my DS-640 working by adding the following udev rule:

ATTR{idProduct}=="046a", MODE="0664", GROUP="lp", ENV{libsane_matched}="yes"

For the following device as shown by lsusb:

Bus 005 Device 007: ID 04f9:0468 Brother Industries, Ltd DS-640

DocileNewbie commented on 2022-02-08 14:33 (UTC)

My MFC-L2750DW was not fully supported by brscan5 (crashes, empty pages in lineart mode with resolution >200dpi. brscan4 works perfectly. So maybe delete it from the list?