Touchpad on Fedora 24 - Fujitsu A514
I have Fujitsu Lifebook A514. My touchpad was working in my windows OSs (8 & 10). But when I installed Fedora 24, my touchpad is not working at all. After searching on Google, I tried this link but it didn't helped.
Please help, as I prefer using Fedora over Windows
there's no
update-grub
in fedora. If that's the problem rungrub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
after applying the changes suggested in the link you mentioned. If your laptop uses old BIOS interface you must rungrub2-mkconfig -o /boot/grub2/grub.cfg
instead. Good luck.