Special HP Printer Driver

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








up vote
1
down vote

favorite
1












I have a HP MFP127fw. It's "supported" by Ubuntu 17.10 - except print jobs will not release from the print que because a special copywrited driver for HP is not installed.



I went through this with 16.10 and had to install a small HP driver that I found with Synaptic. Then the jobs would release. It isn't part of HPLIPS.



Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?







share|improve this question




















  • if you know name of the driver package you can search for it in repo apt-cache search package
    – kenn
    Jan 27 at 18:18














up vote
1
down vote

favorite
1












I have a HP MFP127fw. It's "supported" by Ubuntu 17.10 - except print jobs will not release from the print que because a special copywrited driver for HP is not installed.



I went through this with 16.10 and had to install a small HP driver that I found with Synaptic. Then the jobs would release. It isn't part of HPLIPS.



Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?







share|improve this question




















  • if you know name of the driver package you can search for it in repo apt-cache search package
    – kenn
    Jan 27 at 18:18












up vote
1
down vote

favorite
1









up vote
1
down vote

favorite
1






1





I have a HP MFP127fw. It's "supported" by Ubuntu 17.10 - except print jobs will not release from the print que because a special copywrited driver for HP is not installed.



I went through this with 16.10 and had to install a small HP driver that I found with Synaptic. Then the jobs would release. It isn't part of HPLIPS.



Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?







share|improve this question












I have a HP MFP127fw. It's "supported" by Ubuntu 17.10 - except print jobs will not release from the print que because a special copywrited driver for HP is not installed.



I went through this with 16.10 and had to install a small HP driver that I found with Synaptic. Then the jobs would release. It isn't part of HPLIPS.



Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?









share|improve this question











share|improve this question




share|improve this question










asked Jan 27 at 17:40









warmer2

61




61











  • if you know name of the driver package you can search for it in repo apt-cache search package
    – kenn
    Jan 27 at 18:18
















  • if you know name of the driver package you can search for it in repo apt-cache search package
    – kenn
    Jan 27 at 18:18















if you know name of the driver package you can search for it in repo apt-cache search package
– kenn
Jan 27 at 18:18




if you know name of the driver package you can search for it in repo apt-cache search package
– kenn
Jan 27 at 18:18










2 Answers
2






active

oldest

votes

















up vote
1
down vote














Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?




Log into 17.10 with xorg (see How do you switch from Wayland back to Xorg in Ubuntu 17.10? ), install synaptic, find the package and then reboot and install it with Wayland. Or keep using xorg. We are switching back to xorg with 18.04 anyways.



You need hplip 3.13 so nothing special there (even 14.04 already has 3.14; 17.10 has 3.16). HP claims full support so your problem should be unrelated to any extra driver you should need. Same from the hplip update for 3.13: no mention about needing anything special.



Are you sure the releasing of the printer queue is not a permission/configuration problem? Because that seems more likely to me. When you do lpstat -o and then cancel printer-job-id or even sudo cancel printer-job-id what does it say? If you want to investigate that specific part of your system feel free to create a new question with a description of it and the results of the cancel command :)






