I have installed Xubuntu 18.04 LTS on my newly purchased low config laptop along side Windows 10 (duel boot).Everything of Installation was working fine but the Touchpad SYNA3602 (0911:5288)is not working. In windows the touchpad works fine, so hardware should be ok. But in Xubuntu 18.04 it never worked.



Here's the output of xinput:
Code:
boundule@PAW:~$ xinput
⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ A4Tech USB Mouse                          id=8    [slave  pointer  (2)]
⎜   ↳ SYNA3602:00 0911:5288 Touchpad            id=10   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Video Bus                                 id=6    [slave  keyboard (3)]
    ↳ Power Button                              id=7    [slave  keyboard (3)]
    ↳ USB 2.0 Web Camera: USB 2.0 Web           id=9    [slave  keyboard (3)]
    ↳ Intel HID events                          id=11   [slave  keyboard (3)]
    ↳ Intel HID 5 button array                  id=12   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=13   [slave  keyboard (3)]
My System is:
Code:
System:    Host: PAW Kernel: 4.15.0-33-generic x86_64 bits: 64 gcc: 7.3.0 Desktop: Xfce 4.12.3 (Gtk 2.24.31)
           Distro: Ubuntu 18.04.1 LTS
I have tried following command to solve the problem. It works instantly & found the touchpad working find. But after reboot again touchpad not working.
Code:
sudo -i
echo 'on' > /sys/bus/i2c/devices/i2c-SYNA3602\:00/power/control
rmmod i2c_hid
modprobe i2c_hid
How can I fix / solve this problem??