The touchpad can support a better bus than the too old PS/2 protocol

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 not sure about what I should do to implement the following dmesg "suggestion"



[ 4.005445] psmouse serio1: synaptics: The touchpad can support a better 
bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and
RMI4_SMB are enabled to get a better touchpad experience.


How to proceed to enable the two options?



I am on Debian Stretch (the machine is an X1 Carbon 5th generation [yes, the one with the touchpad issue]).







share|improve this question
























    up vote
    1
    down vote

    favorite












    I am not sure about what I should do to implement the following dmesg "suggestion"



    [ 4.005445] psmouse serio1: synaptics: The touchpad can support a better 
    bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and
    RMI4_SMB are enabled to get a better touchpad experience.


    How to proceed to enable the two options?



    I am on Debian Stretch (the machine is an X1 Carbon 5th generation [yes, the one with the touchpad issue]).







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I am not sure about what I should do to implement the following dmesg "suggestion"



      [ 4.005445] psmouse serio1: synaptics: The touchpad can support a better 
      bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and
      RMI4_SMB are enabled to get a better touchpad experience.


      How to proceed to enable the two options?



      I am on Debian Stretch (the machine is an X1 Carbon 5th generation [yes, the one with the touchpad issue]).







      share|improve this question












      I am not sure about what I should do to implement the following dmesg "suggestion"



      [ 4.005445] psmouse serio1: synaptics: The touchpad can support a better 
      bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and
      RMI4_SMB are enabled to get a better touchpad experience.


      How to proceed to enable the two options?



      I am on Debian Stretch (the machine is an X1 Carbon 5th generation [yes, the one with the touchpad issue]).









      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 5 '17 at 17:23









      Reyx_0

      2741614




      2741614




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Those are kernel build options.



          The simplest option (but the one which involves waiting the longest) is to file a bug against the Debian Linux kernel package, asking for those options to be enabled:



          reportbug linux-image-$(uname -r)


          (Please do this anyway, to ensure the options are enabled eventually for all Debian users.)



          You can also build your own kernel, with the appropriate configuration changes; see the instructions in the Debian kernel handbook. Once you’re running make nconfig, you’ll find the relevant configuration settings under Device Drivers, Input device support, then:



          • Mice, PS/2 mouse, Synaptics PS/2 SMbus companion (for MOUSE_PS2_SYNAPTICS_SMBUS);

          • Synaptics RMI4 bus support, RMI4 SMB Support (for RMI4_SMB).





          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f402688%2fthe-touchpad-can-support-a-better-bus-than-the-too-old-ps-2-protocol%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
            2
            down vote



            accepted










            Those are kernel build options.



            The simplest option (but the one which involves waiting the longest) is to file a bug against the Debian Linux kernel package, asking for those options to be enabled:



            reportbug linux-image-$(uname -r)


            (Please do this anyway, to ensure the options are enabled eventually for all Debian users.)



            You can also build your own kernel, with the appropriate configuration changes; see the instructions in the Debian kernel handbook. Once you’re running make nconfig, you’ll find the relevant configuration settings under Device Drivers, Input device support, then:



            • Mice, PS/2 mouse, Synaptics PS/2 SMbus companion (for MOUSE_PS2_SYNAPTICS_SMBUS);

            • Synaptics RMI4 bus support, RMI4 SMB Support (for RMI4_SMB).





            share|improve this answer


























              up vote
              2
              down vote



              accepted










              Those are kernel build options.



              The simplest option (but the one which involves waiting the longest) is to file a bug against the Debian Linux kernel package, asking for those options to be enabled:



              reportbug linux-image-$(uname -r)


              (Please do this anyway, to ensure the options are enabled eventually for all Debian users.)



              You can also build your own kernel, with the appropriate configuration changes; see the instructions in the Debian kernel handbook. Once you’re running make nconfig, you’ll find the relevant configuration settings under Device Drivers, Input device support, then:



              • Mice, PS/2 mouse, Synaptics PS/2 SMbus companion (for MOUSE_PS2_SYNAPTICS_SMBUS);

              • Synaptics RMI4 bus support, RMI4 SMB Support (for RMI4_SMB).





              share|improve this answer
























                up vote
                2
                down vote



                accepted







                up vote
                2
                down vote



                accepted






                Those are kernel build options.



                The simplest option (but the one which involves waiting the longest) is to file a bug against the Debian Linux kernel package, asking for those options to be enabled:



                reportbug linux-image-$(uname -r)


                (Please do this anyway, to ensure the options are enabled eventually for all Debian users.)



                You can also build your own kernel, with the appropriate configuration changes; see the instructions in the Debian kernel handbook. Once you’re running make nconfig, you’ll find the relevant configuration settings under Device Drivers, Input device support, then:



                • Mice, PS/2 mouse, Synaptics PS/2 SMbus companion (for MOUSE_PS2_SYNAPTICS_SMBUS);

                • Synaptics RMI4 bus support, RMI4 SMB Support (for RMI4_SMB).





                share|improve this answer














                Those are kernel build options.



                The simplest option (but the one which involves waiting the longest) is to file a bug against the Debian Linux kernel package, asking for those options to be enabled:



                reportbug linux-image-$(uname -r)


                (Please do this anyway, to ensure the options are enabled eventually for all Debian users.)



                You can also build your own kernel, with the appropriate configuration changes; see the instructions in the Debian kernel handbook. Once you’re running make nconfig, you’ll find the relevant configuration settings under Device Drivers, Input device support, then:



                • Mice, PS/2 mouse, Synaptics PS/2 SMbus companion (for MOUSE_PS2_SYNAPTICS_SMBUS);

                • Synaptics RMI4 bus support, RMI4 SMB Support (for RMI4_SMB).






                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 5 '17 at 20:18

























                answered Nov 5 '17 at 19:00









                Stephen Kitt

                144k22312377




                144k22312377



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f402688%2fthe-touchpad-can-support-a-better-bus-than-the-too-old-ps-2-protocol%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Christian Cage

                    How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?