Running Linux Kernel 5.7.4 with Ubuntu 20.04 on Ideapad 5 15ARE05.
The touchpad for this laptop did not work out of the box on Ubuntu, but after a lot of searching, I found a working solution here: IdeaPad 5 15are05 - elan touchpad not working on 20.04 nor on 18.04 by blacklisting the elants 12c
driver. However, yesterday the touchpad completely stopped working and no longer even shows up in cat /proc/bus/input/devices
.
Using the solution provided by theunreal89:
modprobe i2c_hid
echo "i2c-ELAN0001:00" > /sys/bus/i2c/drivers/elants_i2c/unbind
echo "i2c-ELAN0001:00" > /sys/bus/i2c/drivers/i2c_hid/bind
I get the error that Module elants-12c not found
along with no such device
. It is almost as if the touchpad just disappeared overnight! If anybody could help me with this, I would really, really appreciate it.