Akoya Touchpad not working












1















I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
There is no option in the BIOS to switch it on and off.
Anyone have an idea?



cheers










share|improve this question



























    1















    I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
    But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
    There is no option in the BIOS to switch it on and off.
    Anyone have an idea?



    cheers










    share|improve this question

























      1












      1








      1








      I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
      But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
      There is no option in the BIOS to switch it on and off.
      Anyone have an idea?



      cheers










      share|improve this question














      I have Medion Akoya E7226 notebook, with an synaptics touchpad and Kunbuntu installed.
      But whatever I try, the touchpad can not be installed because according to the operating system no touchpad is present.
      There is no option in the BIOS to switch it on and off.
      Anyone have an idea?



      cheers







      kubuntu touchpad






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jul 9 '18 at 14:00









      Kristof PoppelaarsKristof Poppelaars

      61




      61






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Getting Touchpad work on Akoya E7226



          I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.



          You have to modify your Grub file





          • Make a backup of your grub file:



            sudo cp /etc/default/grub /etc/default/grub.backup



          • Edit your grub file:



            sudo nano /etc/default/grub



          • Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:



             i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            In my case this line looks like



            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            Save the changes.




          • Now you have to update your grub via



             sudo update-grub


          • Reboot your machine







          share|improve this answer
























          • Allready found that! Thank you anyway :)

            – Kristof Poppelaars
            Jul 10 '18 at 17: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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1053521%2fakoya-touchpad-not-working%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Getting Touchpad work on Akoya E7226



          I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.



          You have to modify your Grub file





          • Make a backup of your grub file:



            sudo cp /etc/default/grub /etc/default/grub.backup



          • Edit your grub file:



            sudo nano /etc/default/grub



          • Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:



             i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            In my case this line looks like



            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            Save the changes.




          • Now you have to update your grub via



             sudo update-grub


          • Reboot your machine







          share|improve this answer
























          • Allready found that! Thank you anyway :)

            – Kristof Poppelaars
            Jul 10 '18 at 17:15


















          1














          Getting Touchpad work on Akoya E7226



          I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.



          You have to modify your Grub file





          • Make a backup of your grub file:



            sudo cp /etc/default/grub /etc/default/grub.backup



          • Edit your grub file:



            sudo nano /etc/default/grub



          • Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:



             i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            In my case this line looks like



            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            Save the changes.




          • Now you have to update your grub via



             sudo update-grub


          • Reboot your machine







          share|improve this answer
























          • Allready found that! Thank you anyway :)

            – Kristof Poppelaars
            Jul 10 '18 at 17:15
















          1












          1








          1







          Getting Touchpad work on Akoya E7226



          I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.



          You have to modify your Grub file





          • Make a backup of your grub file:



            sudo cp /etc/default/grub /etc/default/grub.backup



          • Edit your grub file:



            sudo nano /etc/default/grub



          • Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:



             i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            In my case this line looks like



            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            Save the changes.




          • Now you have to update your grub via



             sudo update-grub


          • Reboot your machine







          share|improve this answer













          Getting Touchpad work on Akoya E7226



          I've installed such a notebook and had the same problem. The reason is that this notebook uses a 8042 chip for touchpad communication, which is not supported by the kernel per default.



          You have to modify your Grub file





          • Make a backup of your grub file:



            sudo cp /etc/default/grub /etc/default/grub.backup



          • Edit your grub file:



            sudo nano /etc/default/grub



          • Now add the following paramters into the line starting with GRUB_CMDLINE_LINUX_DEFAULT:



             i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            In my case this line looks like



            GRUB_CMDLINE_LINUX_DEFAULT="quiet splash logo.nologo i8042.reset i8042.nomux=1 i8042.nopnp i8042.noloop"


            Save the changes.




          • Now you have to update your grub via



             sudo update-grub


          • Reboot your machine








          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jul 9 '18 at 14:13









          abu_buaabu_bua

          3,27481026




          3,27481026













          • Allready found that! Thank you anyway :)

            – Kristof Poppelaars
            Jul 10 '18 at 17:15





















          • Allready found that! Thank you anyway :)

            – Kristof Poppelaars
            Jul 10 '18 at 17:15



















          Allready found that! Thank you anyway :)

          – Kristof Poppelaars
          Jul 10 '18 at 17:15







          Allready found that! Thank you anyway :)

          – Kristof Poppelaars
          Jul 10 '18 at 17:15




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • 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.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1053521%2fakoya-touchpad-not-working%23new-answer', 'question_page');
          }
          );

          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







          Popular posts from this blog

          Quarter-circle Tiles

          build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

          Mont Emei