How to scan with Canon integrated scanner when I have the 'scangearmp' drivers?
Clash Royale CLAN TAG#URR8PPP
I have created this question in order to provide an answer.
The idea is that having this question on a Pixma printer I have found that many people that have the proper drivers (different depending on the model of printer-scanner, but called 'scangearmp') for such an integrated scanner are trying to use it with Simple Scan or Xsane without success.
How to use a such scanner?
scanner canon
add a comment |
I have created this question in order to provide an answer.
The idea is that having this question on a Pixma printer I have found that many people that have the proper drivers (different depending on the model of printer-scanner, but called 'scangearmp') for such an integrated scanner are trying to use it with Simple Scan or Xsane without success.
How to use a such scanner?
scanner canon
add a comment |
I have created this question in order to provide an answer.
The idea is that having this question on a Pixma printer I have found that many people that have the proper drivers (different depending on the model of printer-scanner, but called 'scangearmp') for such an integrated scanner are trying to use it with Simple Scan or Xsane without success.
How to use a such scanner?
scanner canon
I have created this question in order to provide an answer.
The idea is that having this question on a Pixma printer I have found that many people that have the proper drivers (different depending on the model of printer-scanner, but called 'scangearmp') for such an integrated scanner are trying to use it with Simple Scan or Xsane without success.
How to use a such scanner?
scanner canon
scanner canon
edited Apr 13 '17 at 12:36
Community♦
1
1
asked Jan 25 '16 at 15:12
user32012
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
If one has the Canon scanner drivers installed, that means that in most cases a scanning application called ScanGear is already installed.
That can be started by opening a terminal and doing scangearmp
. In some cases it's scangearmp2
.
So, other tools like Simple Scan or Xsane are not needed.
Some recommend to run ScanGear from Gimp, just because ScanGear does not have a /usr/share/applications/
desktop file and cannot be easily accessed.
To correct that, using gedit
text editor:
gedit ~/.local/share/applications/scan.desktop
paste something similar to this:
[Desktop Entry]
Categories=Graphics;Scanning;
Exec=scangearmp
Icon=scanner
Name=Scan
Type=Application
After that, just type 'scan' in a launcher like Dash or Synapse, or put the file /usr/share/applications/scan.desktop
to the desktop, panel, dock, etc or otherwise make a copy at hand.
ScanGear can save as png, pdf and pnm formats.
It has advanced settings too.
add a comment |
The current ScanGear application provided with the drivers (sudo scangearmp2
command) is useful because it can select, find and configure devices. However, the scanner tool it includes doesn't have advanced options or features of Simple Scan/Xsane.
After searching on Google, I found useful information at the page
https://forums.linuxmint.com/viewtopic.php?t=250181 (Simple Scan does not connect to WLAN Scanner in Mint 18.2). It doesn't provide a solution but helped me work out that this problem is not caused by Simple Scan failing to detect the scanner.
The Scanner Access Now Easy (SANE) application programming interface is commonly used on Linux to provide standardized access to scanners for applications like Simple Scan. With this problem, the device isn't available to SANE so it can't be used by the Xsane and Simple Scan front-end graphical user interfaces. To see which SCSI and USB scanners SANE can detect, run the command sane-find-scanner
.
So the solution would be getting devices found by the Canon scanner driver (ScanGear MP for Linux) available to the SANE backend.
Update: method to add driver support to SANE (untried)
I searched on Google "get Scanner Access Now Easy to detect scangear mp version 3 devices" and found the page SANE - Installing a scanner that isn't auto-detected - Community Help Wiki.
Sometimes a scanner will be supported by a sane backend that isn't enabled by default. Enabling it can often make things work.
To do: finish adding more here
add a comment |
Just wanted to note, that for my Canon scanner, upon installing the drivers, only a scangearmp2
application is installed, which looks nothing like the ScanGearMP screenshots from the accepted answer:
Upon clicking Version, this is displayed:
The worst thing about this, is that I get no "raw" image - I only get JPEG (and JPEG is embedded into the PDF too), with all the loss in quality and blockyness that entails.
So:
other tools like Simple Scan or Xsane are not needed.
... well, if I had a driver connecting directly to Xsane, then I could get the raw image, and decide for myself how much loss of quality I want in my JPEG.
EDIT: It turns out for these versions of the drivers scangearmp2-3.40-1-deb.tar.gz
, on Ubuntu 18.04, I in fact do have a SANE back-end:
$ sudo sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x138a, product=0x003f) at libusb:001:007
found USB scanner (vendor=0x04a9 [Canon], product=0x180b [MG3000 series]) at libusb:001:010
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
$ scanimage -L
device `pixma:04A9180B_62FF57' is a CANON Canon PIXMA MG3000 Series multi-function peripheral
And then simple-scan
connects fine to it, and I scan 1200 dpi into a PNG, so all is good for me :)
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f257544%2fhow-to-scan-with-canon-integrated-scanner-when-i-have-the-scangearmp-drivers%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
If one has the Canon scanner drivers installed, that means that in most cases a scanning application called ScanGear is already installed.
That can be started by opening a terminal and doing scangearmp
. In some cases it's scangearmp2
.
So, other tools like Simple Scan or Xsane are not needed.
Some recommend to run ScanGear from Gimp, just because ScanGear does not have a /usr/share/applications/
desktop file and cannot be easily accessed.
To correct that, using gedit
text editor:
gedit ~/.local/share/applications/scan.desktop
paste something similar to this:
[Desktop Entry]
Categories=Graphics;Scanning;
Exec=scangearmp
Icon=scanner
Name=Scan
Type=Application
After that, just type 'scan' in a launcher like Dash or Synapse, or put the file /usr/share/applications/scan.desktop
to the desktop, panel, dock, etc or otherwise make a copy at hand.
ScanGear can save as png, pdf and pnm formats.
It has advanced settings too.
add a comment |
If one has the Canon scanner drivers installed, that means that in most cases a scanning application called ScanGear is already installed.
That can be started by opening a terminal and doing scangearmp
. In some cases it's scangearmp2
.
So, other tools like Simple Scan or Xsane are not needed.
Some recommend to run ScanGear from Gimp, just because ScanGear does not have a /usr/share/applications/
desktop file and cannot be easily accessed.
To correct that, using gedit
text editor:
gedit ~/.local/share/applications/scan.desktop
paste something similar to this:
[Desktop Entry]
Categories=Graphics;Scanning;
Exec=scangearmp
Icon=scanner
Name=Scan
Type=Application
After that, just type 'scan' in a launcher like Dash or Synapse, or put the file /usr/share/applications/scan.desktop
to the desktop, panel, dock, etc or otherwise make a copy at hand.
ScanGear can save as png, pdf and pnm formats.
It has advanced settings too.
add a comment |
If one has the Canon scanner drivers installed, that means that in most cases a scanning application called ScanGear is already installed.
That can be started by opening a terminal and doing scangearmp
. In some cases it's scangearmp2
.
So, other tools like Simple Scan or Xsane are not needed.
Some recommend to run ScanGear from Gimp, just because ScanGear does not have a /usr/share/applications/
desktop file and cannot be easily accessed.
To correct that, using gedit
text editor:
gedit ~/.local/share/applications/scan.desktop
paste something similar to this:
[Desktop Entry]
Categories=Graphics;Scanning;
Exec=scangearmp
Icon=scanner
Name=Scan
Type=Application
After that, just type 'scan' in a launcher like Dash or Synapse, or put the file /usr/share/applications/scan.desktop
to the desktop, panel, dock, etc or otherwise make a copy at hand.
ScanGear can save as png, pdf and pnm formats.
It has advanced settings too.
If one has the Canon scanner drivers installed, that means that in most cases a scanning application called ScanGear is already installed.
That can be started by opening a terminal and doing scangearmp
. In some cases it's scangearmp2
.
So, other tools like Simple Scan or Xsane are not needed.
Some recommend to run ScanGear from Gimp, just because ScanGear does not have a /usr/share/applications/
desktop file and cannot be easily accessed.
To correct that, using gedit
text editor:
gedit ~/.local/share/applications/scan.desktop
paste something similar to this:
[Desktop Entry]
Categories=Graphics;Scanning;
Exec=scangearmp
Icon=scanner
Name=Scan
Type=Application
After that, just type 'scan' in a launcher like Dash or Synapse, or put the file /usr/share/applications/scan.desktop
to the desktop, panel, dock, etc or otherwise make a copy at hand.
ScanGear can save as png, pdf and pnm formats.
It has advanced settings too.
edited Apr 19 '18 at 8:16
answered Jan 25 '16 at 15:18
user32012
add a comment |
add a comment |
The current ScanGear application provided with the drivers (sudo scangearmp2
command) is useful because it can select, find and configure devices. However, the scanner tool it includes doesn't have advanced options or features of Simple Scan/Xsane.
After searching on Google, I found useful information at the page
https://forums.linuxmint.com/viewtopic.php?t=250181 (Simple Scan does not connect to WLAN Scanner in Mint 18.2). It doesn't provide a solution but helped me work out that this problem is not caused by Simple Scan failing to detect the scanner.
The Scanner Access Now Easy (SANE) application programming interface is commonly used on Linux to provide standardized access to scanners for applications like Simple Scan. With this problem, the device isn't available to SANE so it can't be used by the Xsane and Simple Scan front-end graphical user interfaces. To see which SCSI and USB scanners SANE can detect, run the command sane-find-scanner
.
So the solution would be getting devices found by the Canon scanner driver (ScanGear MP for Linux) available to the SANE backend.
Update: method to add driver support to SANE (untried)
I searched on Google "get Scanner Access Now Easy to detect scangear mp version 3 devices" and found the page SANE - Installing a scanner that isn't auto-detected - Community Help Wiki.
Sometimes a scanner will be supported by a sane backend that isn't enabled by default. Enabling it can often make things work.
To do: finish adding more here
add a comment |
The current ScanGear application provided with the drivers (sudo scangearmp2
command) is useful because it can select, find and configure devices. However, the scanner tool it includes doesn't have advanced options or features of Simple Scan/Xsane.
After searching on Google, I found useful information at the page
https://forums.linuxmint.com/viewtopic.php?t=250181 (Simple Scan does not connect to WLAN Scanner in Mint 18.2). It doesn't provide a solution but helped me work out that this problem is not caused by Simple Scan failing to detect the scanner.
The Scanner Access Now Easy (SANE) application programming interface is commonly used on Linux to provide standardized access to scanners for applications like Simple Scan. With this problem, the device isn't available to SANE so it can't be used by the Xsane and Simple Scan front-end graphical user interfaces. To see which SCSI and USB scanners SANE can detect, run the command sane-find-scanner
.
So the solution would be getting devices found by the Canon scanner driver (ScanGear MP for Linux) available to the SANE backend.
Update: method to add driver support to SANE (untried)
I searched on Google "get Scanner Access Now Easy to detect scangear mp version 3 devices" and found the page SANE - Installing a scanner that isn't auto-detected - Community Help Wiki.
Sometimes a scanner will be supported by a sane backend that isn't enabled by default. Enabling it can often make things work.
To do: finish adding more here
add a comment |
The current ScanGear application provided with the drivers (sudo scangearmp2
command) is useful because it can select, find and configure devices. However, the scanner tool it includes doesn't have advanced options or features of Simple Scan/Xsane.
After searching on Google, I found useful information at the page
https://forums.linuxmint.com/viewtopic.php?t=250181 (Simple Scan does not connect to WLAN Scanner in Mint 18.2). It doesn't provide a solution but helped me work out that this problem is not caused by Simple Scan failing to detect the scanner.
The Scanner Access Now Easy (SANE) application programming interface is commonly used on Linux to provide standardized access to scanners for applications like Simple Scan. With this problem, the device isn't available to SANE so it can't be used by the Xsane and Simple Scan front-end graphical user interfaces. To see which SCSI and USB scanners SANE can detect, run the command sane-find-scanner
.
So the solution would be getting devices found by the Canon scanner driver (ScanGear MP for Linux) available to the SANE backend.
Update: method to add driver support to SANE (untried)
I searched on Google "get Scanner Access Now Easy to detect scangear mp version 3 devices" and found the page SANE - Installing a scanner that isn't auto-detected - Community Help Wiki.
Sometimes a scanner will be supported by a sane backend that isn't enabled by default. Enabling it can often make things work.
To do: finish adding more here
The current ScanGear application provided with the drivers (sudo scangearmp2
command) is useful because it can select, find and configure devices. However, the scanner tool it includes doesn't have advanced options or features of Simple Scan/Xsane.
After searching on Google, I found useful information at the page
https://forums.linuxmint.com/viewtopic.php?t=250181 (Simple Scan does not connect to WLAN Scanner in Mint 18.2). It doesn't provide a solution but helped me work out that this problem is not caused by Simple Scan failing to detect the scanner.
The Scanner Access Now Easy (SANE) application programming interface is commonly used on Linux to provide standardized access to scanners for applications like Simple Scan. With this problem, the device isn't available to SANE so it can't be used by the Xsane and Simple Scan front-end graphical user interfaces. To see which SCSI and USB scanners SANE can detect, run the command sane-find-scanner
.
So the solution would be getting devices found by the Canon scanner driver (ScanGear MP for Linux) available to the SANE backend.
Update: method to add driver support to SANE (untried)
I searched on Google "get Scanner Access Now Easy to detect scangear mp version 3 devices" and found the page SANE - Installing a scanner that isn't auto-detected - Community Help Wiki.
Sometimes a scanner will be supported by a sane backend that isn't enabled by default. Enabling it can often make things work.
To do: finish adding more here
edited Sep 11 '17 at 19:39
answered Sep 8 '17 at 22:04
EdwardEdward
1177
1177
add a comment |
add a comment |
Just wanted to note, that for my Canon scanner, upon installing the drivers, only a scangearmp2
application is installed, which looks nothing like the ScanGearMP screenshots from the accepted answer:
Upon clicking Version, this is displayed:
The worst thing about this, is that I get no "raw" image - I only get JPEG (and JPEG is embedded into the PDF too), with all the loss in quality and blockyness that entails.
So:
other tools like Simple Scan or Xsane are not needed.
... well, if I had a driver connecting directly to Xsane, then I could get the raw image, and decide for myself how much loss of quality I want in my JPEG.
EDIT: It turns out for these versions of the drivers scangearmp2-3.40-1-deb.tar.gz
, on Ubuntu 18.04, I in fact do have a SANE back-end:
$ sudo sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x138a, product=0x003f) at libusb:001:007
found USB scanner (vendor=0x04a9 [Canon], product=0x180b [MG3000 series]) at libusb:001:010
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
$ scanimage -L
device `pixma:04A9180B_62FF57' is a CANON Canon PIXMA MG3000 Series multi-function peripheral
And then simple-scan
connects fine to it, and I scan 1200 dpi into a PNG, so all is good for me :)
add a comment |
Just wanted to note, that for my Canon scanner, upon installing the drivers, only a scangearmp2
application is installed, which looks nothing like the ScanGearMP screenshots from the accepted answer:
Upon clicking Version, this is displayed:
The worst thing about this, is that I get no "raw" image - I only get JPEG (and JPEG is embedded into the PDF too), with all the loss in quality and blockyness that entails.
So:
other tools like Simple Scan or Xsane are not needed.
... well, if I had a driver connecting directly to Xsane, then I could get the raw image, and decide for myself how much loss of quality I want in my JPEG.
EDIT: It turns out for these versions of the drivers scangearmp2-3.40-1-deb.tar.gz
, on Ubuntu 18.04, I in fact do have a SANE back-end:
$ sudo sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x138a, product=0x003f) at libusb:001:007
found USB scanner (vendor=0x04a9 [Canon], product=0x180b [MG3000 series]) at libusb:001:010
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
$ scanimage -L
device `pixma:04A9180B_62FF57' is a CANON Canon PIXMA MG3000 Series multi-function peripheral
And then simple-scan
connects fine to it, and I scan 1200 dpi into a PNG, so all is good for me :)
add a comment |
Just wanted to note, that for my Canon scanner, upon installing the drivers, only a scangearmp2
application is installed, which looks nothing like the ScanGearMP screenshots from the accepted answer:
Upon clicking Version, this is displayed:
The worst thing about this, is that I get no "raw" image - I only get JPEG (and JPEG is embedded into the PDF too), with all the loss in quality and blockyness that entails.
So:
other tools like Simple Scan or Xsane are not needed.
... well, if I had a driver connecting directly to Xsane, then I could get the raw image, and decide for myself how much loss of quality I want in my JPEG.
EDIT: It turns out for these versions of the drivers scangearmp2-3.40-1-deb.tar.gz
, on Ubuntu 18.04, I in fact do have a SANE back-end:
$ sudo sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x138a, product=0x003f) at libusb:001:007
found USB scanner (vendor=0x04a9 [Canon], product=0x180b [MG3000 series]) at libusb:001:010
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
$ scanimage -L
device `pixma:04A9180B_62FF57' is a CANON Canon PIXMA MG3000 Series multi-function peripheral
And then simple-scan
connects fine to it, and I scan 1200 dpi into a PNG, so all is good for me :)
Just wanted to note, that for my Canon scanner, upon installing the drivers, only a scangearmp2
application is installed, which looks nothing like the ScanGearMP screenshots from the accepted answer:
Upon clicking Version, this is displayed:
The worst thing about this, is that I get no "raw" image - I only get JPEG (and JPEG is embedded into the PDF too), with all the loss in quality and blockyness that entails.
So:
other tools like Simple Scan or Xsane are not needed.
... well, if I had a driver connecting directly to Xsane, then I could get the raw image, and decide for myself how much loss of quality I want in my JPEG.
EDIT: It turns out for these versions of the drivers scangearmp2-3.40-1-deb.tar.gz
, on Ubuntu 18.04, I in fact do have a SANE back-end:
$ sudo sane-find-scanner
# sane-find-scanner will now attempt to detect your scanner. If the
# result is different from what you expected, first make sure your
# scanner is powered up and properly connected to your computer.
# No SCSI scanners found. If you expected something different, make sure that
# you have loaded a kernel SCSI driver for your SCSI adapter.
found USB scanner (vendor=0x138a, product=0x003f) at libusb:001:007
found USB scanner (vendor=0x04a9 [Canon], product=0x180b [MG3000 series]) at libusb:001:010
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.
# Not checking for parallel port scanners.
# Most Scanners connected to the parallel port or other proprietary ports
# can't be detected by this program.
$ scanimage -L
device `pixma:04A9180B_62FF57' is a CANON Canon PIXMA MG3000 Series multi-function peripheral
And then simple-scan
connects fine to it, and I scan 1200 dpi into a PNG, so all is good for me :)
edited Jan 30 at 15:40
answered Jan 30 at 15:32
sdaausdaau
2,72463151
2,72463151
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f257544%2fhow-to-scan-with-canon-integrated-scanner-when-i-have-the-scangearmp-drivers%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