Search Criteria
Package Details: brscan-skey 0.3.1_2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/brscan-skey.git (read-only, click to copy) |
---|---|
Package Base: | brscan-skey |
Description: | Brother scan-key-tool |
Upstream URL: | http://support.brother.com/g/s/id/linux/en |
Keywords: | brother scan |
Licenses: | custom:brother |
Submitter: | leidola |
Maintainer: | 0x2501 |
Last Packager: | 0x2501 |
Votes: | 69 |
Popularity: | 0.008798 |
First Submitted: | 2009-01-27 20:05 (UTC) |
Last Updated: | 2022-05-19 16:07 (UTC) |
Dependencies (4)
- cuneiform (optional) – for default "Scan to OCR" script
- gimp (gimp-painter-git, gimp-appimage, gimp-git, gimp-devel, gimp-brush-max-512, gimp-devel-stripped, gimp-stripped) (optional) – for default "Scan to image" script
- sane (sane-git, sane-networking) (optional) – for all default scanning scripts
- sendmail (sendmail) (optional) – for default "Scan to email" script
Required by (40)
- brother-dcp-b7500d (optional)
- brother-dcp-j752dw (optional)
- brother-dcp135c (optional)
- brother-dcp7040 (optional)
- brother-dcpj562dw (optional)
- brother-dcpj572dw (optional)
- brother-dcpj785dw (optional)
- brother-dcpj925dw (optional)
- brother-dcpt220 (optional)
- brother-dcpt310 (optional)
- brother-dcpt420w (optional)
- brother-dcpt510w (optional)
- brother-dcpt520w (optional)
- brother-mfc-290c (optional)
- brother-mfc-410cn (optional)
- brother-mfc-420cn (optional)
- brother-mfc-5895cw (optional)
- brother-mfc-9335cdw (optional)
- brother-mfc-990cw (optional)
- brother-mfc-j460dw (optional)
Latest Comments
trumee commented on 2022-02-17 03:37 (UTC) (edited on 2022-02-17 03:38 (UTC) by trumee)
I am trying to use this in an LXD container (both host and container are on ArchLinux). Unfortunately, the computer is unable to register with the printer. Sniffing using tcpdump shows that the ip address of the computer is not set in the snmp request.
In the send request "HOST=:54925" should actually be "HOST=192.168.9.240:54925"
#/opt/brother/scanner/brscan-skey/brscan-skey -l
The printer simply replies with badValue@1
Is there any other package needed on Arch for the query to work correctly?
Thanks
bobpaul commented on 2021-12-18 17:10 (UTC)
@Jack1221 @dszryan Here is a patch that updates the package to 0.3.1_2 and fixes the install script so there aren't errors in the install. Because of the changes Brother made in how they package 0.3.0, this should be a lot smoother moving forward. There's no way to get rid of the brscan_mail.config conflict; that file was created/removed by Brother's install script, but that no longer exists and now package properly owns all files.
pacman
detects the file conflict before it runs the upgrade script, so we can't fix this via the.install
file. I also addedbrscan-skey
to the path so users can more easily follow Brother's documentation on their support page.https://0bin.net/paste/RLigHsFF#g36Xc99bW8GJE3y8WUCO0Rza3E1iC2-OGDJFdU/zzXR
bobpaul commented on 2021-12-18 15:36 (UTC)
@bennypr0fane
Have you installed and configured the appropriate
brscan2
,brscan3
,brscan4
, orbrscan5
as required by your scanner?You can get help output from brscan-skey with
/opt/brother/scanner/brscan-skey/brscan-skey -h 2
. The is required or it doesn't provide any help output. If you have the correctbrscan
package installed and configured,/opt/brother/scanner/brscan-skey/brscan-skey --debug
or/opt/brother/scanner/brscan-skey/brscan-skey --list
might offer some insight.bennypr0fane commented on 2021-12-18 12:41 (UTC)
@bobpaul I already enabled service autostart with systemctl and it's running but issuing the command still does nothing
bobpaul commented on 2021-12-18 05:01 (UTC)
@bennypr0fane the brscan-skey utility isn't installed into the path at all. Either start it with systemctl as shown during install or look at
pacman -Ql brscan-skey
for the full path if you want to start it manually.Make sure you have the appropriate
brscan
package from AUR installed and configured, or brscan-skey won't work.Here's a PKGBUILD with 0.3.1-2. Note it throws some errors on install (see comments below), but otherwise works. But 0.2.4-1 also works just fine, despite being out of date: https://0bin.net/paste/aZN2GqBO#5zJEUWTmQJfLG5r4OyvbxeN7fSJ+Bzo2Z6ZJkYYpbVk
bennypr0fane commented on 2021-12-01 15:13 (UTC)
When calling brscan-skey in the terminal, I get "command not found" BTW the latest version is now brscan-skey-0.3.1-2, Maybe this one will work. https://support.brother.com/g/b/downloadend.aspx?c=us_ot&lang=en&prod=mfc7360n_all&os=128&dlid=dlf006652_000&flang=4&type3=570&dlang=true
Arvedui commented on 2020-09-30 14:54 (UTC)
When decreasing the version of a package you should also increase the epoch variable. Otherwise aur helpers, and pacman, will think the older, but higher, version is newer.
Jack1221 commented on 2020-09-21 14:57 (UTC)
Reverted to 2.4_1. Sorry for the trouble, but I cannot seem to get the new package to work. Again, sorry!
sekret commented on 2020-09-21 08:17 (UTC) (edited on 2020-09-21 09:49 (UTC) by sekret)
After moving the file /opt/brother/scanner/brscan-skey/brscan_mail.config so the package can be installed I get
/tmp/alpm_oeM7NG/.INSTALL: line 26: /opt/brother/scanner/brscan-skey/brscan-skey-0.3.1-1.sh: No such file or directory
And in /opt/brother/scanner/brscan-skey/brscan_mail.config there's the line
MESSAGE=/etc//opt/brother/scanner/brscan-skey/brscan_mailmessage.txt
which looks odd and was
MESSAGE=/opt/brother/scanner/brscan-skey/brscan_mailmessage.txt
in the previous version.
herve commented on 2020-09-21 08:16 (UTC)
I came here for that conflict error, yet no package claims that file.
Maybe it's safe to force install?
dmshimself commented on 2020-09-21 05:51 (UTC)
I also get the error brscan-skey: /opt/brother/scanner/brscan-skey/brscan_mail.config exists in filesystem
smendez commented on 2020-09-21 03:53 (UTC) (edited on 2020-09-21 03:53 (UTC) by smendez)
I got the following error when upgrading this latest package (0.3.1_1-1):
error: failed to commit transaction (conflicting files) brscan-skey: /opt/brother/scanner/brscan-skey/brscan_mail.config exists in filesystem Errors occurred, no packages were upgraded.
Jack1221 commented on 2020-09-21 00:03 (UTC)
To any users, please reply here with any problems or lack thereof with the new update (0.2.4_1 -> 0.3.1_1). It is a big jump and some of the code base changed.
Zesko commented on 2020-07-06 10:21 (UTC) (edited on 2020-07-06 10:49 (UTC) by Zesko)
This version 0.2.4_1 is old. Can you update new version 0.3.1-1, 64 bit?
https://support.brother.com/g/b/downloadend.aspx?c=de&lang=de&prod=mfcl3750cdw_us_eu_as&os=128&dlid=dlf006652_000&flang=4&type3=570&dlang=true
Thanks!
sbechet commented on 2019-06-18 20:26 (UTC) (edited on 2019-06-18 20:28 (UTC) by sbechet)
You must add brscan-skey to lp like
gpasswd -a brscan-skey lp
thenbrscan-skey.service
will work (see udev config rules).ForgotUmbrella commented on 2017-06-10 05:20 (UTC) (edited on 2017-06-10 05:20 (UTC) by ForgotUmbrella)
simeonfelis commented on 2017-02-03 10:43 (UTC)
Harvey commented on 2016-11-18 08:12 (UTC) (edited on 2016-11-18 08:13 (UTC) by Harvey)
DesertWolf29 commented on 2016-11-17 20:20 (UTC)
timofonic commented on 2016-04-28 14:43 (UTC)
Falkenber9 commented on 2015-07-27 13:49 (UTC)
12qu commented on 2015-06-30 10:29 (UTC)
commented on 2015-04-25 09:20 (UTC)
DonHugo commented on 2015-04-18 07:41 (UTC)
commented on 2015-02-01 09:29 (UTC)
jellysheep commented on 2014-08-25 06:21 (UTC)
12qu commented on 2014-08-25 00:08 (UTC)
jellysheep commented on 2014-08-24 19:13 (UTC)
12qu commented on 2014-08-24 07:17 (UTC)
jellysheep commented on 2014-08-07 15:28 (UTC)
12qu commented on 2014-07-27 07:06 (UTC)
12qu commented on 2014-07-21 01:30 (UTC)
louipc commented on 2014-07-17 15:30 (UTC)
12qu commented on 2013-07-09 09:10 (UTC)
12qu commented on 2013-04-22 15:03 (UTC)
dk0r commented on 2013-04-22 13:36 (UTC)
12qu commented on 2013-04-20 02:26 (UTC)
deluminathor commented on 2013-04-19 22:37 (UTC)
12qu commented on 2013-04-14 12:24 (UTC)
dhead666 commented on 2013-03-09 19:30 (UTC)
commented on 2012-12-12 20:37 (UTC)
12qu commented on 2012-06-05 13:54 (UTC)
louipc commented on 2011-04-09 16:15 (UTC)
deluminathor commented on 2010-05-02 15:36 (UTC)
jdarnold commented on 2010-04-28 15:31 (UTC)