Canon PIXMA P200 cannot scan in Ubuntu 16.04LTS

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Good day.
I just started using Ubuntu 16.04LTS and is testing everything.
My only concern for now is that I cannot use anymore the scanning capability of my Canon P200. I searched this forum but nothing was mentioned about P200. I searched Ubuntu Software but to no avail.
I hope someone could assist me, and hopefully using GUI's and much as possible not the Terminal.
Thanks in advance.







share|improve this question
























    up vote
    1
    down vote

    favorite












    Good day.
    I just started using Ubuntu 16.04LTS and is testing everything.
    My only concern for now is that I cannot use anymore the scanning capability of my Canon P200. I searched this forum but nothing was mentioned about P200. I searched Ubuntu Software but to no avail.
    I hope someone could assist me, and hopefully using GUI's and much as possible not the Terminal.
    Thanks in advance.







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Good day.
      I just started using Ubuntu 16.04LTS and is testing everything.
      My only concern for now is that I cannot use anymore the scanning capability of my Canon P200. I searched this forum but nothing was mentioned about P200. I searched Ubuntu Software but to no avail.
      I hope someone could assist me, and hopefully using GUI's and much as possible not the Terminal.
      Thanks in advance.







      share|improve this question












      Good day.
      I just started using Ubuntu 16.04LTS and is testing everything.
      My only concern for now is that I cannot use anymore the scanning capability of my Canon P200. I searched this forum but nothing was mentioned about P200. I searched Ubuntu Software but to no avail.
      I hope someone could assist me, and hopefully using GUI's and much as possible not the Terminal.
      Thanks in advance.









      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 22 at 6:05









      Harold

      157




      157




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          so I can't find this device listed on SANE;



          If you install the scanner drivers that Canon supply;



          go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100553101.html and click to download and save what will be scangearmp-p200series-2.20-1-deb.tar.gz



          Open a terminal;
          copy each command below; paste into the terminal



          cd Downloads

          tar -zxvf scangearmp-p200series-2.20-1-deb.tar.gz

          cd scangearmp-p200series-2.20-1-deb

          sudo ./install.sh


          that installs the drivers and to test type or paste into the terminal



          scangearmp


          to run the programme; let us know how it goes






          share|improve this answer




















          • wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
            – Harold
            Apr 22 at 7:10










          • have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
            – pdc
            Apr 22 at 18:55










          • pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
            – Harold
            Apr 24 at 8:03











          • If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
            – pdc
            Apr 24 at 9:17










          • @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
            – Harold
            Apr 24 at 9:27










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027104%2fcanon-pixma-p200-cannot-scan-in-ubuntu-16-04lts%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          so I can't find this device listed on SANE;



          If you install the scanner drivers that Canon supply;



          go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100553101.html and click to download and save what will be scangearmp-p200series-2.20-1-deb.tar.gz



          Open a terminal;
          copy each command below; paste into the terminal



          cd Downloads

          tar -zxvf scangearmp-p200series-2.20-1-deb.tar.gz

          cd scangearmp-p200series-2.20-1-deb

          sudo ./install.sh


          that installs the drivers and to test type or paste into the terminal



          scangearmp


          to run the programme; let us know how it goes






          share|improve this answer




















          • wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
            – Harold
            Apr 22 at 7:10










          • have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
            – pdc
            Apr 22 at 18:55










          • pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
            – Harold
            Apr 24 at 8:03











          • If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
            – pdc
            Apr 24 at 9:17










          • @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
            – Harold
            Apr 24 at 9:27














          up vote
          1
          down vote



          accepted










          so I can't find this device listed on SANE;



          If you install the scanner drivers that Canon supply;



          go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100553101.html and click to download and save what will be scangearmp-p200series-2.20-1-deb.tar.gz



          Open a terminal;
          copy each command below; paste into the terminal



          cd Downloads

          tar -zxvf scangearmp-p200series-2.20-1-deb.tar.gz

          cd scangearmp-p200series-2.20-1-deb

          sudo ./install.sh


          that installs the drivers and to test type or paste into the terminal



          scangearmp


          to run the programme; let us know how it goes






          share|improve this answer




















          • wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
            – Harold
            Apr 22 at 7:10










          • have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
            – pdc
            Apr 22 at 18:55










          • pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
            – Harold
            Apr 24 at 8:03











          • If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
            – pdc
            Apr 24 at 9:17










          • @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
            – Harold
            Apr 24 at 9:27












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          so I can't find this device listed on SANE;



          If you install the scanner drivers that Canon supply;



          go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100553101.html and click to download and save what will be scangearmp-p200series-2.20-1-deb.tar.gz



          Open a terminal;
          copy each command below; paste into the terminal



          cd Downloads

          tar -zxvf scangearmp-p200series-2.20-1-deb.tar.gz

          cd scangearmp-p200series-2.20-1-deb

          sudo ./install.sh


          that installs the drivers and to test type or paste into the terminal



          scangearmp


          to run the programme; let us know how it goes






          share|improve this answer












          so I can't find this device listed on SANE;



          If you install the scanner drivers that Canon supply;



          go here http://support-asia.canon-asia.com/contents/ASIA/EN/0100553101.html and click to download and save what will be scangearmp-p200series-2.20-1-deb.tar.gz



          Open a terminal;
          copy each command below; paste into the terminal



          cd Downloads

          tar -zxvf scangearmp-p200series-2.20-1-deb.tar.gz

          cd scangearmp-p200series-2.20-1-deb

          sudo ./install.sh


          that installs the drivers and to test type or paste into the terminal



          scangearmp


          to run the programme; let us know how it goes







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 22 at 6:40









          pdc

          66436




          66436











          • wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
            – Harold
            Apr 22 at 7:10










          • have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
            – pdc
            Apr 22 at 18:55










          • pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
            – Harold
            Apr 24 at 8:03











          • If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
            – pdc
            Apr 24 at 9:17










          • @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
            – Harold
            Apr 24 at 9:27
















          • wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
            – Harold
            Apr 22 at 7:10










          • have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
            – pdc
            Apr 22 at 18:55










          • pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
            – Harold
            Apr 24 at 8:03











          • If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
            – pdc
            Apr 24 at 9:17










          • @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
            – Harold
            Apr 24 at 9:27















          wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
          – Harold
          Apr 22 at 7:10




          wow! works like a charm! what a very helpful community! everything is working as it should. By the way, one last assistance, could you teach me how to change the icon of the scangear in the launcher? I had it locked there but the icon is a just a big question mark with a grey square background. Again, thank you so so much!
          – Harold
          Apr 22 at 7:10












          have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
          – pdc
          Apr 22 at 18:55




          have a look in /usr/share/Icons and hunt around there; to make your own, you save an image as .png and shrink it to 4kB and then point the launcher to that; (you did very well to set up a launcher)
          – pdc
          Apr 22 at 18:55












          pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
          – Harold
          Apr 24 at 8:03





          pdc, sorry for the delayed response. Can you walk me through this " have a look in /usr/share/Icons " . Am I going to type this in the "terminal" ? or just search in the "dash" ? sorry, I am just a new user of Ubuntu. Just wondering, other software installed automatically has its own icon and I just locked it in the launcher. But this Scangear has no icon?
          – Harold
          Apr 24 at 8:03













          If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
          – pdc
          Apr 24 at 9:17




          If you have an icon on your Desktop for your Home folder; it may have an option there to click on what is called File System; inside that are the various file system folders; including /usr so inside that /usr is a share folder, and inside that, /icons and some sub-folders too but you can see what the images are; and their size; I used a jpeg image for our scangear; shrunk its size in GIMP; to very small; saved as .png then pointed the launcher to find that image
          – pdc
          Apr 24 at 9:17












          @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
          – Harold
          Apr 24 at 9:27




          @ pdc, thanks for the response. Will try it asap and revert to you for the results. What a nice community here! thanks
          – Harold
          Apr 24 at 9:27

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1027104%2fcanon-pixma-p200-cannot-scan-in-ubuntu-16-04lts%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Which professions warranted travel in Medieval times?

          How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

          Trouble downloading packages list due to a “Hash sum mismatch” error