I recently installed Ubuntu 20.04 dual booted with Windows 10 on my Lenovo v15 and the touchpad doesn't work when using Ubuntu, either at the login screen or after logging in. This is a valid question because none of the solutions in the other top question worked for me.
cat /proc/bus/input/devices
Doesn't return a touchpad in its output.
This Ubuntu Wiki page says that this means the problem is in the kernel. Do I have any way of fixing this besides waiting for a new kernel or switching to an older kernel version that worked for others? Apparently people have had success with switching from 5.4.0-47-generic
to 5.4.0-42-generic
. The kernels I can currently choose from in GRUB are 5.8.0-44-generic
and 5.8.0-43-generic
. Neither of those kernels fixes the problem.