How can I use a Canon network scanner(MF4870dn) in Ubuntu 16.04?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
It is my first time to upload a question in this community. I don't know about much on the linux system or network, so it maybe a silly question for experts. Sorry about that in advance.
My situation is as follows: I am now running Ubuntu 16.04 as an operating system of my laptop. And my office has a scanner(actually, it is a multifunction printer/scanner "imageCLASS MF4870dn") made by Canon. The scanner has an IP address in the form of xxx.xxx.xxx.xxx. I would like to use the scanner as a network scanner using the IP address. But it fails.
I refered to the following pages.
- How to map network scanner
I expected that this is a right solution for me. Especially, I thought that the "backendname" for the scanner is also "pixma". I followed the first answer there, almost in the same way.
But I faced the error message when I typed "service saned start".
The error message was "Failed to start saned.service: Unit saned.service is masked".
- https://kbpdfstudio.qoppa.com/how-to-solve-failed-to-start-saned-service-unit-saned-service-is-masked-on-linux/
So I googled the error message and I could find the solution there. I followed the solution, and sane seems to be active when I typed "sudo systemctl status saned.socket". But the same error message comes again even after I reboot my laptop.
I also read the manual for sane https://help.ubuntu.com/community/sane
but it was not very helpful for my problem.
How can I resolve this problem and use the network scanner?
networking drivers canon scanner
add a comment |Â
up vote
0
down vote
favorite
It is my first time to upload a question in this community. I don't know about much on the linux system or network, so it maybe a silly question for experts. Sorry about that in advance.
My situation is as follows: I am now running Ubuntu 16.04 as an operating system of my laptop. And my office has a scanner(actually, it is a multifunction printer/scanner "imageCLASS MF4870dn") made by Canon. The scanner has an IP address in the form of xxx.xxx.xxx.xxx. I would like to use the scanner as a network scanner using the IP address. But it fails.
I refered to the following pages.
- How to map network scanner
I expected that this is a right solution for me. Especially, I thought that the "backendname" for the scanner is also "pixma". I followed the first answer there, almost in the same way.
But I faced the error message when I typed "service saned start".
The error message was "Failed to start saned.service: Unit saned.service is masked".
- https://kbpdfstudio.qoppa.com/how-to-solve-failed-to-start-saned-service-unit-saned-service-is-masked-on-linux/
So I googled the error message and I could find the solution there. I followed the solution, and sane seems to be active when I typed "sudo systemctl status saned.socket". But the same error message comes again even after I reboot my laptop.
I also read the manual for sane https://help.ubuntu.com/community/sane
but it was not very helpful for my problem.
How can I resolve this problem and use the network scanner?
networking drivers canon scanner
"Unit saned.service is masked" so did you unmask it ;-) (sudo systemctl start saned.socket && sudo systemctl enable saned.socket && sudo systemctl status saned.socketlast part should show it is no longer masked.
â Rinzwind
Feb 22 at 9:33
@Rinzwind Thank you for your answer! Actually, I typed in the exact same commands which is in the second link (also same commands as you suggested). But same error occurs. Actually, I could not understand the term "mask". Can you explain to me what it means?
â Seunghun
Feb 23 at 5:36
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
It is my first time to upload a question in this community. I don't know about much on the linux system or network, so it maybe a silly question for experts. Sorry about that in advance.
My situation is as follows: I am now running Ubuntu 16.04 as an operating system of my laptop. And my office has a scanner(actually, it is a multifunction printer/scanner "imageCLASS MF4870dn") made by Canon. The scanner has an IP address in the form of xxx.xxx.xxx.xxx. I would like to use the scanner as a network scanner using the IP address. But it fails.
I refered to the following pages.
- How to map network scanner
I expected that this is a right solution for me. Especially, I thought that the "backendname" for the scanner is also "pixma". I followed the first answer there, almost in the same way.
But I faced the error message when I typed "service saned start".
The error message was "Failed to start saned.service: Unit saned.service is masked".
- https://kbpdfstudio.qoppa.com/how-to-solve-failed-to-start-saned-service-unit-saned-service-is-masked-on-linux/
So I googled the error message and I could find the solution there. I followed the solution, and sane seems to be active when I typed "sudo systemctl status saned.socket". But the same error message comes again even after I reboot my laptop.
I also read the manual for sane https://help.ubuntu.com/community/sane
but it was not very helpful for my problem.
How can I resolve this problem and use the network scanner?
networking drivers canon scanner
It is my first time to upload a question in this community. I don't know about much on the linux system or network, so it maybe a silly question for experts. Sorry about that in advance.
My situation is as follows: I am now running Ubuntu 16.04 as an operating system of my laptop. And my office has a scanner(actually, it is a multifunction printer/scanner "imageCLASS MF4870dn") made by Canon. The scanner has an IP address in the form of xxx.xxx.xxx.xxx. I would like to use the scanner as a network scanner using the IP address. But it fails.
I refered to the following pages.
- How to map network scanner
I expected that this is a right solution for me. Especially, I thought that the "backendname" for the scanner is also "pixma". I followed the first answer there, almost in the same way.
But I faced the error message when I typed "service saned start".
The error message was "Failed to start saned.service: Unit saned.service is masked".
- https://kbpdfstudio.qoppa.com/how-to-solve-failed-to-start-saned-service-unit-saned-service-is-masked-on-linux/
So I googled the error message and I could find the solution there. I followed the solution, and sane seems to be active when I typed "sudo systemctl status saned.socket". But the same error message comes again even after I reboot my laptop.
I also read the manual for sane https://help.ubuntu.com/community/sane
but it was not very helpful for my problem.
How can I resolve this problem and use the network scanner?
networking drivers canon scanner
networking drivers canon scanner
asked Feb 22 at 8:41
Seunghun
11
11
"Unit saned.service is masked" so did you unmask it ;-) (sudo systemctl start saned.socket && sudo systemctl enable saned.socket && sudo systemctl status saned.socketlast part should show it is no longer masked.
â Rinzwind
Feb 22 at 9:33
@Rinzwind Thank you for your answer! Actually, I typed in the exact same commands which is in the second link (also same commands as you suggested). But same error occurs. Actually, I could not understand the term "mask". Can you explain to me what it means?
â Seunghun
Feb 23 at 5:36
add a comment |Â
"Unit saned.service is masked" so did you unmask it ;-) (sudo systemctl start saned.socket && sudo systemctl enable saned.socket && sudo systemctl status saned.socketlast part should show it is no longer masked.
â Rinzwind
Feb 22 at 9:33
@Rinzwind Thank you for your answer! Actually, I typed in the exact same commands which is in the second link (also same commands as you suggested). But same error occurs. Actually, I could not understand the term "mask". Can you explain to me what it means?
â Seunghun
Feb 23 at 5:36
"Unit saned.service is masked" so did you unmask it ;-) (
sudo systemctl start saned.socket && sudo systemctl enable saned.socket && sudo systemctl status saned.socket last part should show it is no longer masked.â Rinzwind
Feb 22 at 9:33
"Unit saned.service is masked" so did you unmask it ;-) (
sudo systemctl start saned.socket && sudo systemctl enable saned.socket && sudo systemctl status saned.socket last part should show it is no longer masked.â Rinzwind
Feb 22 at 9:33
@Rinzwind Thank you for your answer! Actually, I typed in the exact same commands which is in the second link (also same commands as you suggested). But same error occurs. Actually, I could not understand the term "mask". Can you explain to me what it means?
â Seunghun
Feb 23 at 5:36
@Rinzwind Thank you for your answer! Actually, I typed in the exact same commands which is in the second link (also same commands as you suggested). But same error occurs. Actually, I could not understand the term "mask". Can you explain to me what it means?
â Seunghun
Feb 23 at 5:36
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1008632%2fhow-can-i-use-a-canon-network-scannermf4870dn-in-ubuntu-16-04%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
"Unit saned.service is masked" so did you unmask it ;-) (
sudo systemctl start saned.socket && sudo systemctl enable saned.socket && sudo systemctl status saned.socketlast part should show it is no longer masked.â Rinzwind
Feb 22 at 9:33
@Rinzwind Thank you for your answer! Actually, I typed in the exact same commands which is in the second link (also same commands as you suggested). But same error occurs. Actually, I could not understand the term "mask". Can you explain to me what it means?
â Seunghun
Feb 23 at 5:36