Touchpad not working

Full tutorial for fydeos users:

  1. open chromium
  2. press control alt T
    –this open a terminal.
  3. write shell
    3.1 write sudo -i
    now you can edit files
  4. write cd /etc/gesture
  5. write ls
    – now you can see all the files in /gesture folder. There must be 40-touchpad-cmt.conf
    6.delete or rename it (i recomme you that rename)
    use rm for deleting the file (rm 40-touchpad-cmt.conf)
    use mv to rename the file (mv 40-touchpad-cmt.conf old-40-touchpad-cmt.txt
    7.make a new file with the same name, that the old file had (40-touchpad-cmt.conf)
    use touch 40-touchpad-cmt.conf
    – make sure that you have deleted or renamed the old file
    8.Now you need to write that to the new file:
    https://github.com/zhaostu/chromium-os-touchpad/blob/master/elantech.xorg.conf
    –open the link copy the content of elantech.xorg.conf
    use sudo nano 40-touchpad-cmt.conf. --it will open the blank new file.
    Paste the text that you copied (shift + insert)
  6. save
    push control X than press control T than select the file (40-touchpad-cmt.conf) using arrows. Hit enter
    10.exit (use exit)
  7. close the window and restart your computer
  8. After the restart everything must work