How do I Get Support for Acer E5-573-54zv Touchpad on a Custom Kernel The Next CEO of Stack OverflowUbuntu 12.04 on Acer C720 - Touchpad problem after HWE updateHow to enable Acer Aspire One 725 0802 touchpad & F Keys?Acer Aspire touchpad not detected“Couldn't find synaptics properties. No synaptics driver loaded?” after reboot. Scrolling doesn't workTouchpad does not work on Acer AspireUbuntu 14.04 Mouse Touchpad gone badELAN touchpad (04F3:0401) enable double finger scrollingFind the right device to reverse-engineerASUS Zenbook UX430UAR touchpad sleeps (seemingly not a USB autosuspend issue)Elan touchpad: Kernel Config

Is it okay to store user locations?

What happens if you roll doubles 3 times then land on "Go to jail?"

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

If the heap is initialized for security, then why is the stack uninitialized?

How to make a variable always equal to the result of some calculations?

Grabbing quick drinks

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

Science fiction (dystopian) short story set after WWIII

Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?

The King's new dress

What do "high sea" and "carry" mean in this sentence?

Is it my responsibility to learn a new technology in my own time my employer wants to implement?

Term for the "extreme-extension" version of a straw man fallacy?

How long to clear the 'suck zone' of a turbofan after start is initiated?

How to write papers efficiently when English isn't my first language?

% symbol leads to superlong (forever?) compilations

How do I solve this limit?

Inappropriate reference requests from Journal reviewers

Why is there a PLL in CPU?

Can I equip Skullclamp on a creature I am sacrificing?

How can I open an app using Terminal?

Why here is plural "We went to the movies last night."

WOW air has ceased operation, can I get my tickets refunded?

What can we do to stop prior company from asking us questions?



How do I Get Support for Acer E5-573-54zv Touchpad on a Custom Kernel



The Next CEO of Stack OverflowUbuntu 12.04 on Acer C720 - Touchpad problem after HWE updateHow to enable Acer Aspire One 725 0802 touchpad & F Keys?Acer Aspire touchpad not detected“Couldn't find synaptics properties. No synaptics driver loaded?” after reboot. Scrolling doesn't workTouchpad does not work on Acer AspireUbuntu 14.04 Mouse Touchpad gone badELAN touchpad (04F3:0401) enable double finger scrollingFind the right device to reverse-engineerASUS Zenbook UX430UAR touchpad sleeps (seemingly not a USB autosuspend issue)Elan touchpad: Kernel Config










0















I'm compiling a kernel just for learning purpose, and I almost get all things working, bluetooth, hdmi, usb, card reader, webcam, wifi... etc. But I can't make touchpad works, all that I know about it is...



xinput:



⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ USB OPTICAL MOUSE id=10 [slave pointer (2)]
⎜ ↳ SYN1B81:01 06CB:2970 Touchpad id=12 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ HD WebCam: HD WebCam id=11 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


cat /proc/bus/input/devices:



I: Bus=0018 Vendor=06cb Product=2970 Version=0100
N: Name="SYN1B81:01 06CB:2970 Touchpad"
P: Phys=i2c-SYN1B81:01
S: Sysfs=/devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
U: Uniq=
H: Handlers=event7
B: PROP=5
B: EV=1b
B: KEY=6420 10000 0 0 0 0
B: ABS=2e0800000000003
B: MSC=20


dmesg | grep SYN1B81:01:



[ 11.112159] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vdd not found, using dummy regulator
[ 11.112178] i2c_hid i2c-SYN1B81:01: Linked as a consumer to regulator.0
[ 11.112181] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vddl not found, using dummy regulator
[ 11.133437] input: SYN1B81:01 06CB:2970 Mouse as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input7
[ 11.133526] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input8
[ 11.133598] hid-generic 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01
[ 11.133664] probe of i2c-SYN1B81:01 returned 1 after 21592 usecs
[ 11.224691] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
[ 11.224837] hid-multitouch 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01


So this is basically all that I know about it, lspci -k doesn't show the touchpad, and lsmod just list two modules related i2c_hid and hid_multitouch I've tested the others disabling them and seeing if it was related if touch. And this is the latest config file that I compiled and I don't know how to get support for this touch, I already enabled everything related with i2c, usb, hid that have elan, elantech, synaptics, designware and nothing worked. So please if anyone know what I have to enable to get this touchpad working help me.










share|improve this question









