Touchpad not working

Finally i found it:

  1. Check Disk for Errors:Run the following command to check and fix file system errors:

$ sudo fsck –y /dev/sda3

If you don’t know the device name (/dev/sda3), you can use the UUID instead:

$ sudo fsck –y UUID=00000000-0000-0000-0000-00000000

  1. Remount the File System: If you need to switch the file system out of read-only mode immediately, use this command:

$ sudo mount -o remount,rw /

(I don’t know the 1. what does, but the 2. helped)

And 1 more issue can be:
Kramirez and my tutorial in the same time will not work. So make sure if you follow my tutorial you leave that flag on default

1 Like