DCP-T420W
FAQs & Troubleshooting |
Command List of brscan. (Linux)
> Stop Scan-key-tool
> List available Brother devices
> Change the name of the target user
> Set password
> Hide a scanner device from Scan-key-tool (Available only with network connected scanner)
> Change the action of scan-key-tool
Stop Scan-key-tool
Command: brscan-skey -t
List available Brother devices
Command: brscan-skey -l
Change the name of the target user
- Login as the user which you want to change the target name which is displayed on the scanner LCD.
-
Change the name for brscan-skey.
Command: brscan-skey -u (Newname-for-brscan-skey)
-
Restart brscan-skey.
Command(Stop): brscan-skey -t
Command(Start): brscan-skey
***The new user name must be less than 16 characters, only alphabet and numbers can be used.
***Command without the name parameter will reset the name for brscan-skey.
Set password
-
Run brscan-skey command with "-p" option.(superuser authorization is required)
Command: brscan-skey -p (4-numeric-digit-password)
-
Restart Scan-key-tool
Command(Stop): brscan-skey -t
Command(Restart): brscan-skey
- The password is required on the device LCD to start scanning.
***To reset the password, use "brscan-skey -p" without parameters.(superuser authorization is required)
Hide a scanner device from Scan-key-tool (Available only with network connected scanner)
-
Check the device name.
Command: brscan-skey -l
-
Delete the entry.
Command: brscan-skey -d (device-name)
Change the action of scan-key-tool
The actions taken by the scan-key-tool are described in the /usr/local/Brother/sane/brscan-skey-(version).cfg
Parameters |
IMAGE=(The script for scan-to-image selection) OCR=(The script for scan-to-ocr selection) ***Scan-to-OCR is not available EMAIL=(The script for scan-to-email selection) FILE=(The script for scan-to-file selection) |
Default shell script for scan-to-image;
/usr/local/Brother/sane/script/scantoimage-0.2.1-1.sh
Default shell script for scan-to-file;
/usr/local/Brother/sane/script/scantofile-0.2.0-1.sh
Default shell script for scan-to-email;
/usr/local/Brother/sane/script/scantoemail-0.2.0-1.sh
Example: Multiple sheets are scanned from ADF using scan-to-file, and it is made into one PDF file.
Change the file(/usr/local/Brother/sane/script/scantofile-x.x.x-x.sh) as follows.
NOTE:scanadf, pnmtops, and ps2pdf need to be installed.
--------------------------------------------------------------
#! /bin/sh
set +o noclobber
#
# $1 = scanner device
# $2 = friendly name
#
#
# 100,200,300,400,600
#
resolution=100
device=$1
BASE=˜/brscan
mkdir -p $BASE
if [ "`which usleep`" != ' ' ];then
usleep 10000
else
sleep 0.01
fi
output_tmp=$BASE/$(date | sed s/' '/'_'/g | sed s/'\:'/'_'/g)
echo "scan from $2($device)"
scanadf --device-name "$device" --resolution $resolution -o"$output_tmp"_%04d
for pnmfile in $(ls "$output_tmp"*)
do
echo pnmtops "$pnmfile" "$pnmfile".ps
pnmtops "$pnmfile" > "$pnmfile".ps
rm -f "$pnmfile"
done
echo psmerge -o"$output_tmp".ps $(ls "$output_tmp"*.ps)
psmerge -o"$output_tmp".ps $(ls "$output_tmp"*.ps)
echo ps2pdf "$output_tmp".ps "$output_tmp".pdf
ps2pdf "$output_tmp".ps "$output_tmp".pdf
#cleanup
for psfile in $(ls "$output_tmp"*.ps)
do
rm $psfile
done
rm -f "$pnmfile".ps
--------------------------------------------------------------
Related Models
ADS-1100W, ADS-1600W, ADS-2100, ADS-2200, ADS-3100, ADS-4300N, DCP-110C, DCP-115C, DCP-130C, DCP-135C, DCP-145C, DCP-150C, DCP-1511, DCP-1616NW, DCP-165C, DCP-185C, DCP-195C, DCP-330C, DCP-350C, DCP-385C, DCP-395CN, DCP-585CW, DCP-6690CW, DCP-7010, DCP-7030, DCP-7055, DCP-7060D, DCP-7065DN, DCP-8020, DCP-8025D, DCP-8040, DCP-8045D, DCP-9010CN, DCP-B7500D, DCP-B7535DW, DCP-B7600D(B), DCP-B7620DW(B), DCP-B7640DW(B), DCP-J100, DCP-J105, DCP-J125, DCP-J140W, DCP-L2520D, DCP-L2531DW, DCP-L2540DW, DCP-L2541DW, DCP-L2605DW, DCP-L2640DW, DCP-L2680DW, DCP-L3551CDW, DCP-L3560CDW, DCP-L5510DN, DCP-L5600DN, DCP-L5660DN, DCP-T220, DCP-T226, DCP-T300, DCP-T310, DCP-T420W, DCP-T426W, DCP-T500W, DCP-T510W, DCP-T520W, DCP-T525W, DCP-T700W, DCP-T710W, DCP-T820DW, FAX-1820C, FAX-1840C, FAX-2480C, FAX-2820, FAX-2840, HL-1111, HL-1201, HL-1211W, HL-1240, HL-1250, HL-1270N, HL-1430, HL-1440, HL-1450, HL-2040, HL-2070N, HL-2130, HL-2140, HL-2150N, HL-2170W, HL-2240D, HL-2250DN, HL-2460, HL-2700CN, HL-3040CN, HL-3070CW, HL-3150CDN, HL-4040CDN, HL-4150CDN, HL-5040, HL-5050, HL-5070N, HL-5140, HL-5150D, HL-5170DN, HL-5240, HL-5250DN, HL-5340D, HL-5350DN, HL-5440D, HL-5450DN, HL-6050D, HL-6050DN, HL-7050, HL-7050N, HL-B2000D, HL-B2080DW, HL-L2321D, HL-L2351DW, HL-L2361DN, HL-L2366DW, HL-L3270CDW, HL-L5000D, HL-L5100DN, HL-L6200DW, HL-T4000DW, MFC-1811, MFC-1911NW, MFC-210C, MFC-215C, MFC-235C, MFC-240C, MFC-290C, MFC-295CN, MFC-3220C, MFC-3240C, MFC-3360C, MFC-3420C, MFC-3820CN, MFC-410CN, MFC-425CN, MFC-440CN, MFC-490CW, MFC-5440CN, MFC-5460CN, MFC-5840CN, MFC-5860CN, MFC-620CN, MFC-6490CW, MFC-665CW, MFC-685CW, MFC-7340, MFC-7360, MFC-7420, MFC-7450, MFC-7820N, MFC-7840N, MFC-7860DN, MFC-7860DW, MFC-8220, MFC-8370DN, MFC-8440, MFC-8460N, MFC-8510DN, MFC-8820D, MFC-8840D, MFC-8840DN, MFC-8860DN, MFC-8880DN, MFC-8910DW, MFC-9120CN, MFC-9140CDN, MFC-9420CN, MFC-9660, MFC-B7715DW, MFC-B7810DW(B), MFC-J2320, MFC-J3520, MFC-J3720, MFC-J410, MFC-J415W, MFC-J430W, MFC-J5910DW, MFC-J615W, MFC-J625DW, MFC-J6520DW, MFC-J6710DW, MFC-J6720DW, MFC-L2701D, MFC-L2701DW, MFC-L3735CDN, MFC-L3760CDW, MFC-L5900DW, MFC-L5915DW, MFC-T4500DW, MFC-T910DW, MFC-T920DW