Installing printer driver for Epson TM-T20ii on Ubuntu 16.04

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








up vote
1
down vote

favorite












I am using Ubuntu 16.04 on a machine as a POS. Once the Epson TM-T20ii printer is loaded, it comes up with the following error:



CUPS server error 


The CUPS error_log shows this error: client-error-document-format-not-supported...







share|improve this question


























    up vote
    1
    down vote

    favorite












    I am using Ubuntu 16.04 on a machine as a POS. Once the Epson TM-T20ii printer is loaded, it comes up with the following error:



    CUPS server error 


    The CUPS error_log shows this error: client-error-document-format-not-supported...







    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am using Ubuntu 16.04 on a machine as a POS. Once the Epson TM-T20ii printer is loaded, it comes up with the following error:



      CUPS server error 


      The CUPS error_log shows this error: client-error-document-format-not-supported...







      share|improve this question














      I am using Ubuntu 16.04 on a machine as a POS. Once the Epson TM-T20ii printer is loaded, it comes up with the following error:



      CUPS server error 


      The CUPS error_log shows this error: client-error-document-format-not-supported...









      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 20 at 5:48









      karel

      50.3k11107127




      50.3k11107127










      asked Apr 20 at 2:54









      Theh

      62




      62




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          I see that Epson supplies a driver called "TM-Intelligent Printer" that seems to cover all the bases. It comes down as tmx-cups-2.0.3.0.tar.gz so if you save it to your Downloads folder.



          Copy each line of command below; paste into a terminal; hit the Enter key after each paste; move to the next line. The commands to install:



          cd Downloads
          tar -zxvf tmx-cups-2.0.3.0.tar.gz
          cd tmx-cups
          sudo ./install.sh


          If you delete what you have in your Printers folder for the TM before you start the above as you say the existing icon does not work. We hope the above does. Copy the above commands and paste them into a terminal.






          share|improve this answer






















            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%2f1026572%2finstalling-printer-driver-for-epson-tm-t20ii-on-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













            I see that Epson supplies a driver called "TM-Intelligent Printer" that seems to cover all the bases. It comes down as tmx-cups-2.0.3.0.tar.gz so if you save it to your Downloads folder.



            Copy each line of command below; paste into a terminal; hit the Enter key after each paste; move to the next line. The commands to install:



            cd Downloads
            tar -zxvf tmx-cups-2.0.3.0.tar.gz
            cd tmx-cups
            sudo ./install.sh


            If you delete what you have in your Printers folder for the TM before you start the above as you say the existing icon does not work. We hope the above does. Copy the above commands and paste them into a terminal.






            share|improve this answer


























              up vote
              1
              down vote













              I see that Epson supplies a driver called "TM-Intelligent Printer" that seems to cover all the bases. It comes down as tmx-cups-2.0.3.0.tar.gz so if you save it to your Downloads folder.



              Copy each line of command below; paste into a terminal; hit the Enter key after each paste; move to the next line. The commands to install:



              cd Downloads
              tar -zxvf tmx-cups-2.0.3.0.tar.gz
              cd tmx-cups
              sudo ./install.sh


              If you delete what you have in your Printers folder for the TM before you start the above as you say the existing icon does not work. We hope the above does. Copy the above commands and paste them into a terminal.






              share|improve this answer
























                up vote
                1
                down vote










                up vote
                1
                down vote









                I see that Epson supplies a driver called "TM-Intelligent Printer" that seems to cover all the bases. It comes down as tmx-cups-2.0.3.0.tar.gz so if you save it to your Downloads folder.



                Copy each line of command below; paste into a terminal; hit the Enter key after each paste; move to the next line. The commands to install:



                cd Downloads
                tar -zxvf tmx-cups-2.0.3.0.tar.gz
                cd tmx-cups
                sudo ./install.sh


                If you delete what you have in your Printers folder for the TM before you start the above as you say the existing icon does not work. We hope the above does. Copy the above commands and paste them into a terminal.






                share|improve this answer














                I see that Epson supplies a driver called "TM-Intelligent Printer" that seems to cover all the bases. It comes down as tmx-cups-2.0.3.0.tar.gz so if you save it to your Downloads folder.



                Copy each line of command below; paste into a terminal; hit the Enter key after each paste; move to the next line. The commands to install:



                cd Downloads
                tar -zxvf tmx-cups-2.0.3.0.tar.gz
                cd tmx-cups
                sudo ./install.sh


                If you delete what you have in your Printers folder for the TM before you start the above as you say the existing icon does not work. We hope the above does. Copy the above commands and paste them into a terminal.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Apr 21 at 23:26









                David Foerster

                26.1k1361106




                26.1k1361106










                answered Apr 21 at 21:59









                pdc

                67436




                67436



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1026572%2finstalling-printer-driver-for-epson-tm-t20ii-on-ubuntu-16-04%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    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

                    How do I move numbers in filenames, in a batch renaming operation?