How to connect Canon MG 5370 wireless scanner to Ubuntu 16.04

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








up vote
0
down vote

favorite












There was a previous answer to address this same issue for Canon MG3170 wireless scanner.



Adapting the same approach for Ubuntu 16.04.3 and 16.04.4, I have:



  • downloaded the package "MG3570 series ScanGear MP for Linux (debian
    Packagearchive)" from Canon into folder Downloads,

  • Done these steps:

in a open terminal:



cd Downloads
tar -zxvf scangearmp-mg3500series-2.20-1-deb.tar.gz
cd scangearmp-mg3500series-2.20-1-deb
./install.sh
scangearmp


However, after clicking on Update Scanner List button in the scangearmp GUI, it still did not detect the scanner on the Canon MG5370 printer cum scanner.
scangearmp_error



I am able to print to the printer wirelessly but unable to scan. Neither am I able to use the program "Simple Scan" to scan. However, if I plug Canon MG5370 to my computer via USB, the scanner will work with the program "Simple Scan". My computer is connected to the network via lan.



How can I scan using Canon MG5370 when it is wireless connected to the network?







share|improve this question

























    up vote
    0
    down vote

    favorite












    There was a previous answer to address this same issue for Canon MG3170 wireless scanner.



    Adapting the same approach for Ubuntu 16.04.3 and 16.04.4, I have:



    • downloaded the package "MG3570 series ScanGear MP for Linux (debian
      Packagearchive)" from Canon into folder Downloads,

    • Done these steps:

    in a open terminal:



    cd Downloads
    tar -zxvf scangearmp-mg3500series-2.20-1-deb.tar.gz
    cd scangearmp-mg3500series-2.20-1-deb
    ./install.sh
    scangearmp


    However, after clicking on Update Scanner List button in the scangearmp GUI, it still did not detect the scanner on the Canon MG5370 printer cum scanner.
    scangearmp_error



    I am able to print to the printer wirelessly but unable to scan. Neither am I able to use the program "Simple Scan" to scan. However, if I plug Canon MG5370 to my computer via USB, the scanner will work with the program "Simple Scan". My computer is connected to the network via lan.



    How can I scan using Canon MG5370 when it is wireless connected to the network?







    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      There was a previous answer to address this same issue for Canon MG3170 wireless scanner.



      Adapting the same approach for Ubuntu 16.04.3 and 16.04.4, I have:



      • downloaded the package "MG3570 series ScanGear MP for Linux (debian
        Packagearchive)" from Canon into folder Downloads,

      • Done these steps:

      in a open terminal:



      cd Downloads
      tar -zxvf scangearmp-mg3500series-2.20-1-deb.tar.gz
      cd scangearmp-mg3500series-2.20-1-deb
      ./install.sh
      scangearmp


      However, after clicking on Update Scanner List button in the scangearmp GUI, it still did not detect the scanner on the Canon MG5370 printer cum scanner.
      scangearmp_error



      I am able to print to the printer wirelessly but unable to scan. Neither am I able to use the program "Simple Scan" to scan. However, if I plug Canon MG5370 to my computer via USB, the scanner will work with the program "Simple Scan". My computer is connected to the network via lan.



      How can I scan using Canon MG5370 when it is wireless connected to the network?







      share|improve this question













      There was a previous answer to address this same issue for Canon MG3170 wireless scanner.



      Adapting the same approach for Ubuntu 16.04.3 and 16.04.4, I have:



      • downloaded the package "MG3570 series ScanGear MP for Linux (debian
        Packagearchive)" from Canon into folder Downloads,

      • Done these steps:

      in a open terminal:



      cd Downloads
      tar -zxvf scangearmp-mg3500series-2.20-1-deb.tar.gz
      cd scangearmp-mg3500series-2.20-1-deb
      ./install.sh
      scangearmp


      However, after clicking on Update Scanner List button in the scangearmp GUI, it still did not detect the scanner on the Canon MG5370 printer cum scanner.
      scangearmp_error



      I am able to print to the printer wirelessly but unable to scan. Neither am I able to use the program "Simple Scan" to scan. However, if I plug Canon MG5370 to my computer via USB, the scanner will work with the program "Simple Scan". My computer is connected to the network via lan.



      How can I scan using Canon MG5370 when it is wireless connected to the network?









      share|improve this question












      share|improve this question




      share|improve this question








      edited Jun 6 at 3:19
























      asked Jun 6 at 3:05









      Sun Bear

      278213




      278213




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          the "previous answer" that you used as a guide; was for a 3500 series device;



          however you have a 5300series device; so the 3500series version of scangear is not going to work; you need the 5300 series from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100395602.html and is comes down as scangearmp-mg5300series-1.80-1-deb.tar.gz so you can use the format of the commands above; but it would be



          cd Downloads
          tar -zxvf scangearmp-mg5300series-1.80-1-deb.tar.gz
          cd scangearmp-mg5300series-1.80-1-deb
          sudo ./install.sh


          So Simple Scan uses the SANE software; open-source software; and they reckon the 5300 is fully supported; hence it works via usb



          networking is more complex; if you first of all run in a terminal



          cnijnetprn --search auto


          can you tell us what you get back please



          have a read at this post Troubleshooting Canon scanner over network to give you a feel of what is needed






          share|improve this answer





















          • Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
            – Sun Bear
            Jun 6 at 20:14











          • $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
            – Sun Bear
            Jun 6 at 20:15











          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%2f1044011%2fhow-to-connect-canon-mg-5370-wireless-scanner-to-ubuntu-16-04%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










          the "previous answer" that you used as a guide; was for a 3500 series device;



          however you have a 5300series device; so the 3500series version of scangear is not going to work; you need the 5300 series from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100395602.html and is comes down as scangearmp-mg5300series-1.80-1-deb.tar.gz so you can use the format of the commands above; but it would be



          cd Downloads
          tar -zxvf scangearmp-mg5300series-1.80-1-deb.tar.gz
          cd scangearmp-mg5300series-1.80-1-deb
          sudo ./install.sh


          So Simple Scan uses the SANE software; open-source software; and they reckon the 5300 is fully supported; hence it works via usb



          networking is more complex; if you first of all run in a terminal



          cnijnetprn --search auto


          can you tell us what you get back please



          have a read at this post Troubleshooting Canon scanner over network to give you a feel of what is needed






          share|improve this answer





















          • Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
            – Sun Bear
            Jun 6 at 20:14











          • $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
            – Sun Bear
            Jun 6 at 20:15















          up vote
          1
          down vote



          accepted










          the "previous answer" that you used as a guide; was for a 3500 series device;



          however you have a 5300series device; so the 3500series version of scangear is not going to work; you need the 5300 series from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100395602.html and is comes down as scangearmp-mg5300series-1.80-1-deb.tar.gz so you can use the format of the commands above; but it would be



          cd Downloads
          tar -zxvf scangearmp-mg5300series-1.80-1-deb.tar.gz
          cd scangearmp-mg5300series-1.80-1-deb
          sudo ./install.sh


          So Simple Scan uses the SANE software; open-source software; and they reckon the 5300 is fully supported; hence it works via usb



          networking is more complex; if you first of all run in a terminal



          cnijnetprn --search auto


          can you tell us what you get back please



          have a read at this post Troubleshooting Canon scanner over network to give you a feel of what is needed






          share|improve this answer





















          • Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
            – Sun Bear
            Jun 6 at 20:14











          • $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
            – Sun Bear
            Jun 6 at 20:15













          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          the "previous answer" that you used as a guide; was for a 3500 series device;



          however you have a 5300series device; so the 3500series version of scangear is not going to work; you need the 5300 series from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100395602.html and is comes down as scangearmp-mg5300series-1.80-1-deb.tar.gz so you can use the format of the commands above; but it would be



          cd Downloads
          tar -zxvf scangearmp-mg5300series-1.80-1-deb.tar.gz
          cd scangearmp-mg5300series-1.80-1-deb
          sudo ./install.sh


          So Simple Scan uses the SANE software; open-source software; and they reckon the 5300 is fully supported; hence it works via usb



          networking is more complex; if you first of all run in a terminal



          cnijnetprn --search auto


          can you tell us what you get back please



          have a read at this post Troubleshooting Canon scanner over network to give you a feel of what is needed






          share|improve this answer













          the "previous answer" that you used as a guide; was for a 3500 series device;



          however you have a 5300series device; so the 3500series version of scangear is not going to work; you need the 5300 series from here http://support-asia.canon-asia.com/contents/ASIA/EN/0100395602.html and is comes down as scangearmp-mg5300series-1.80-1-deb.tar.gz so you can use the format of the commands above; but it would be



          cd Downloads
          tar -zxvf scangearmp-mg5300series-1.80-1-deb.tar.gz
          cd scangearmp-mg5300series-1.80-1-deb
          sudo ./install.sh


          So Simple Scan uses the SANE software; open-source software; and they reckon the 5300 is fully supported; hence it works via usb



          networking is more complex; if you first of all run in a terminal



          cnijnetprn --search auto


          can you tell us what you get back please



          have a read at this post Troubleshooting Canon scanner over network to give you a feel of what is needed







          share|improve this answer













          share|improve this answer



          share|improve this answer











          answered Jun 6 at 7:49









          pdc

          62436




          62436











          • Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
            – Sun Bear
            Jun 6 at 20:14











          • $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
            – Sun Bear
            Jun 6 at 20:15

















          • Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
            – Sun Bear
            Jun 6 at 20:14











          • $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
            – Sun Bear
            Jun 6 at 20:15
















          Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
          – Sun Bear
          Jun 6 at 20:14





          Thank you for your answer. It was my mistake. 3500series version of scangear wass not going to work for 5300series. After this correction, scangearmp is now working.
          – Sun Bear
          Jun 6 at 20:14













          $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
          – Sun Bear
          Jun 6 at 20:15





          $ cnijnetprn --search auto cnijnetprn: command not found. Seems that cnijnetprn isn't install. What should I do next?
          – Sun Bear
          Jun 6 at 20:15













           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1044011%2fhow-to-connect-canon-mg-5370-wireless-scanner-to-ubuntu-16-04%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491