Elantech - Touchpad not working after upgrading to 18.10 from 18.04 (ThinkPad L480)











up vote
0
down vote

favorite
2












When updating from 18.04 to 18.10 on a ThinkPad L480 the Elantech touchpad stopped working. This means it is not recognized at all. This problem occured after the first boot in 18.10



dmesg | grep -i elantech shows the following errors:



[    3.409043] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
[ 3.427372] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
[ 3.447275] psmouse serio1: elantech: Elan sample query result 00, 23, c8
[ 3.464905] psmouse serio1: elantech: Trying to set up SMBus access
[ 5.576149] elan_i2c 0-0015: 0-0015 supply vcc not found, using dummy regulator
[ 5.586505] elan_i2c 0-0015: failed to get resolution: -71
[ 5.586527] elan_i2c: probe of 0-0015 failed with error -71


uname:



$ uname -a
Linux test 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


I found the following thread which solves the problem temporarly (and reports the same problem in Arch):
https://bugs.archlinux.org/task/59714



Running the following command enables it again for the current session:



sudo sh -c 'echo -n "elantech"> /sys/bus/serio/devices/serio1/protocol'


dmesg afterwards:



[  569.522490] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
[ 569.544584] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
[ 569.565939] psmouse serio1: elantech: Elan sample query result 00, 23, c8


Before running the fix:



$ cat /sys/bus/serio/devices/serio1/protocol
ETSMBus


and after:



$ cat /sys/bus/serio/devices/serio1/protocol
ETPS/2


After reboot the command has to be run again, of course.



Is this a bug in the 4.18 kernel?










