problems Ubuntu 17.10 and scanner
I upgraded from Ubuntu 17.04 to Ubuntu 17.10 and my scanner (Brother DCP150C) doesn't work anymore.
I installed it again with no problems, but still the message that I get is that the drivers are not installed. I can assure you that driver are installed by running the command dpkg -l | grep Brother
.
In previous editions of Ubuntu, I had to go, later, to /lib/udev/rules.d/40-libsane.rules
and add something to this file. Now, I tried to do the same, but I cannot find the 40-libsane.rules
there.
Can anybody please give a a hint on this?
drivers 17.10
add a comment |
I upgraded from Ubuntu 17.04 to Ubuntu 17.10 and my scanner (Brother DCP150C) doesn't work anymore.
I installed it again with no problems, but still the message that I get is that the drivers are not installed. I can assure you that driver are installed by running the command dpkg -l | grep Brother
.
In previous editions of Ubuntu, I had to go, later, to /lib/udev/rules.d/40-libsane.rules
and add something to this file. Now, I tried to do the same, but I cannot find the 40-libsane.rules
there.
Can anybody please give a a hint on this?
drivers 17.10
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
add a comment |
I upgraded from Ubuntu 17.04 to Ubuntu 17.10 and my scanner (Brother DCP150C) doesn't work anymore.
I installed it again with no problems, but still the message that I get is that the drivers are not installed. I can assure you that driver are installed by running the command dpkg -l | grep Brother
.
In previous editions of Ubuntu, I had to go, later, to /lib/udev/rules.d/40-libsane.rules
and add something to this file. Now, I tried to do the same, but I cannot find the 40-libsane.rules
there.
Can anybody please give a a hint on this?
drivers 17.10
I upgraded from Ubuntu 17.04 to Ubuntu 17.10 and my scanner (Brother DCP150C) doesn't work anymore.
I installed it again with no problems, but still the message that I get is that the drivers are not installed. I can assure you that driver are installed by running the command dpkg -l | grep Brother
.
In previous editions of Ubuntu, I had to go, later, to /lib/udev/rules.d/40-libsane.rules
and add something to this file. Now, I tried to do the same, but I cannot find the 40-libsane.rules
there.
Can anybody please give a a hint on this?
drivers 17.10
drivers 17.10
edited Oct 28 '17 at 14:32
N0rbert
21.5k547101
21.5k547101
asked Oct 24 '17 at 17:35
Joao TeodosioJoao Teodosio
1112
1112
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
add a comment |
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21
add a comment |
3 Answers
3
active
oldest
votes
I installed libsane1 and sane-utils fom artful-proposal.
Then I recognized that "sudo scanimage -L" worked, but "scanimage -L" without sudo did not work.
So I created /etc/udev/rules.d/55-libsane.rules with the content:
SYSFS{idVendor}=="04b8", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
Where "04b8" is the USB id of the scanner manufacturer epson. If you have a brother scanner, you have to replace this id with the one scanimage prints out.
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
add a comment |
This solved my problem. https://help.ubuntu.com/community/sane. Read the section on Brother scanners. Once I entered the network configuration it worked.
I used the brscan4 tool on a 64 bit system. The correct driver in my case was brscan4-0.4.4-4.amd64. The page from which I downloaded was:
http://support.brother.com/g/b/downloadlist.aspx?c=as_ot&lang=en&prod=dcpj105_all&os=128
Hope it helps
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
add a comment |
Complete step-by-step:
http://abhweb.org/jima/brother-scanner-not-recognized-ubuntu-17.10.php
In summary, manually force-install brscan4 and then run brsaneconfig4 to register scanners. libusb-1.0-0 must also be installed, which it is by default in Ubuntu 17.10
sudo dpkg -i --force-all brscan4*.deb
sudo brsaneconfig4 -a name=friendlyname model=model ip=static_ip_of_scanner
(Older models need brscan or brscan2/3 instead of brscan4)
I recommend using a static IP instead of relying on auto-detect, which still seems flakey.
The problem is that the brscan4 .deb has a dependency on "libusb" but there is no such package in Ubuntu 17.10. However there is a "libusb-1.0-0" which seems to work. The name change means that package brscan4 won't install normally, and Brother's "Driver Install Tool" sees the error and doesn't configure a scanner.
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
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%2f968699%2fproblems-ubuntu-17-10-and-scanner%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I installed libsane1 and sane-utils fom artful-proposal.
Then I recognized that "sudo scanimage -L" worked, but "scanimage -L" without sudo did not work.
So I created /etc/udev/rules.d/55-libsane.rules with the content:
SYSFS{idVendor}=="04b8", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
Where "04b8" is the USB id of the scanner manufacturer epson. If you have a brother scanner, you have to replace this id with the one scanimage prints out.
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
add a comment |
I installed libsane1 and sane-utils fom artful-proposal.
Then I recognized that "sudo scanimage -L" worked, but "scanimage -L" without sudo did not work.
So I created /etc/udev/rules.d/55-libsane.rules with the content:
SYSFS{idVendor}=="04b8", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
Where "04b8" is the USB id of the scanner manufacturer epson. If you have a brother scanner, you have to replace this id with the one scanimage prints out.
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
add a comment |
I installed libsane1 and sane-utils fom artful-proposal.
Then I recognized that "sudo scanimage -L" worked, but "scanimage -L" without sudo did not work.
So I created /etc/udev/rules.d/55-libsane.rules with the content:
SYSFS{idVendor}=="04b8", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
Where "04b8" is the USB id of the scanner manufacturer epson. If you have a brother scanner, you have to replace this id with the one scanimage prints out.
I installed libsane1 and sane-utils fom artful-proposal.
Then I recognized that "sudo scanimage -L" worked, but "scanimage -L" without sudo did not work.
So I created /etc/udev/rules.d/55-libsane.rules with the content:
SYSFS{idVendor}=="04b8", MODE="0666", GROUP="scanner", ENV{libsane_matched}="yes"
Where "04b8" is the USB id of the scanner manufacturer epson. If you have a brother scanner, you have to replace this id with the one scanimage prints out.
answered Nov 1 '17 at 7:41
jmsjms
479516
479516
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
add a comment |
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
Thanks JMS. Sorry for having answered only now. I tried that you suggested. My "idVendor" is "04f9". It simply doesn't work. My scanner is never recognized. The printer goes perfectly OK.
– Joao Teodosio
Dec 8 '17 at 10:58
add a comment |
This solved my problem. https://help.ubuntu.com/community/sane. Read the section on Brother scanners. Once I entered the network configuration it worked.
I used the brscan4 tool on a 64 bit system. The correct driver in my case was brscan4-0.4.4-4.amd64. The page from which I downloaded was:
http://support.brother.com/g/b/downloadlist.aspx?c=as_ot&lang=en&prod=dcpj105_all&os=128
Hope it helps
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
add a comment |
This solved my problem. https://help.ubuntu.com/community/sane. Read the section on Brother scanners. Once I entered the network configuration it worked.
I used the brscan4 tool on a 64 bit system. The correct driver in my case was brscan4-0.4.4-4.amd64. The page from which I downloaded was:
http://support.brother.com/g/b/downloadlist.aspx?c=as_ot&lang=en&prod=dcpj105_all&os=128
Hope it helps
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
add a comment |
This solved my problem. https://help.ubuntu.com/community/sane. Read the section on Brother scanners. Once I entered the network configuration it worked.
I used the brscan4 tool on a 64 bit system. The correct driver in my case was brscan4-0.4.4-4.amd64. The page from which I downloaded was:
http://support.brother.com/g/b/downloadlist.aspx?c=as_ot&lang=en&prod=dcpj105_all&os=128
Hope it helps
This solved my problem. https://help.ubuntu.com/community/sane. Read the section on Brother scanners. Once I entered the network configuration it worked.
I used the brscan4 tool on a 64 bit system. The correct driver in my case was brscan4-0.4.4-4.amd64. The page from which I downloaded was:
http://support.brother.com/g/b/downloadlist.aspx?c=as_ot&lang=en&prod=dcpj105_all&os=128
Hope it helps
answered Nov 2 '17 at 13:18
Carel de LangeCarel de Lange
12
12
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
add a comment |
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
Thanks Carel. I've tried all that. It doesn't work.
– Joao Teodosio
Dec 8 '17 at 10:59
add a comment |
Complete step-by-step:
http://abhweb.org/jima/brother-scanner-not-recognized-ubuntu-17.10.php
In summary, manually force-install brscan4 and then run brsaneconfig4 to register scanners. libusb-1.0-0 must also be installed, which it is by default in Ubuntu 17.10
sudo dpkg -i --force-all brscan4*.deb
sudo brsaneconfig4 -a name=friendlyname model=model ip=static_ip_of_scanner
(Older models need brscan or brscan2/3 instead of brscan4)
I recommend using a static IP instead of relying on auto-detect, which still seems flakey.
The problem is that the brscan4 .deb has a dependency on "libusb" but there is no such package in Ubuntu 17.10. However there is a "libusb-1.0-0" which seems to work. The name change means that package brscan4 won't install normally, and Brother's "Driver Install Tool" sees the error and doesn't configure a scanner.
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
add a comment |
Complete step-by-step:
http://abhweb.org/jima/brother-scanner-not-recognized-ubuntu-17.10.php
In summary, manually force-install brscan4 and then run brsaneconfig4 to register scanners. libusb-1.0-0 must also be installed, which it is by default in Ubuntu 17.10
sudo dpkg -i --force-all brscan4*.deb
sudo brsaneconfig4 -a name=friendlyname model=model ip=static_ip_of_scanner
(Older models need brscan or brscan2/3 instead of brscan4)
I recommend using a static IP instead of relying on auto-detect, which still seems flakey.
The problem is that the brscan4 .deb has a dependency on "libusb" but there is no such package in Ubuntu 17.10. However there is a "libusb-1.0-0" which seems to work. The name change means that package brscan4 won't install normally, and Brother's "Driver Install Tool" sees the error and doesn't configure a scanner.
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
add a comment |
Complete step-by-step:
http://abhweb.org/jima/brother-scanner-not-recognized-ubuntu-17.10.php
In summary, manually force-install brscan4 and then run brsaneconfig4 to register scanners. libusb-1.0-0 must also be installed, which it is by default in Ubuntu 17.10
sudo dpkg -i --force-all brscan4*.deb
sudo brsaneconfig4 -a name=friendlyname model=model ip=static_ip_of_scanner
(Older models need brscan or brscan2/3 instead of brscan4)
I recommend using a static IP instead of relying on auto-detect, which still seems flakey.
The problem is that the brscan4 .deb has a dependency on "libusb" but there is no such package in Ubuntu 17.10. However there is a "libusb-1.0-0" which seems to work. The name change means that package brscan4 won't install normally, and Brother's "Driver Install Tool" sees the error and doesn't configure a scanner.
Complete step-by-step:
http://abhweb.org/jima/brother-scanner-not-recognized-ubuntu-17.10.php
In summary, manually force-install brscan4 and then run brsaneconfig4 to register scanners. libusb-1.0-0 must also be installed, which it is by default in Ubuntu 17.10
sudo dpkg -i --force-all brscan4*.deb
sudo brsaneconfig4 -a name=friendlyname model=model ip=static_ip_of_scanner
(Older models need brscan or brscan2/3 instead of brscan4)
I recommend using a static IP instead of relying on auto-detect, which still seems flakey.
The problem is that the brscan4 .deb has a dependency on "libusb" but there is no such package in Ubuntu 17.10. However there is a "libusb-1.0-0" which seems to work. The name change means that package brscan4 won't install normally, and Brother's "Driver Install Tool" sees the error and doesn't configure a scanner.
answered Jan 15 '18 at 20:29
jimavjimav
565
565
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
add a comment |
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
Dear jimav: I tried it but it says there is no brscan2 file or directory installed. I tried with brscan, brscan1, brscan3 and it was the same. However, yes, there is a "libusb-1.0-0" directory. Thanh you so much for your concern. I think I will wait for Ubuntu 18.04 LTS release and upgrade to it. Then I will try to re-install the scanner and see what happens. But THANKS again.
– Joao Teodosio
Apr 12 '18 at 11:06
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f968699%2fproblems-ubuntu-17-10-and-scanner%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
bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1707352
– jms
Oct 29 '17 at 16:21