New contributor




ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    I'm compiling a kernel just for learning purpose, and I almost get all things working, bluetooth, hdmi, usb, card reader, webcam, wifi... etc. But I can't make touchpad works, all that I know about it is...



    xinput:



    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ USB OPTICAL MOUSE id=10 [slave pointer (2)]
    ⎜ ↳ SYN1B81:01 06CB:2970 Touchpad id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ HD WebCam: HD WebCam id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


    cat /proc/bus/input/devices:



    I: Bus=0018 Vendor=06cb Product=2970 Version=0100
    N: Name="SYN1B81:01 06CB:2970 Touchpad"
    P: Phys=i2c-SYN1B81:01
    S: Sysfs=/devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
    U: Uniq=
    H: Handlers=event7
    B: PROP=5
    B: EV=1b
    B: KEY=6420 10000 0 0 0 0
    B: ABS=2e0800000000003
    B: MSC=20


    dmesg | grep SYN1B81:01:



    [ 11.112159] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vdd not found, using dummy regulator
    [ 11.112178] i2c_hid i2c-SYN1B81:01: Linked as a consumer to regulator.0
    [ 11.112181] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vddl not found, using dummy regulator
    [ 11.133437] input: SYN1B81:01 06CB:2970 Mouse as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input7
    [ 11.133526] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input8
    [ 11.133598] hid-generic 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01
    [ 11.133664] probe of i2c-SYN1B81:01 returned 1 after 21592 usecs
    [ 11.224691] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
    [ 11.224837] hid-multitouch 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01


    So this is basically all that I know about it, lspci -k doesn't show the touchpad, and lsmod just list two modules related i2c_hid and hid_multitouch I've tested the others disabling them and seeing if it was related if touch. And this is the latest config file that I compiled and I don't know how to get support for this touch, I already enabled everything related with i2c, usb, hid that have elan, elantech, synaptics, designware and nothing worked. So please if anyone know what I have to enable to get this touchpad working help me.










    share|improve this question









    New contributor




    ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I'm compiling a kernel just for learning purpose, and I almost get all things working, bluetooth, hdmi, usb, card reader, webcam, wifi... etc. But I can't make touchpad works, all that I know about it is...



      xinput:



      ⎡ Virtual core pointer id=2 [master pointer (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ USB OPTICAL MOUSE id=10 [slave pointer (2)]
      ⎜ ↳ SYN1B81:01 06CB:2970 Touchpad id=12 [slave pointer (2)]
      ⎣ Virtual core keyboard id=3 [master keyboard (2)]
      ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
      ↳ Power Button id=6 [slave keyboard (3)]
      ↳ Video Bus id=7 [slave keyboard (3)]
      ↳ Power Button id=8 [slave keyboard (3)]
      ↳ Sleep Button id=9 [slave keyboard (3)]
      ↳ HD WebCam: HD WebCam id=11 [slave keyboard (3)]
      ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


      cat /proc/bus/input/devices:



      I: Bus=0018 Vendor=06cb Product=2970 Version=0100
      N: Name="SYN1B81:01 06CB:2970 Touchpad"
      P: Phys=i2c-SYN1B81:01
      S: Sysfs=/devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
      U: Uniq=
      H: Handlers=event7
      B: PROP=5
      B: EV=1b
      B: KEY=6420 10000 0 0 0 0
      B: ABS=2e0800000000003
      B: MSC=20


      dmesg | grep SYN1B81:01:



      [ 11.112159] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vdd not found, using dummy regulator
      [ 11.112178] i2c_hid i2c-SYN1B81:01: Linked as a consumer to regulator.0
      [ 11.112181] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vddl not found, using dummy regulator
      [ 11.133437] input: SYN1B81:01 06CB:2970 Mouse as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input7
      [ 11.133526] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input8
      [ 11.133598] hid-generic 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01
      [ 11.133664] probe of i2c-SYN1B81:01 returned 1 after 21592 usecs
      [ 11.224691] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
      [ 11.224837] hid-multitouch 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01


      So this is basically all that I know about it, lspci -k doesn't show the touchpad, and lsmod just list two modules related i2c_hid and hid_multitouch I've tested the others disabling them and seeing if it was related if touch. And this is the latest config file that I compiled and I don't know how to get support for this touch, I already enabled everything related with i2c, usb, hid that have elan, elantech, synaptics, designware and nothing worked. So please if anyone know what I have to enable to get this touchpad working help me.










      share|improve this question









      New contributor




      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I'm compiling a kernel just for learning purpose, and I almost get all things working, bluetooth, hdmi, usb, card reader, webcam, wifi... etc. But I can't make touchpad works, all that I know about it is...



      xinput:



      ⎡ Virtual core pointer id=2 [master pointer (3)]
      ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
      ⎜ ↳ USB OPTICAL MOUSE id=10 [slave pointer (2)]
      ⎜ ↳ SYN1B81:01 06CB:2970 Touchpad id=12 [slave pointer (2)]
      ⎣ Virtual core keyboard id=3 [master keyboard (2)]
      ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
      ↳ Power Button id=6 [slave keyboard (3)]
      ↳ Video Bus id=7 [slave keyboard (3)]
      ↳ Power Button id=8 [slave keyboard (3)]
      ↳ Sleep Button id=9 [slave keyboard (3)]
      ↳ HD WebCam: HD WebCam id=11 [slave keyboard (3)]
      ↳ AT Translated Set 2 keyboard id=13 [slave keyboard (3)]


      cat /proc/bus/input/devices:



      I: Bus=0018 Vendor=06cb Product=2970 Version=0100
      N: Name="SYN1B81:01 06CB:2970 Touchpad"
      P: Phys=i2c-SYN1B81:01
      S: Sysfs=/devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
      U: Uniq=
      H: Handlers=event7
      B: PROP=5
      B: EV=1b
      B: KEY=6420 10000 0 0 0 0
      B: ABS=2e0800000000003
      B: MSC=20


      dmesg | grep SYN1B81:01:



      [ 11.112159] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vdd not found, using dummy regulator
      [ 11.112178] i2c_hid i2c-SYN1B81:01: Linked as a consumer to regulator.0
      [ 11.112181] i2c_hid i2c-SYN1B81:01: i2c-SYN1B81:01 supply vddl not found, using dummy regulator
      [ 11.133437] input: SYN1B81:01 06CB:2970 Mouse as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input7
      [ 11.133526] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input8
      [ 11.133598] hid-generic 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01
      [ 11.133664] probe of i2c-SYN1B81:01 returned 1 after 21592 usecs
      [ 11.224691] input: SYN1B81:01 06CB:2970 Touchpad as /devices/pci0000:00/INT3432:00/i2c-0/i2c-SYN1B81:01/0018:06CB:2970.0002/input/input11
      [ 11.224837] hid-multitouch 0018:06CB:2970.0002: input,hidraw1: I2C HID v1.00 Mouse [SYN1B81:01 06CB:2970] on i2c-SYN1B81:01


      So this is basically all that I know about it, lspci -k doesn't show the touchpad, and lsmod just list two modules related i2c_hid and hid_multitouch I've tested the others disabling them and seeing if it was related if touch. And this is the latest config file that I compiled and I don't know how to get support for this touch, I already enabled everything related with i2c, usb, hid that have elan, elantech, synaptics, designware and nothing worked. So please if anyone know what I have to enable to get this touchpad working help me.







      kernel kernel-modules touchpad acer






      share|improve this question









      New contributor




      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited yesterday









      Kusalananda

      138k17258426




      138k17258426






      New contributor




      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Mar 22 at 22:31









      ltsdwltsdw

      14




      14




      New contributor




      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes


















          0














          After reading about i2c I find out what I was missing, basically:



          CONFIG_X86_INTEL_LPSS
          PINCTRL
          CONFIG_MFD_TPS68470
          CONFIG_I2C_DESIGNWARE_CORE
          CONFIG_I2C_DESIGNWARE_PLATFORM
          CONFIG_I2C_DESIGNWARE_SLAVE





          share|improve this answer








          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • also multitouch and i2c_hid.

            – ltsdw
            yesterday











          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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
          );



          );






          ltsdw is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f508089%2fhow-do-i-get-support-for-acer-e5-573-54zv-touchpad-on-a-custom-kernel%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









          0














          After reading about i2c I find out what I was missing, basically:



          CONFIG_X86_INTEL_LPSS
          PINCTRL
          CONFIG_MFD_TPS68470
          CONFIG_I2C_DESIGNWARE_CORE
          CONFIG_I2C_DESIGNWARE_PLATFORM
          CONFIG_I2C_DESIGNWARE_SLAVE





          share|improve this answer








          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • also multitouch and i2c_hid.

            – ltsdw
            yesterday















          0














          After reading about i2c I find out what I was missing, basically:



          CONFIG_X86_INTEL_LPSS
          PINCTRL
          CONFIG_MFD_TPS68470
          CONFIG_I2C_DESIGNWARE_CORE
          CONFIG_I2C_DESIGNWARE_PLATFORM
          CONFIG_I2C_DESIGNWARE_SLAVE





          share|improve this answer








          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • also multitouch and i2c_hid.

            – ltsdw
            yesterday













          0












          0








          0







          After reading about i2c I find out what I was missing, basically:



          CONFIG_X86_INTEL_LPSS
          PINCTRL
          CONFIG_MFD_TPS68470
          CONFIG_I2C_DESIGNWARE_CORE
          CONFIG_I2C_DESIGNWARE_PLATFORM
          CONFIG_I2C_DESIGNWARE_SLAVE





          share|improve this answer








          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          After reading about i2c I find out what I was missing, basically:



          CONFIG_X86_INTEL_LPSS
          PINCTRL
          CONFIG_MFD_TPS68470
          CONFIG_I2C_DESIGNWARE_CORE
          CONFIG_I2C_DESIGNWARE_PLATFORM
          CONFIG_I2C_DESIGNWARE_SLAVE






          share|improve this answer








          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered yesterday









          ltsdwltsdw

          14




          14




          New contributor




          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          ltsdw is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • also multitouch and i2c_hid.

            – ltsdw
            yesterday

















          • also multitouch and i2c_hid.

            – ltsdw
            yesterday
















          also multitouch and i2c_hid.

          – ltsdw
          yesterday





          also multitouch and i2c_hid.

          – ltsdw
          yesterday










          ltsdw is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          ltsdw is a new contributor. Be nice, and check out our Code of Conduct.












          ltsdw is a new contributor. Be nice, and check out our Code of Conduct.











          ltsdw is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f508089%2fhow-do-i-get-support-for-acer-e5-573-54zv-touchpad-on-a-custom-kernel%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

          getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

          Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

          Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.