share|improve this question




























    up vote
    0
    down vote

    favorite
    2












    When updating from 18.04 to 18.10 on a ThinkPad L480 the Elantech touchpad stopped working. This means it is not recognized at all. This problem occured after the first boot in 18.10



    dmesg | grep -i elantech shows the following errors:



    [    3.409043] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
    [ 3.427372] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
    [ 3.447275] psmouse serio1: elantech: Elan sample query result 00, 23, c8
    [ 3.464905] psmouse serio1: elantech: Trying to set up SMBus access
    [ 5.576149] elan_i2c 0-0015: 0-0015 supply vcc not found, using dummy regulator
    [ 5.586505] elan_i2c 0-0015: failed to get resolution: -71
    [ 5.586527] elan_i2c: probe of 0-0015 failed with error -71


    uname:



    $ uname -a
    Linux test 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


    I found the following thread which solves the problem temporarly (and reports the same problem in Arch):
    https://bugs.archlinux.org/task/59714



    Running the following command enables it again for the current session:



    sudo sh -c 'echo -n "elantech"> /sys/bus/serio/devices/serio1/protocol'


    dmesg afterwards:



    [  569.522490] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
    [ 569.544584] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
    [ 569.565939] psmouse serio1: elantech: Elan sample query result 00, 23, c8


    Before running the fix:



    $ cat /sys/bus/serio/devices/serio1/protocol
    ETSMBus


    and after:



    $ cat /sys/bus/serio/devices/serio1/protocol
    ETPS/2


    After reboot the command has to be run again, of course.



    Is this a bug in the 4.18 kernel?










    share|improve this question


























      up vote
      0
      down vote

      favorite
      2









      up vote
      0
      down vote

      favorite
      2






      2





      When updating from 18.04 to 18.10 on a ThinkPad L480 the Elantech touchpad stopped working. This means it is not recognized at all. This problem occured after the first boot in 18.10



      dmesg | grep -i elantech shows the following errors:



      [    3.409043] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
      [ 3.427372] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
      [ 3.447275] psmouse serio1: elantech: Elan sample query result 00, 23, c8
      [ 3.464905] psmouse serio1: elantech: Trying to set up SMBus access
      [ 5.576149] elan_i2c 0-0015: 0-0015 supply vcc not found, using dummy regulator
      [ 5.586505] elan_i2c 0-0015: failed to get resolution: -71
      [ 5.586527] elan_i2c: probe of 0-0015 failed with error -71


      uname:



      $ uname -a
      Linux test 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


      I found the following thread which solves the problem temporarly (and reports the same problem in Arch):
      https://bugs.archlinux.org/task/59714



      Running the following command enables it again for the current session:



      sudo sh -c 'echo -n "elantech"> /sys/bus/serio/devices/serio1/protocol'


      dmesg afterwards:



      [  569.522490] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
      [ 569.544584] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
      [ 569.565939] psmouse serio1: elantech: Elan sample query result 00, 23, c8


      Before running the fix:



      $ cat /sys/bus/serio/devices/serio1/protocol
      ETSMBus


      and after:



      $ cat /sys/bus/serio/devices/serio1/protocol
      ETPS/2


      After reboot the command has to be run again, of course.



      Is this a bug in the 4.18 kernel?










      share|improve this question















      When updating from 18.04 to 18.10 on a ThinkPad L480 the Elantech touchpad stopped working. This means it is not recognized at all. This problem occured after the first boot in 18.10



      dmesg | grep -i elantech shows the following errors:



      [    3.409043] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
      [ 3.427372] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
      [ 3.447275] psmouse serio1: elantech: Elan sample query result 00, 23, c8
      [ 3.464905] psmouse serio1: elantech: Trying to set up SMBus access
      [ 5.576149] elan_i2c 0-0015: 0-0015 supply vcc not found, using dummy regulator
      [ 5.586505] elan_i2c 0-0015: failed to get resolution: -71
      [ 5.586527] elan_i2c: probe of 0-0015 failed with error -71


      uname:



      $ uname -a
      Linux test 4.18.0-10-generic #11-Ubuntu SMP Thu Oct 11 15:13:55 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


      I found the following thread which solves the problem temporarly (and reports the same problem in Arch):
      https://bugs.archlinux.org/task/59714



      Running the following command enables it again for the current session:



      sudo sh -c 'echo -n "elantech"> /sys/bus/serio/devices/serio1/protocol'


      dmesg afterwards:



      [  569.522490] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f3001)
      [ 569.544584] psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x10.
      [ 569.565939] psmouse serio1: elantech: Elan sample query result 00, 23, c8


      Before running the fix:



      $ cat /sys/bus/serio/devices/serio1/protocol
      ETSMBus


      and after:



      $ cat /sys/bus/serio/devices/serio1/protocol
      ETPS/2


      After reboot the command has to be run again, of course.



      Is this a bug in the 4.18 kernel?







      mouse touchpad lenovo thinkpad 18.10






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 10 at 10:38

























      asked Nov 10 at 10:19









      thi gg

      1014




      1014






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          According to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803600 adding the kernel parameter psmouse.elantech_smbus=0 to the boot options fixes the problem across reboots.



          And yes, this a bug with the linux kernel.






          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: 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%2f1091635%2felantech-touchpad-not-working-after-upgrading-to-18-10-from-18-04-thinkpad-l4%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








            up vote
            0
            down vote



            accepted










            According to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803600 adding the kernel parameter psmouse.elantech_smbus=0 to the boot options fixes the problem across reboots.



            And yes, this a bug with the linux kernel.






            share|improve this answer

























              up vote
              0
              down vote



              accepted










              According to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803600 adding the kernel parameter psmouse.elantech_smbus=0 to the boot options fixes the problem across reboots.



              And yes, this a bug with the linux kernel.






              share|improve this answer























                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                According to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803600 adding the kernel parameter psmouse.elantech_smbus=0 to the boot options fixes the problem across reboots.



                And yes, this a bug with the linux kernel.






                share|improve this answer












                According to https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1803600 adding the kernel parameter psmouse.elantech_smbus=0 to the boot options fixes the problem across reboots.



                And yes, this a bug with the linux kernel.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 25 at 10:57









                thi gg

                1014




                1014






























                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f1091635%2felantech-touchpad-not-working-after-upgrading-to-18-10-from-18-04-thinkpad-l4%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