Kernel with working touchpad for Teclast F7 / F6, Jumper EZBook, and other chinese laptops with similar touchpad. Should work with any flavour of Ubuntu.
Please contact me if you have a newer version, I'll put it here with proper credit.
- Install Ubuntu/Lubuntu 18.04 (create bootable usb using etcher)
- Download kernel files to an empty directory
- If your current kernel is the same version, then you have to remove them first
sudo apt remove linux-image-$(uname -r)-generic linux-headers-$(uname -r)-generic linux-cloud-tools-$(uname -r) linux-modules-extra-$(uname -r)-generic linux-tools-$(uname -r) linux-cloud-tools-$(uname -r)-generic linux-headers-generic linux-image-generic linux-tools-$(uname -r)-generic linux-generic linux-signed-generic
- Install the patched kernel
sudo dpkg -i linux\*.deb
- If the system complain about unmet dependencies / some other error, do
and do step 4 again
sudo apt --fix-broken install
- Now it's time to update grub and reboot
sudo update-grub sudo systemctl reboot
- Enjoy your working touchpad.
I use this guide to compile mine: http://strangequark.tk/index.php/blog/20180423_teclastf7linux