share|improve this answer



























    up vote
    1
    down vote













    Install hplip-gui package with sudo apt-get install hplip-gui and add your MFP from here.



    According to HP page HP LaserJet Pro MFP m127fw is fully supported.



    Do not forget to install HP Driver plug-in with hp-plugin.






    share|improve this answer




















    • as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
      – pdc
      Jan 28 at 2:24










    • Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
      – warmer2
      Jan 28 at 20:55










    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%2f1000466%2fspecial-hp-printer-driver%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote














    Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?




    Log into 17.10 with xorg (see How do you switch from Wayland back to Xorg in Ubuntu 17.10? ), install synaptic, find the package and then reboot and install it with Wayland. Or keep using xorg. We are switching back to xorg with 18.04 anyways.



    You need hplip 3.13 so nothing special there (even 14.04 already has 3.14; 17.10 has 3.16). HP claims full support so your problem should be unrelated to any extra driver you should need. Same from the hplip update for 3.13: no mention about needing anything special.



    Are you sure the releasing of the printer queue is not a permission/configuration problem? Because that seems more likely to me. When you do lpstat -o and then cancel printer-job-id or even sudo cancel printer-job-id what does it say? If you want to investigate that specific part of your system feel free to create a new question with a description of it and the results of the cancel command :)






    share|improve this answer
























      up vote
      1
      down vote














      Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?




      Log into 17.10 with xorg (see How do you switch from Wayland back to Xorg in Ubuntu 17.10? ), install synaptic, find the package and then reboot and install it with Wayland. Or keep using xorg. We are switching back to xorg with 18.04 anyways.



      You need hplip 3.13 so nothing special there (even 14.04 already has 3.14; 17.10 has 3.16). HP claims full support so your problem should be unrelated to any extra driver you should need. Same from the hplip update for 3.13: no mention about needing anything special.



      Are you sure the releasing of the printer queue is not a permission/configuration problem? Because that seems more likely to me. When you do lpstat -o and then cancel printer-job-id or even sudo cancel printer-job-id what does it say? If you want to investigate that specific part of your system feel free to create a new question with a description of it and the results of the cancel command :)






      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote










        Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?




        Log into 17.10 with xorg (see How do you switch from Wayland back to Xorg in Ubuntu 17.10? ), install synaptic, find the package and then reboot and install it with Wayland. Or keep using xorg. We are switching back to xorg with 18.04 anyways.



        You need hplip 3.13 so nothing special there (even 14.04 already has 3.14; 17.10 has 3.16). HP claims full support so your problem should be unrelated to any extra driver you should need. Same from the hplip update for 3.13: no mention about needing anything special.



        Are you sure the releasing of the printer queue is not a permission/configuration problem? Because that seems more likely to me. When you do lpstat -o and then cancel printer-job-id or even sudo cancel printer-job-id what does it say? If you want to investigate that specific part of your system feel free to create a new question with a description of it and the results of the cancel command :)






        share|improve this answer













        Apparently Ubuntu 17,10 version doesn't run synaptic due to Wayland. Where can I find this driver?




        Log into 17.10 with xorg (see How do you switch from Wayland back to Xorg in Ubuntu 17.10? ), install synaptic, find the package and then reboot and install it with Wayland. Or keep using xorg. We are switching back to xorg with 18.04 anyways.



        You need hplip 3.13 so nothing special there (even 14.04 already has 3.14; 17.10 has 3.16). HP claims full support so your problem should be unrelated to any extra driver you should need. Same from the hplip update for 3.13: no mention about needing anything special.



        Are you sure the releasing of the printer queue is not a permission/configuration problem? Because that seems more likely to me. When you do lpstat -o and then cancel printer-job-id or even sudo cancel printer-job-id what does it say? If you want to investigate that specific part of your system feel free to create a new question with a description of it and the results of the cancel command :)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 27 at 18:05









        Rinzwind

        196k25375508




        196k25375508






















            up vote
            1
            down vote













            Install hplip-gui package with sudo apt-get install hplip-gui and add your MFP from here.



            According to HP page HP LaserJet Pro MFP m127fw is fully supported.



            Do not forget to install HP Driver plug-in with hp-plugin.






            share|improve this answer




















            • as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
              – pdc
              Jan 28 at 2:24










            • Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
              – warmer2
              Jan 28 at 20:55














            up vote
            1
            down vote













            Install hplip-gui package with sudo apt-get install hplip-gui and add your MFP from here.



            According to HP page HP LaserJet Pro MFP m127fw is fully supported.



            Do not forget to install HP Driver plug-in with hp-plugin.






            share|improve this answer




















            • as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
              – pdc
              Jan 28 at 2:24










            • Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
              – warmer2
              Jan 28 at 20:55












            up vote
            1
            down vote










            up vote
            1
            down vote









            Install hplip-gui package with sudo apt-get install hplip-gui and add your MFP from here.



            According to HP page HP LaserJet Pro MFP m127fw is fully supported.



            Do not forget to install HP Driver plug-in with hp-plugin.






            share|improve this answer












            Install hplip-gui package with sudo apt-get install hplip-gui and add your MFP from here.



            According to HP page HP LaserJet Pro MFP m127fw is fully supported.



            Do not forget to install HP Driver plug-in with hp-plugin.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jan 27 at 21:13









            N0rbert

            15k33069




            15k33069











            • as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
              – pdc
              Jan 28 at 2:24










            • Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
              – warmer2
              Jan 28 at 20:55
















            • as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
              – pdc
              Jan 28 at 2:24










            • Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
              – warmer2
              Jan 28 at 20:55















            as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
            – pdc
            Jan 28 at 2:24




            as Norbert crucially points out, you need the plug-in .. as HP advise developers.hp.com/hp-linux-imaging-and-printing/…
            – pdc
            Jan 28 at 2:24












            Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
            – warmer2
            Jan 28 at 20:55




            Thanks for the help. I needed the HPLIP GUI as well as HPLIP and the special driver plug-in had to be installed separately as instructed above. Did both things and now everything works well.
            – warmer2
            Jan 28 at 20:55












             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000466%2fspecial-hp-printer-driver%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?