Simple Scan not detecting my scanner (Brother DCP-7055W)Brother MFC-L2700DW printer can print, can't...
Can someone publish a story that happened to you?
Will tsunami waves travel forever if there was no land?
What is the strongest case that can be made in favour of the UK regaining some control over fishing policy after Brexit?
Controversial area of mathematics
Packing rectangles: Does rotation ever help?
Is there a way to get a compiler for the original B programming language?
Using a Lyapunov function to classify stability and sketching a phase portrait
Do I have an "anti-research" personality?
Reducing vertical space in stackrel
What does KSP mean?
Pulling the rope with one hand is as heavy as with two hands?
Noun clause (singular all the time?)
Don’t seats that recline flat defeat the purpose of having seatbelts?
a sore throat vs a strep throat vs strep throat
Critique of timeline aesthetic
How to reduce LED flash rate (frequency)
A Note on N!
Is contacting this expert in the field something acceptable or would it be discourteous?
How to make a pipeline wait for end-of-file or stop after an error?
Do I have to worry about players making “bad” choices on level up?
Why was Germany not as successful as other Europeans in establishing overseas colonies?
What makes accurate emulation of old systems a difficult task?
How can the Zone of Truth spell be defeated without the caster knowing?
How to stop co-workers from teasing me because I know Russian?
Simple Scan not detecting my scanner (Brother DCP-7055W)
Brother MFC-L2700DW printer can print, can't scanBrother MFC7420 and Ubuntu 12.10Can't Install Brother MFC-6890CDW as Network Scanner under 12.04Invalid argument - Brother scanner not working after upgrade (brscan2 driver)Brother DCP-7055WHow to get a Brother DCP-350C scanner working?Brother issues, printer works but scanner is not recognizedBrother DCP-7055W scanner not found18.04 and Brother MFC-7420 USB printer - doesn't printUnable to print after update to Ubuntu 18.10 - brother DCP 7065DN USBUbuntu 18.04: Samsung SCX-3400 Scanner detected but not working
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am using XUbuntu 18.04 and I am struggling to install my scanner. I have tried everything i have been able to find on both Brother homepage and AskUbuntu.
I have newest brsaneconfig4, brscan-skey and rules.
Command brsaneconfig4 -
q returns:
(...)
Devices on network
0 DCP-7055W "DCP-7055W" I:192.168.1.28
Command scanimage -L
returns:
device `brother4:net1;dev0' is a Brother DCP-7055W DCP-7055W
While command brscan-skey -l
returns:
DCP-7055W : brother4:net1;dev0 : 192.168.1.28 Not responded
I have libsane-brother4.so
installed in /usr/lib64/sane
, /usr/lib/sane
and /usr/lib/x86_64-linux-gnu/sane
Command dpkg -l | grep Brother
returns:
ii brother-udev-rule-type1 1.0.2 all Brother udev rule type 1
ii brscan-skey 0.2.4-1 amd64 Brother Linux scanner S-KEY tool
ii brscan4 0.4.6-1 amd64 Brother Scanner Driver
ii dcp7055wcupswrapper:i386 3.0.1-1 i386 Brother DCP-7055W CUPS wrapper driver
ii dcp7055wlpr:i386 3.0.1-1 i386 Brother DCP-7055W LPR driver
ii printer-driver-brlaser 4-1 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.4.2-3 amd64 printer driver Brother P-touch label printers
and my libsane
file has following content:
#
# udev rules
#
ACTION!="add", GOTO="brother_mfp_end"
SUBSYSTEM=="usb", GOTO="brother_mfp_udev_1"
SUBSYSTEM!="usb_device", GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_1"
SYSFS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
ATTRS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_2"
ATTRS{bInterfaceClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceSubClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceProtocol}!="0ff", GOTO="brother_mfp_end"
#MODE="0666"
#GROUP="scanner"
ENV{libsane_matched}="yes"
#SYMLINK+="scanner-%k"
LABEL="brother_mfp_end"
I have tried everything without any significant success. At some point I have had working scanner, but after reboot it was no longer visible in SimpleScan. How can i make this work? What is missing?
scanner brother ip-scanner
add a comment |
I am using XUbuntu 18.04 and I am struggling to install my scanner. I have tried everything i have been able to find on both Brother homepage and AskUbuntu.
I have newest brsaneconfig4, brscan-skey and rules.
Command brsaneconfig4 -
q returns:
(...)
Devices on network
0 DCP-7055W "DCP-7055W" I:192.168.1.28
Command scanimage -L
returns:
device `brother4:net1;dev0' is a Brother DCP-7055W DCP-7055W
While command brscan-skey -l
returns:
DCP-7055W : brother4:net1;dev0 : 192.168.1.28 Not responded
I have libsane-brother4.so
installed in /usr/lib64/sane
, /usr/lib/sane
and /usr/lib/x86_64-linux-gnu/sane
Command dpkg -l | grep Brother
returns:
ii brother-udev-rule-type1 1.0.2 all Brother udev rule type 1
ii brscan-skey 0.2.4-1 amd64 Brother Linux scanner S-KEY tool
ii brscan4 0.4.6-1 amd64 Brother Scanner Driver
ii dcp7055wcupswrapper:i386 3.0.1-1 i386 Brother DCP-7055W CUPS wrapper driver
ii dcp7055wlpr:i386 3.0.1-1 i386 Brother DCP-7055W LPR driver
ii printer-driver-brlaser 4-1 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.4.2-3 amd64 printer driver Brother P-touch label printers
and my libsane
file has following content:
#
# udev rules
#
ACTION!="add", GOTO="brother_mfp_end"
SUBSYSTEM=="usb", GOTO="brother_mfp_udev_1"
SUBSYSTEM!="usb_device", GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_1"
SYSFS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
ATTRS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_2"
ATTRS{bInterfaceClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceSubClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceProtocol}!="0ff", GOTO="brother_mfp_end"
#MODE="0666"
#GROUP="scanner"
ENV{libsane_matched}="yes"
#SYMLINK+="scanner-%k"
LABEL="brother_mfp_end"
I have tried everything without any significant success. At some point I have had working scanner, but after reboot it was no longer visible in SimpleScan. How can i make this work? What is missing?
scanner brother ip-scanner
Looks like you are doing remote scan, on which machine you are doing which command?
– benni
14 hours ago
add a comment |
I am using XUbuntu 18.04 and I am struggling to install my scanner. I have tried everything i have been able to find on both Brother homepage and AskUbuntu.
I have newest brsaneconfig4, brscan-skey and rules.
Command brsaneconfig4 -
q returns:
(...)
Devices on network
0 DCP-7055W "DCP-7055W" I:192.168.1.28
Command scanimage -L
returns:
device `brother4:net1;dev0' is a Brother DCP-7055W DCP-7055W
While command brscan-skey -l
returns:
DCP-7055W : brother4:net1;dev0 : 192.168.1.28 Not responded
I have libsane-brother4.so
installed in /usr/lib64/sane
, /usr/lib/sane
and /usr/lib/x86_64-linux-gnu/sane
Command dpkg -l | grep Brother
returns:
ii brother-udev-rule-type1 1.0.2 all Brother udev rule type 1
ii brscan-skey 0.2.4-1 amd64 Brother Linux scanner S-KEY tool
ii brscan4 0.4.6-1 amd64 Brother Scanner Driver
ii dcp7055wcupswrapper:i386 3.0.1-1 i386 Brother DCP-7055W CUPS wrapper driver
ii dcp7055wlpr:i386 3.0.1-1 i386 Brother DCP-7055W LPR driver
ii printer-driver-brlaser 4-1 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.4.2-3 amd64 printer driver Brother P-touch label printers
and my libsane
file has following content:
#
# udev rules
#
ACTION!="add", GOTO="brother_mfp_end"
SUBSYSTEM=="usb", GOTO="brother_mfp_udev_1"
SUBSYSTEM!="usb_device", GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_1"
SYSFS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
ATTRS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_2"
ATTRS{bInterfaceClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceSubClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceProtocol}!="0ff", GOTO="brother_mfp_end"
#MODE="0666"
#GROUP="scanner"
ENV{libsane_matched}="yes"
#SYMLINK+="scanner-%k"
LABEL="brother_mfp_end"
I have tried everything without any significant success. At some point I have had working scanner, but after reboot it was no longer visible in SimpleScan. How can i make this work? What is missing?
scanner brother ip-scanner
I am using XUbuntu 18.04 and I am struggling to install my scanner. I have tried everything i have been able to find on both Brother homepage and AskUbuntu.
I have newest brsaneconfig4, brscan-skey and rules.
Command brsaneconfig4 -
q returns:
(...)
Devices on network
0 DCP-7055W "DCP-7055W" I:192.168.1.28
Command scanimage -L
returns:
device `brother4:net1;dev0' is a Brother DCP-7055W DCP-7055W
While command brscan-skey -l
returns:
DCP-7055W : brother4:net1;dev0 : 192.168.1.28 Not responded
I have libsane-brother4.so
installed in /usr/lib64/sane
, /usr/lib/sane
and /usr/lib/x86_64-linux-gnu/sane
Command dpkg -l | grep Brother
returns:
ii brother-udev-rule-type1 1.0.2 all Brother udev rule type 1
ii brscan-skey 0.2.4-1 amd64 Brother Linux scanner S-KEY tool
ii brscan4 0.4.6-1 amd64 Brother Scanner Driver
ii dcp7055wcupswrapper:i386 3.0.1-1 i386 Brother DCP-7055W CUPS wrapper driver
ii dcp7055wlpr:i386 3.0.1-1 i386 Brother DCP-7055W LPR driver
ii printer-driver-brlaser 4-1 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.4.2-3 amd64 printer driver Brother P-touch label printers
and my libsane
file has following content:
#
# udev rules
#
ACTION!="add", GOTO="brother_mfp_end"
SUBSYSTEM=="usb", GOTO="brother_mfp_udev_1"
SUBSYSTEM!="usb_device", GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_1"
SYSFS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
ATTRS{idVendor}=="04f9", GOTO="brother_mfp_udev_2"
GOTO="brother_mfp_end"
LABEL="brother_mfp_udev_2"
ATTRS{bInterfaceClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceSubClass}!="0ff", GOTO="brother_mfp_end"
ATTRS{bInterfaceProtocol}!="0ff", GOTO="brother_mfp_end"
#MODE="0666"
#GROUP="scanner"
ENV{libsane_matched}="yes"
#SYMLINK+="scanner-%k"
LABEL="brother_mfp_end"
I have tried everything without any significant success. At some point I have had working scanner, but after reboot it was no longer visible in SimpleScan. How can i make this work? What is missing?
scanner brother ip-scanner
scanner brother ip-scanner
asked Sep 26 '18 at 19:33
Karol PokomedaKarol Pokomeda
11
11
Looks like you are doing remote scan, on which machine you are doing which command?
– benni
14 hours ago
add a comment |
Looks like you are doing remote scan, on which machine you are doing which command?
– benni
14 hours ago
Looks like you are doing remote scan, on which machine you are doing which command?
– benni
14 hours ago
Looks like you are doing remote scan, on which machine you are doing which command?
– benni
14 hours ago
add a comment |
1 Answer
1
active
oldest
votes
I came across the posting Brother MFC-L2700DW printer can print, can’t scan by oscar1919 on Ask Ubuntu. I have a Brother multi-function printer but a different model than that specified by Oscar.
Oscar indicated that some of the installation files may be copied into the wrong folder. For 64-bit Linux, the instructions were to check that the folder /usr/lib/x86_64-linux-gnu/sane exists.
However, In my case, this folder was indeed present, but it was empty. The subsequent instructions were, essentially to copy the files libsane-brother* from the /usr/lib64/sane/ folder to /usr/lib/x86_64-linux-gnu/sane.
On my system, the three files to be copied were: libsane-brother2.so, libsane-brother2.so.1 and libsane-brother2.so.1.0.7.
Once these files were located in the /usr/lib/x86_64-linux-gnu/sane folder, Simple Scan sprung to life and scanned a test document.
Hi, unfortunately this is not the solution. I have already hadlibsane
in every possible location.
– Karol Pokomeda
Sep 26 '18 at 21:10
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078704%2fsimple-scan-not-detecting-my-scanner-brother-dcp-7055w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I came across the posting Brother MFC-L2700DW printer can print, can’t scan by oscar1919 on Ask Ubuntu. I have a Brother multi-function printer but a different model than that specified by Oscar.
Oscar indicated that some of the installation files may be copied into the wrong folder. For 64-bit Linux, the instructions were to check that the folder /usr/lib/x86_64-linux-gnu/sane exists.
However, In my case, this folder was indeed present, but it was empty. The subsequent instructions were, essentially to copy the files libsane-brother* from the /usr/lib64/sane/ folder to /usr/lib/x86_64-linux-gnu/sane.
On my system, the three files to be copied were: libsane-brother2.so, libsane-brother2.so.1 and libsane-brother2.so.1.0.7.
Once these files were located in the /usr/lib/x86_64-linux-gnu/sane folder, Simple Scan sprung to life and scanned a test document.
Hi, unfortunately this is not the solution. I have already hadlibsane
in every possible location.
– Karol Pokomeda
Sep 26 '18 at 21:10
add a comment |
I came across the posting Brother MFC-L2700DW printer can print, can’t scan by oscar1919 on Ask Ubuntu. I have a Brother multi-function printer but a different model than that specified by Oscar.
Oscar indicated that some of the installation files may be copied into the wrong folder. For 64-bit Linux, the instructions were to check that the folder /usr/lib/x86_64-linux-gnu/sane exists.
However, In my case, this folder was indeed present, but it was empty. The subsequent instructions were, essentially to copy the files libsane-brother* from the /usr/lib64/sane/ folder to /usr/lib/x86_64-linux-gnu/sane.
On my system, the three files to be copied were: libsane-brother2.so, libsane-brother2.so.1 and libsane-brother2.so.1.0.7.
Once these files were located in the /usr/lib/x86_64-linux-gnu/sane folder, Simple Scan sprung to life and scanned a test document.
Hi, unfortunately this is not the solution. I have already hadlibsane
in every possible location.
– Karol Pokomeda
Sep 26 '18 at 21:10
add a comment |
I came across the posting Brother MFC-L2700DW printer can print, can’t scan by oscar1919 on Ask Ubuntu. I have a Brother multi-function printer but a different model than that specified by Oscar.
Oscar indicated that some of the installation files may be copied into the wrong folder. For 64-bit Linux, the instructions were to check that the folder /usr/lib/x86_64-linux-gnu/sane exists.
However, In my case, this folder was indeed present, but it was empty. The subsequent instructions were, essentially to copy the files libsane-brother* from the /usr/lib64/sane/ folder to /usr/lib/x86_64-linux-gnu/sane.
On my system, the three files to be copied were: libsane-brother2.so, libsane-brother2.so.1 and libsane-brother2.so.1.0.7.
Once these files were located in the /usr/lib/x86_64-linux-gnu/sane folder, Simple Scan sprung to life and scanned a test document.
I came across the posting Brother MFC-L2700DW printer can print, can’t scan by oscar1919 on Ask Ubuntu. I have a Brother multi-function printer but a different model than that specified by Oscar.
Oscar indicated that some of the installation files may be copied into the wrong folder. For 64-bit Linux, the instructions were to check that the folder /usr/lib/x86_64-linux-gnu/sane exists.
However, In my case, this folder was indeed present, but it was empty. The subsequent instructions were, essentially to copy the files libsane-brother* from the /usr/lib64/sane/ folder to /usr/lib/x86_64-linux-gnu/sane.
On my system, the three files to be copied were: libsane-brother2.so, libsane-brother2.so.1 and libsane-brother2.so.1.0.7.
Once these files were located in the /usr/lib/x86_64-linux-gnu/sane folder, Simple Scan sprung to life and scanned a test document.
answered Sep 26 '18 at 19:54
CentaurusACentaurusA
2,2551424
2,2551424
Hi, unfortunately this is not the solution. I have already hadlibsane
in every possible location.
– Karol Pokomeda
Sep 26 '18 at 21:10
add a comment |
Hi, unfortunately this is not the solution. I have already hadlibsane
in every possible location.
– Karol Pokomeda
Sep 26 '18 at 21:10
Hi, unfortunately this is not the solution. I have already had
libsane
in every possible location.– Karol Pokomeda
Sep 26 '18 at 21:10
Hi, unfortunately this is not the solution. I have already had
libsane
in every possible location.– Karol Pokomeda
Sep 26 '18 at 21:10
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1078704%2fsimple-scan-not-detecting-my-scanner-brother-dcp-7055w%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Looks like you are doing remote scan, on which machine you are doing which command?
– benni
14 hours ago